From c7c7219d3a06a714e04e73ebd029811e6bd5bd37 Mon Sep 17 00:00:00 2001 From: Kai Tietz Date: Sun, 5 Apr 2009 18:12:21 +0000 Subject: 2009-04-05 Kai Tietz * coff-x86_64.c (bfd_pe_print_pdata): Define as _bfd_pep_print_x64_pdata. * libpei.h (_bfd_pep_print_x64_pdata): Add prototype. * peXXigen.c (_bfd_pep_print_x64_pdata): New. --- bfd/coff-x86_64.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bfd/coff-x86_64.c') diff --git a/bfd/coff-x86_64.c b/bfd/coff-x86_64.c index 78a7886..aca5c8d 100644 --- a/bfd/coff-x86_64.c +++ b/bfd/coff-x86_64.c @@ -711,9 +711,8 @@ coff_amd64_is_local_label_name (bfd *abfd, const char *name) #endif /* TARGET_UNDERSCORE */ -#ifndef bfd_pe_print_pdata -#define bfd_pe_print_pdata NULL -#endif +#undef bfd_pe_print_pdata +#define bfd_pe_print_pdata _bfd_pep_print_x64_pdata #include "coffcode.h" -- cgit v1.1