diff options
author | Alan Modra <amodra@gmail.com> | 2004-10-09 02:51:31 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-10-09 02:51:31 +0000 |
commit | 7db6994ff2794f8097cd1382545f2ee3bad73988 (patch) | |
tree | 0d0253753d8d51e4d2b26b8f6f9e2ef73858b7bf /bfd/som.c | |
parent | e612bb4d303811f2f622e8259ad14350512f21c7 (diff) | |
download | gdb-7db6994ff2794f8097cd1382545f2ee3bad73988.zip gdb-7db6994ff2794f8097cd1382545f2ee3bad73988.tar.gz gdb-7db6994ff2794f8097cd1382545f2ee3bad73988.tar.bz2 |
* coff-rs6000.c (rs6000coff_vec): Add initializer for
bfd_is_target_special_symbol.
* coff64-rs6000.c (rs6000coff64_vec): Likewise.
* som.c (som_bfd_is_target_special_symbol): Define.
Diffstat (limited to 'bfd/som.c')
-rw-r--r-- | bfd/som.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6402,6 +6402,8 @@ som_bfd_link_split_section (abfd, sec) #define som_update_armap_timestamp bfd_true #define som_bfd_print_private_bfd_data _bfd_generic_bfd_print_private_bfd_data +#define som_bfd_is_target_special_symbol \ + ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) #define som_get_lineno _bfd_nosymbols_get_lineno #define som_bfd_make_debug_symbol _bfd_nosymbols_bfd_make_debug_symbol #define som_read_minisymbols _bfd_generic_read_minisymbols |