diff options
Diffstat (limited to 'bfd/elf64-target.h')
-rw-r--r-- | bfd/elf64-target.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/elf64-target.h b/bfd/elf64-target.h index 75ba998..454f0d5 100644 --- a/bfd/elf64-target.h +++ b/bfd/elf64-target.h @@ -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 |