OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gdb-6.8/] [bfd/] [pei-i386.c] - Diff between revs 157 and 225

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 157 Rev 225
Line 1... Line 1...
/* BFD back-end for Intel 386 PE IMAGE COFF files.
/* BFD back-end for Intel 386 PE IMAGE COFF files.
   Copyright 1995, 1996, 1999, 2002, 2004, 2007
   Copyright 1995, 1996, 1999, 2002, 2004, 2005, 2006, 2007, 2009
   Free Software Foundation, Inc.
   Free Software Foundation, Inc.
 
 
   This file is part of BFD, the Binary File Descriptor library.
   This file is part of BFD, the Binary File Descriptor library.
 
 
   This program is free software; you can redistribute it and/or modify
   This program is free software; you can redistribute it and/or modify
Line 26... Line 26...
#define TARGET_NAME             "pei-i386"
#define TARGET_NAME             "pei-i386"
#define COFF_IMAGE_WITH_PE
#define COFF_IMAGE_WITH_PE
#define COFF_WITH_PE
#define COFF_WITH_PE
#define PCRELOFFSET             TRUE
#define PCRELOFFSET             TRUE
#define TARGET_UNDERSCORE       '_'
#define TARGET_UNDERSCORE       '_'
#define COFF_LONG_SECTION_NAMES
/* Long section names not allowed in executable images, only object files.  */
 
#define COFF_LONG_SECTION_NAMES 0
#define COFF_SUPPORT_GNU_LINKONCE
#define COFF_SUPPORT_GNU_LINKONCE
#define COFF_LONG_FILENAMES
#define COFF_LONG_FILENAMES
 
 
#define COFF_SECTION_ALIGNMENT_ENTRIES \
#define COFF_SECTION_ALIGNMENT_ENTRIES \
{ COFF_SECTION_NAME_PARTIAL_MATCH (".idata"), \
{ COFF_SECTION_NAME_PARTIAL_MATCH (".idata"), \

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.