X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=bfd%2Fi386bsd.c;h=05633071a466db1a5a477dfb0f73e77b86a00274;hb=c802e8a76c4eaa3a8a62d7dcfe7be98bf718a2f0;hp=c8f272ef1546411a03a9ef97e5cea319fcdfb757;hpb=cd123cb70c845b890eed231a84e6e84c92c2ef92;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/i386bsd.c b/bfd/i386bsd.c index c8f272ef15..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, 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"