Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/bfd/coff-x86_64.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 20 by monamour, Thu Dec 4 05:12:56 2008 UTC revision 21 by monamour, Mon Jul 27 20:34:36 2009 UTC
# Line 24  Line 24 
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"
# Line 32  Line 36 
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    
# Line 712  coff_amd64_is_local_label_name (bfd *abf Line 717  coff_amd64_is_local_label_name (bfd *abf
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26