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 | 5e38c3b8564f88a243079d4c8b8595aba0be3e87 (patch) | |
tree | b381a628141966c4eda7d6103737d3b32a680027 /bfd/ChangeLog | |
parent | 4766cbee7a949c75bd0452d6aa09e15aa1131aae (diff) | |
download | gdb-5e38c3b8564f88a243079d4c8b8595aba0be3e87.zip gdb-5e38c3b8564f88a243079d4c8b8595aba0be3e87.tar.gz gdb-5e38c3b8564f88a243079d4c8b8595aba0be3e87.tar.bz2 |
* 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/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c3cc021..3ce3af0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,16 @@ +1999-07-02 Mark Mitchell <mark@codesourcery.com> + + * 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. + 1999-07-02 Ian Lance Taylor <ian@zembu.com> * config.bfd: Add * at the end of i[3456]86-*-unixware. |