aboutsummaryrefslogtreecommitdiff
path: root/bfd/libecoff.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-04-01 17:55:47 +0000
committerIan Lance Taylor <ian@airs.com>1994-04-01 17:55:47 +0000
commit9deaaaf1b35a54f776957492c4300ea993a3961c (patch)
tree31e0c78e242ef082c5ab7045180df9fcfd8980fd /bfd/libecoff.h
parent7ed5e9704bba4b5c5a85368655acd36f8751a1b1 (diff)
downloadfsf-binutils-gdb-9deaaaf1b35a54f776957492c4300ea993a3961c.zip
fsf-binutils-gdb-9deaaaf1b35a54f776957492c4300ea993a3961c.tar.gz
fsf-binutils-gdb-9deaaaf1b35a54f776957492c4300ea993a3961c.tar.bz2
* targets.c (bfd_target): Add _bfd_free_cached_info field.
* bfd.c (bfd_free_cached_info): Define. * bfd-in.h (JUMP_TABLE): Add _bfd_free_cached_info. * bfd-in2.h: Rebuilt. * All backends: Initialize bfd_free_cached_info entry point to bfd_true.
Diffstat (limited to 'bfd/libecoff.h')
-rw-r--r--bfd/libecoff.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/bfd/libecoff.h b/bfd/libecoff.h
index f413837..cbd9347 100644
--- a/bfd/libecoff.h
+++ b/bfd/libecoff.h
@@ -276,18 +276,12 @@ extern struct bfd_link_hash_table *ecoff_bfd_link_hash_table_create
extern boolean ecoff_bfd_link_add_symbols
PARAMS ((bfd *, struct bfd_link_info *));
extern boolean ecoff_bfd_final_link PARAMS ((bfd *, struct bfd_link_info *));
-
-#ifndef ecoff_bfd_copy_private_section_data
#define ecoff_bfd_copy_private_section_data \
((boolean (*) PARAMS ((bfd *, asection *, bfd *, asection *))) bfd_true)
-#endif
-#ifndef ecoff_bfd_copy_private_bfd_data
#define ecoff_bfd_copy_private_bfd_data \
((boolean (*) PARAMS ((bfd *, bfd *))) bfd_true)
-#endif
-#ifndef ecoff_bfd_is_local_label
#define ecoff_bfd_is_local_label bfd_generic_is_local_label
-#endif
+#define ecoff_bfd_free_cached_info bfd_true
/* Hook functions for the generic COFF section reading code. */
extern PTR ecoff_mkobject_hook PARAMS ((bfd *, PTR filehdr, PTR aouthdr));