forked from Imagelibrary/binutils-gdb
Remove remnants of NAMES_HAVE_UNDERSCORE.
This commit is contained in:
10
gdb/tm-z8k.h
10
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);
|
||||
|
||||
Reference in New Issue
Block a user