X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fhosts%2Fi386linux.h;h=6d73d902e45baca27e9fa3508ac3142be8db71c5;hb=a43942db49b07a457ee4f960d0f118b23641ec38;hp=90bdcd1655eccadc8f7433940ba0ad58dd9b783e;hpb=423b654e17a482a39ba02986e63251e408809953;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/hosts/i386linux.h b/bfd/hosts/i386linux.h index 90bdcd1655..6d73d902e4 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-2016 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 -