diff options
Diffstat (limited to 'bfd/coff-h8300.c')
-rw-r--r-- | bfd/coff-h8300.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/coff-h8300.c b/bfd/coff-h8300.c index 5ff87ae..e2a10a6 100644 --- a/bfd/coff-h8300.c +++ b/bfd/coff-h8300.c @@ -1429,6 +1429,11 @@ h8300_bfd_link_add_symbols (bfd *abfd, struct bfd_link_info *info) #define coff_bfd_link_hash_table_create h8300_coff_link_hash_table_create #define COFF_LONG_FILENAMES + +#ifndef bfd_pe_print_pdata +#define bfd_pe_print_pdata NULL +#endif + #include "coffcode.h" #undef coff_bfd_get_relocated_section_contents |