diff options
Diffstat (limited to 'bfd/elf32-target.h')
-rw-r--r-- | bfd/elf32-target.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/elf32-target.h b/bfd/elf32-target.h index b6e4b57..6ee592d 100644 --- a/bfd/elf32-target.h +++ b/bfd/elf32-target.h @@ -45,6 +45,14 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define bfd_elf32_bfd_copy_private_bfd_data \ ((boolean (*) PARAMS ((bfd *, bfd *))) bfd_true) #endif +#ifndef bfd_elf32_bfd_merge_private_bfd_data +#define bfd_elf32_bfd_merge_private_bfd_data \ + ((boolean (*) PARAMS ((bfd *, bfd *))) bfd_true) +#endif +#ifndef bfd_elf32_bfd_set_private_flags +#define bfd_elf32_bfd_set_private_flags \ + ((boolean (*) PARAMS ((bfd *, flagword))) bfd_true) +#endif #ifndef bfd_elf32_bfd_is_local_label #define bfd_elf32_bfd_is_local_label bfd_generic_is_local_label #endif |