diff options
Diffstat (limited to 'gdb/tm-z8k.h')
-rw-r--r-- | gdb/tm-z8k.h | 10 |
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); |