diff options
author | Mark Mitchell <mark@codesourcery.com> | 1999-07-02 21:03:56 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 1999-07-02 21:03:56 +0000 |
commit | fffdf8282f7a48a689ccb7764b6ed2fe4877124a (patch) | |
tree | 0c64419f014d87eb4f6bb8856e00e672b31638c2 /bfd/elf32-arm.h | |
parent | 0104185a1bbbed3c5338a071d86875760a91fa67 (diff) | |
download | gdb-fffdf8282f7a48a689ccb7764b6ed2fe4877124a.tar.gz |
* dwarf2.c (parse_comp_unit): Add ABBREV_LENGTH parameter.
(_bfd_dwarf2_find_nearest_line): Add ADDR_SIZE parameter.
* elf.c (_bfd_elf_find_nearest_line): Pass it.
* elf32-arm.h (elf32_arm_find_nearest_line): Likewise.
* elf32-mips.c (ABI_64_P): New macro.
(IRIX_COMPAT): We are IRIX6-compatible if ABI_64_P.
(_bfd_mips_elf_find_nearest_line): Adjust call to
_bfd_dwarf2_find_nearest_line.
* libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype.
* libbfd.h: Regenerated.
Diffstat (limited to 'bfd/elf32-arm.h')
-rw-r--r-- | bfd/elf32-arm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-arm.h b/bfd/elf32-arm.h index b0de6114cf2..ce2eea788f3 100644 --- a/bfd/elf32-arm.h +++ b/bfd/elf32-arm.h @@ -2396,7 +2396,7 @@ elf32_arm_find_nearest_line if (_bfd_dwarf2_find_nearest_line (abfd, section, symbols, offset, filename_ptr, functionname_ptr, - line_ptr)) + line_ptr, 0)) return true; if (! _bfd_stab_section_find_nearest_line (abfd, symbols, section, offset, |