X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fefi-app-ia32.c;h=06ed8059870919e485a3c4a3bf97226480337a47;hb=36fc76aebb7315571094d66b35e13d69d512fbe2;hp=8519f99a0ba845806095de8ac9a491d59cf518d8;hpb=2ee563b53258d390d7446e90a67f465d504ae44c;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/efi-app-ia32.c b/bfd/efi-app-ia32.c index 8519f99a0b..06ed805987 100644 --- a/bfd/efi-app-ia32.c +++ b/bfd/efi-app-ia32.c @@ -1,5 +1,5 @@ /* BFD back-end for Intel IA-32 EFI application files. - Copyright 1999, 2000 Free Software Foundation, Inc. + Copyright 1999, 2000, 2001, 2002, 2007 Free Software Foundation, Inc. Contributed by David Mosberger This file is part of BFD, the Binary File Descriptor library. @@ -16,16 +16,16 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "bfd.h" #include "sysdep.h" +#include "bfd.h" #define TARGET_SYM bfd_efi_app_ia32_vec #define TARGET_NAME "efi-app-ia32" #define COFF_IMAGE_WITH_PE #define COFF_WITH_PE -#define PCRELOFFSET true +#define PCRELOFFSET TRUE #define TARGET_UNDERSCORE '_' #define COFF_LONG_SECTION_NAMES #define PEI_TARGET_SUBSYSTEM IMAGE_SUBSYSTEM_EFI_APPLICATION