X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fhosts%2Fi386linux.h;h=2352ef9869bb44bb166333a4006bd2deb3012508;hb=6003e27e764ff62c1269a3ac6b5806b3fa3a1740;hp=90bdcd1655eccadc8f7433940ba0ad58dd9b783e;hpb=fa803dc60f0bf01297674c41d001798e18ade4dc;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/hosts/i386linux.h b/bfd/hosts/i386linux.h index 90bdcd1655..2352ef9869 100644 --- a/bfd/hosts/i386linux.h +++ b/bfd/hosts/i386linux.h @@ -1,11 +1,21 @@ -#include -#include -#include -#define DONTDECLARE_MALLOC -#include "hosts/i386v.h" +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. -/* Might be required by trad-core.c (not sure if it is). */ -#include + This file is part of BFD, the Binary File Descriptor library. + + 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 + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + 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., 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. */ /* Linux writes the task structure at the end of the core file. Currently it is 2912 bytes. It is possible that this should be a pickier check, but @@ -15,9 +25,3 @@ the end. */ #define TRAD_CORE_EXTRA_SIZE_ALLOWED 4096 - -/* Used for core file stuff only. */ -#ifndef NO_PROCFS -#define HAVE_PROCFS -#endif -