X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fi386bsd.c;h=5827b0bdb23faef690698d7d28761dae2631d645;hb=83ae81cd0b2ec355aeb7666c0c059f00492635e8;hp=b59171c5af2e351c7092144c5a131177cb4428fd;hpb=aa820537ead0135a7c38c619039dce8a6fc74ed1;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/i386bsd.c b/bfd/i386bsd.c index b59171c5af..5827b0bdb2 100644 --- a/bfd/i386bsd.c +++ b/bfd/i386bsd.c @@ -1,6 +1,5 @@ /* BFD back-end for i386 a.out binaries under BSD. - Copyright 1990, 1991, 1992, 1993, 1994, 2001, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1990-2016 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -30,7 +29,6 @@ /* ZMAGIC files start at address 0. This does not apply to QMAGIC. */ #define TEXT_START_ADDR 0 -#define N_SHARED_LIB(x) 0 #define TARGET_PAGE_SIZE 4096 #define SEGMENT_SIZE TARGET_PAGE_SIZE @@ -41,7 +39,7 @@ /* Do not "beautify" the CONCAT* macro args. Traditional C will not remove whitespace added here, and thus will fail to concatenate the tokens. */ -#define MY(OP) CONCAT2 (i386bsd_,OP) +#define MY(OP) CONCAT2 (i386_aout_bsd_,OP) #define TARGETNAME "a.out-i386-bsd" #include "sysdep.h"