OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

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

Show entire file | Details | Blame | View Log

Rev 157 Rev 225
Line 1... Line 1...
/* BFD back-end for arm PE IMAGE COFF files.
/* BFD back-end for arm PE IMAGE COFF files.
   Copyright 1995, 1996, 1999, 2002, 2007 Free Software Foundation, Inc.
   Copyright 1995, 1996, 1999, 2002, 2005, 2006, 2007, 2009
 
   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
   it under the terms of the GNU General Public License as published by
   it under the terms of the GNU General Public License as published by
Line 29... Line 30...
#endif
#endif
 
 
#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 COFF_LONG_SECTION_NAMES
/* Long section names not allowed in executable images, only object files.  */
 
#define COFF_LONG_SECTION_NAMES 0
 
 
#define COFF_SECTION_ALIGNMENT_ENTRIES \
#define COFF_SECTION_ALIGNMENT_ENTRIES \
{ COFF_SECTION_NAME_EXACT_MATCH (".bss"), \
{ COFF_SECTION_NAME_EXACT_MATCH (".bss"), \
  COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 2 }, \
  COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 2 }, \
{ COFF_SECTION_NAME_EXACT_MATCH (".data"), \
{ COFF_SECTION_NAME_EXACT_MATCH (".data"), \

powered by: WebSVN 2.1.0

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