* 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:
parent
7ed5e9704b
commit
9deaaaf1b3
27 changed files with 330 additions and 171 deletions
|
@ -345,6 +345,9 @@ Symbols and relocations.
|
|||
. section of the BFD. *}
|
||||
. boolean (*_bfd_final_link) PARAMS ((bfd *, struct bfd_link_info *));
|
||||
.
|
||||
. {* Ask the BFD to free all cached information. *}
|
||||
. boolean (*_bfd_free_cached_info) PARAMS ((bfd *));
|
||||
.
|
||||
|
||||
Data for use by back-end routines, which isn't generic enough to belong
|
||||
in this structure.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue