* 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.
This commit is contained in:
Ian Lance Taylor
1994-04-01 17:55:47 +00:00
parent 7ed5e9704b
commit 9deaaaf1b3
27 changed files with 330 additions and 171 deletions

View File

@ -68,10 +68,12 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define bfd_elf64_bfd_copy_private_bfd_data \
((boolean (*) PARAMS ((bfd *, bfd *))) bfd_true)
#endif
#ifndef bfd_elf64_bfd_is_local_label
#define bfd_elf64_bfd_is_local_label bfd_generic_is_local_label
#endif
#ifndef bfd_elf64_bfd_free_cached_info
#define bfd_elf64_bfd_free_cached_info bfd_true
#endif
#ifndef elf_info_to_howto_rel
#define elf_info_to_howto_rel 0