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 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);