diff options
author | Jeff Law <law@redhat.com> | 1994-09-14 02:28:52 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-09-14 02:28:52 +0000 |
commit | e10639db4445c3b933b358aae61ff53b84b80667 (patch) | |
tree | 77d76efa11221ecf9adbc127959ed8c34129cfeb /bfd/som.h | |
parent | 75c28b4966be555678e0122c4573881365b675a6 (diff) | |
download | gdb-e10639db4445c3b933b358aae61ff53b84b80667.zip gdb-e10639db4445c3b933b358aae61ff53b84b80667.tar.gz gdb-e10639db4445c3b933b358aae61ff53b84b80667.tar.bz2 |
* som.h (som_symbol_type): Delete unwind field.
* som.c (som_write_fixups): For R_ENTRY fixups, get 32bits of
unwind information from the addend field of the R_ENTRY, get the
other 32bits from the addend field of the R_EXIT.
(bfd_som_attach_unwind_info): Delete function and all references.
Diffstat (limited to 'bfd/som.h')
-rw-r--r-- | bfd/som.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -64,12 +64,6 @@ typedef struct som_symbol the symbols from most used to least used we can significantly reduce the size of the relocation stream for incomplete objects. */ int reloc_count; - - /* The unwind descriptor bits associated with R_ENTRY relocations - for functions (not enough room in a BFD reloc to store all the - information, so we tack it onto the symbol associated with the - function. */ - char *unwind; } som_symbol_type; @@ -210,7 +204,6 @@ boolean bfd_som_set_section_attributes PARAMS ((asection *, int, int, boolean bfd_som_set_subsection_attributes PARAMS ((asection *, asection *, int, unsigned int, int)); void bfd_som_set_symbol_type PARAMS ((asymbol *, unsigned int)); -void bfd_som_attach_unwind_info PARAMS ((asymbol *, char *)); boolean bfd_som_attach_aux_hdr PARAMS ((bfd *, int, char *)); int ** hppa_som_gen_reloc_type PARAMS ((bfd *, int, int, enum hppa_reloc_field_selector_type_alt)); |