From 5e38c3b8564f88a243079d4c8b8595aba0be3e87 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Fri, 2 Jul 1999 21:03:56 +0000 Subject: * 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. --- bfd/elf32-arm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/elf32-arm.h') diff --git a/bfd/elf32-arm.h b/bfd/elf32-arm.h index b0de611..ce2eea7 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, -- cgit v1.1