diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-12-23 14:14:03 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-12-23 14:14:03 +0000 |
commit | 77e4176e43690ad58188d83b3285df445987075b (patch) | |
tree | 575105e1a369e61673a5ccb74139c4c0677c36c6 /bfd | |
parent | 9ae77ebee2ad845f10110837b1f6a061dfbd8e9b (diff) | |
download | gdb-77e4176e43690ad58188d83b3285df445987075b.zip gdb-77e4176e43690ad58188d83b3285df445987075b.tar.gz gdb-77e4176e43690ad58188d83b3285df445987075b.tar.bz2 |
* libbfd-in.h (_bfd_dwarf2_find_nearest_line): Declare.
* libbfd.h: Rebuild.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 3 | ||||
-rw-r--r-- | bfd/libbfd.h | 12 |
2 files changed, 15 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 270c41e..de332d0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Tue Dec 23 17:01:10 1997 Ian Lance Taylor <ian@cygnus.com> + * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Declare. + * libbfd.h: Rebuild. + * peicode.h (coff_swap_scnhdr_out): Set .reloc section to be shared. Set stab* sections to be shared and read. Set .rsrc section to be read and shared. diff --git a/bfd/libbfd.h b/bfd/libbfd.h index 75fcdf0..ccf2cca 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -348,6 +348,11 @@ extern boolean _bfd_stab_section_find_nearest_line PARAMS ((bfd *, asymbol **, asection *, bfd_vma, boolean *, const char **, const char **, unsigned int *, PTR *)); +/* 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 *)); + /* A routine to create entries for a bfd_link_hash_table. */ extern struct bfd_hash_entry *_bfd_link_hash_newfunc PARAMS ((struct bfd_hash_entry *entry, @@ -629,6 +634,13 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_SPARC_7", "BFD_RELOC_SPARC_6", "BFD_RELOC_SPARC_5", + "BFD_RELOC_SPARC_PLT64", + "BFD_RELOC_SPARC_HIX22", + "BFD_RELOC_SPARC_LOX10", + "BFD_RELOC_SPARC_H44", + "BFD_RELOC_SPARC_M44", + "BFD_RELOC_SPARC_L44", + "BFD_RELOC_SPARC_REGISTER", "BFD_RELOC_ALPHA_GPDISP_HI16", "BFD_RELOC_ALPHA_GPDISP_LO16", "BFD_RELOC_ALPHA_GPDISP", |