mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 17:02:22 +08:00
2009-04-06 H.J. Lu <hongjiu.lu@intel.com>
* coff-x86_64.c (bfd_pe_print_pdata): Defined to _bfd_pex64_print_pdata only if PE is defined. * libpei.h (_bfd_pep_print_x64_pdata): Renamed to ... (_bfd_pex64_print_pdata): This. * peXXigen.c (_bfd_pep_print_x64_pdata): Renamed to ... (_bfd_pex64_print_pdata): This. Defined only if COFF_WITH_pex64 is defined.
This commit is contained in:
@ -711,8 +711,14 @@ coff_amd64_is_local_label_name (bfd *abfd, const char *name)
|
||||
|
||||
#endif /* TARGET_UNDERSCORE */
|
||||
|
||||
#ifdef PE
|
||||
#undef bfd_pe_print_pdata
|
||||
#define bfd_pe_print_pdata _bfd_pep_print_x64_pdata
|
||||
#define bfd_pe_print_pdata _bfd_pex64_print_pdata
|
||||
#else /* PE */
|
||||
#ifndef bfd_pe_print_pdata
|
||||
#define bfd_pe_print_pdata NULL
|
||||
#endif
|
||||
#endif /* PE */
|
||||
|
||||
#include "coffcode.h"
|
||||
|
||||
|
Reference in New Issue
Block a user