aboutsummaryrefslogtreecommitdiff
path: root/gdb/tm-sysv4.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-sysv4.h
parentf31e2e7a1e7c5519694bb736b9ca752aca5ad35f (diff)
downloadgdb-58dbaabdda7e6d768402df566df006492382b688.zip
gdb-58dbaabdda7e6d768402df566df006492382b688.tar.gz
gdb-58dbaabdda7e6d768402df566df006492382b688.tar.bz2
Remove remnants of NAMES_HAVE_UNDERSCORE.
Diffstat (limited to 'gdb/tm-sysv4.h')
-rw-r--r--gdb/tm-sysv4.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/gdb/tm-sysv4.h b/gdb/tm-sysv4.h
index a058e8f..f63d174 100644
--- a/gdb/tm-sysv4.h
+++ b/gdb/tm-sysv4.h
@@ -1,5 +1,5 @@
/* Macro definitions for GDB on all SVR4 target systems.
- Copyright (C) 1991, 1992, Free Software Foundation, Inc.
+ Copyright 1991, 1992, 1993 Free Software Foundation, Inc.
Written by Fred Fish at Cygnus Support (fnf@cygnus.com).
This file is part of GDB.
@@ -34,12 +34,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define IN_SOLIB_TRAMPOLINE(pc,name) ((name) && (STREQ ("_init", name)))
-/* In SVR4 ELF files, the ABI defines (pg. 4-25) that "External C symbols
- have the same names in C, assembly code, and object files' symbol
- tables." So... */
-
-#undef NAMES_HAVE_UNDERSCORE
-
/* It is unknown which, if any, SVR4 assemblers do not accept dollar signs
in identifiers. The default in G++ is to use dots instead, for all SVR4
systems, so we make that our default also. FIXME: There should be some