X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fi386bsd.c;h=05633071a466db1a5a477dfb0f73e77b86a00274;hb=refs%2Fheads%2Fconcurrent-displaced-stepping-2020-04-01;hp=b59171c5af2e351c7092144c5a131177cb4428fd;hpb=aa820537ead0135a7c38c619039dce8a6fc74ed1;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/i386bsd.c b/bfd/i386bsd.c index b59171c5af..05633071a4 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-2020 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"