aboutsummaryrefslogtreecommitdiff
path: root/bfd/libbfd-in.h
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>1999-07-02 21:03:56 +0000
committerMark Mitchell <mark@codesourcery.com>1999-07-02 21:03:56 +0000
commit5e38c3b8564f88a243079d4c8b8595aba0be3e87 (patch)
treeb381a628141966c4eda7d6103737d3b32a680027 /bfd/libbfd-in.h
parent4766cbee7a949c75bd0452d6aa09e15aa1131aae (diff)
downloadfsf-binutils-gdb-5e38c3b8564f88a243079d4c8b8595aba0be3e87.zip
fsf-binutils-gdb-5e38c3b8564f88a243079d4c8b8595aba0be3e87.tar.gz
fsf-binutils-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/libbfd-in.h')
-rw-r--r--bfd/libbfd-in.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/libbfd-in.h b/bfd/libbfd-in.h
index dd6b72c..f2ac823 100644
--- a/bfd/libbfd-in.h
+++ b/bfd/libbfd-in.h
@@ -365,7 +365,7 @@ extern boolean _bfd_dwarf1_find_nearest_line
/* Find the nearest line using DWARF 2 debugging information. */
extern boolean _bfd_dwarf2_find_nearest_line
PARAMS ((bfd *, asection *, asymbol **, bfd_vma, const char **,
- const char **, unsigned int *));
+ const char **, unsigned int *, unsigned int));
/* A routine to create entries for a bfd_link_hash_table. */
extern struct bfd_hash_entry *_bfd_link_hash_newfunc