ngettext support
[deliverable/binutils-gdb.git] / bfd / hosts / i386linux.h
index 90bdcd1655eccadc8f7433940ba0ad58dd9b783e..2352ef9869bb44bb166333a4006bd2deb3012508 100644 (file)
@@ -1,11 +1,21 @@
-#include <stddef.h>
-#include <stdlib.h>
-#include <unistd.h>
-#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 <sys/file.h>
+   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
-
This page took 0.025951 seconds and 4 git commands to generate.