aboutsummaryrefslogtreecommitdiff
path: root/gdb/tm-linux.h
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1993-02-25 03:21:32 +0000
committerJohn Gilmore <gnu@cygnus>1993-02-25 03:21:32 +0000
commit58dbaabdda7e6d768402df566df006492382b688 (patch)
treed8553719013060065a12fc43383e11d1d71e189c /gdb/tm-linux.h
parentf31e2e7a1e7c5519694bb736b9ca752aca5ad35f (diff)
downloadfsf-binutils-gdb-58dbaabdda7e6d768402df566df006492382b688.zip
fsf-binutils-gdb-58dbaabdda7e6d768402df566df006492382b688.tar.gz
fsf-binutils-gdb-58dbaabdda7e6d768402df566df006492382b688.tar.bz2
Remove remnants of NAMES_HAVE_UNDERSCORE.
Diffstat (limited to 'gdb/tm-linux.h')
-rw-r--r--gdb/tm-linux.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/gdb/tm-linux.h b/gdb/tm-linux.h
index f36505f..671918d 100644
--- a/gdb/tm-linux.h
+++ b/gdb/tm-linux.h
@@ -1,27 +1,26 @@
-/* Macro definitions for linux.
- Copyright (C) 1992 Free Software Foundation, Inc.
+/* Definitions to target GDB to Linux on 386.
+ Copyright 1992, 1993 Free Software Foundation, Inc.
+
This file is part of GDB.
+
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 2 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., 675 Mass Ave, Cambridge, MA 02139, USA. */
-#if !defined (TM_LINUX_H)
-#define TM_LINUX_H 1
/* number of traps that happen between exec'ing the shell
* to run an inferior, and when we finally get to
* the inferior code. This is 2 on most implementations.
*/
#define START_INFERIOR_TRAPS_EXPECTED 2
+
#include "tm-i386v.h"
-/* Define this if the C compiler puts an underscore at the front
- of external names before giving them to the linker. */
-#define NAMES_HAVE_UNDERSCORE
-#endif /* !defined (TM_LINUX_H) */