diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2001-01-23 20:27:54 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2001-01-23 20:27:54 +0000 |
commit | 3fde5a36df2955b5a443e8da6f30fdf3b3b2769e (patch) | |
tree | 9a5b023629a717ff9232ff6eee349bfe6be9d500 /bfd/dwarf2.c | |
parent | f29d9b6d302bcf6ec42feb3a3bdbabe534177258 (diff) | |
download | gdb-3fde5a36df2955b5a443e8da6f30fdf3b3b2769e.zip gdb-3fde5a36df2955b5a443e8da6f30fdf3b3b2769e.tar.gz gdb-3fde5a36df2955b5a443e8da6f30fdf3b3b2769e.tar.bz2 |
2001-01-23 Kazu Hirata <kazu@hxi.com>
* aoutx.h: Fix formatting.
* bfd.c: Likewise.
* bfd-in2.h: Likewise.
* bfd-in.h: Likewise.
* cpu-i386.c: Likewise.
* cpu-m68hc11.c: Likewise.
* dwarf2.c: Likewise.
* elf64-x86-64.c: Likewise.
* format.c: Likewise.
* freebsd.h: Likewise.
* hash.c: Likewise.
* hp300hpux.c: Likewise.
* hppabsd-core.c: Likewise.
* hpux-core.c: Likewise.
Diffstat (limited to 'bfd/dwarf2.c')
-rw-r--r-- | bfd/dwarf2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/dwarf2.c b/bfd/dwarf2.c index 42f3052..141c686 100644 --- a/bfd/dwarf2.c +++ b/bfd/dwarf2.c @@ -1248,7 +1248,7 @@ parse_comp_unit (abfd, stash, unit_length, abbrev_length) char *info_ptr = stash->info_ptr; char *end_ptr = info_ptr + unit_length; - + version = read_2_bytes (abfd, info_ptr); info_ptr += 2; BFD_ASSERT (abbrev_length == 0 @@ -1542,7 +1542,7 @@ _bfd_dwarf2_find_nearest_line (abfd, section, symbols, offset, return false; *pinfo = (PTR) stash; - + msec = find_debug_info (abfd, NULL); if (! msec) /* No dwarf2 info. Note that at this point the stash |