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 @@
/* Parameters for execution on a H8/300 series machine.
Copyright (C) 1992 Free Software Foundation, Inc.
Copyright 1992, 1993 Free Software Foundation, Inc.
This file is part of GDB.
@@ -292,9 +292,6 @@ UNSIGNED_SHORT(read_memory_integer (read_register (SP_REGNUM), 2))
#define BEFORE_MAIN_LOOP_HOOK \
hms_before_main_loop();
#define NAMES_HAVE_UNDERSCORE
typedef unsigned short INSN_WORD;
#define ADDR_BITS_REMOVE(addr) ((addr) & 0xffff)