]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
2000-06-14 Jim Blandy <jimb@redhat.com>
authorJim Blandy <jimb@codesourcery.com>
Wed, 14 Jun 2000 23:29:06 +0000 (23:29 +0000)
committerJim Blandy <jimb@codesourcery.com>
Wed, 14 Jun 2000 23:29:06 +0000 (23:29 +0000)
commitce5d95e1bc788f341d68022da537c737496148f5
treed968a1bf6cd5b1e3934be8dc29da286ae241eda5
parent8e1b6ed69766d5c7c15e23f765c6481b2cbe3524
2000-06-14  Jim Blandy  <jimb@redhat.com>

* dwarf2read.c (dump_die): Use the proper printf format for
printing DW_UNSND values; they're longs now.

* dwarf2read.c (dump_die): We can read DW_FORM_data8 now, on
at least some platforms, so print it out too.

2000-06-14  James E. Wilson  <wilson@bletchleypark.cygnus.com>

* dwarf2read.c (struct attribute): Change unsnd and snd field types
to long.
(read_8_bytes): Change return type to long.
(read_unsigned_leb128): Change return type to long.  Change type of
local result to long.  Cast argument of left shift to long.
(read_signed_leb128): Likewise.
gdb/dwarf2read.c