Browse Subversion Repository
Diff of /trunk/bfd/coff-x86_64.c
Parent Directory
| Revision Log
| Patch
| 24 |
#define COFF_WITH_pex64 |
#define COFF_WITH_pex64 |
| 25 |
#endif |
#endif |
| 26 |
|
|
| 27 |
|
/* Note we have to make sure not to include headers twice. |
| 28 |
|
Not all headers are wrapped in #ifdef guards, so we define |
| 29 |
|
PEI_HEADERS to prevent double including here. */ |
| 30 |
|
#ifndef PEI_HEADERS |
| 31 |
#include "sysdep.h" |
#include "sysdep.h" |
| 32 |
#include "bfd.h" |
#include "bfd.h" |
| 33 |
#include "libbfd.h" |
#include "libbfd.h" |
| 36 |
#include "coff/pe.h" |
#include "coff/pe.h" |
| 37 |
#include "libcoff.h" |
#include "libcoff.h" |
| 38 |
#include "libiberty.h" |
#include "libiberty.h" |
| 39 |
|
#endif |
| 40 |
|
|
| 41 |
#define BADMAG(x) AMD64BADMAG(x) |
#define BADMAG(x) AMD64BADMAG(x) |
| 42 |
|
|
| 717 |
#endif /* TARGET_UNDERSCORE */ |
#endif /* TARGET_UNDERSCORE */ |
| 718 |
|
|
| 719 |
#ifndef bfd_pe_print_pdata |
#ifndef bfd_pe_print_pdata |
| 720 |
#define bfd_pe_print_pdata NULL |
#define bfd_pe_print_pdata NULL |
| 721 |
#endif |
#endif |
| 722 |
|
|
| 723 |
#include "coffcode.h" |
#include "coffcode.h" |
|
|
Legend:
| Removed from v.20 |
|
| changed lines |
| |
Added in v.21 |
|
|
|