aboutsummaryrefslogtreecommitdiff
path: root/gdb/tm-z8k.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-z8k.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-z8k.h')
-rw-r--r--gdb/tm-z8k.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/gdb/tm-z8k.h b/gdb/tm-z8k.h
index 945c176..6be9403 100644
--- a/gdb/tm-z8k.h
+++ b/gdb/tm-z8k.h
@@ -1,5 +1,5 @@
/* Parameters for execution on a z8000 series machine.
- Copyright 1992,1993 Free Software Foundation, Inc.
+ Copyright 1992, 1993 Free Software Foundation, Inc.
This file is part of GDB.
@@ -17,8 +17,6 @@ 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. */
-
-
#define IEEE_FLOAT 1
#undef TARGET_INT_BIT
@@ -304,11 +302,5 @@ int z8001_mode;
#define PRINT_REGISTER_HOOK(regno) print_register_hook(regno)
-/* 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
-
-
#define INIT_EXTRA_SYMTAB_INFO \
z8k_set_pointer_size(objfile->obfd->arch_info->bits_per_address);