Remove remnants of NAMES_HAVE_UNDERSCORE.

This commit is contained in:
John Gilmore
1993-02-25 03:21:32 +00:00
parent f31e2e7a1e
commit 58dbaabdda
35 changed files with 38 additions and 203 deletions

View File

@@ -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