From 2d62ecc7b6ff8da64782856d9f5b46fdd97fa642 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 9 Jun 2004 19:54:13 +0000 Subject: [PATCH] 2004-06-09 Andrew Cagney * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update copyright. * config/ia64/tm-aix.h (TARGET_ELF64): Ditto. --- gdb/ChangeLog | 4 ++++ gdb/config/ia64/tm-aix.h | 5 ++--- gdb/config/ia64/tm-linux.h | 5 ++--- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6ffde07..7d81f5c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2004-06-09 Andrew Cagney + * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update + copyright. + * config/ia64/tm-aix.h (TARGET_ELF64): Ditto. + * config/mips/mipsv4.mh: Delete file. * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete diff --git a/gdb/config/ia64/tm-aix.h b/gdb/config/ia64/tm-aix.h index 186cd93..aabe088 100644 --- a/gdb/config/ia64/tm-aix.h +++ b/gdb/config/ia64/tm-aix.h @@ -1,5 +1,6 @@ /* Definitions to target GDB to GNU/Linux on IA-64 running AIX. - Copyright 2000, 2001 Free Software Foundation, Inc. + + Copyright 2000, 2001, 2004 Free Software Foundation, Inc. This file is part of GDB. @@ -24,8 +25,6 @@ #include "ia64/tm-ia64.h" #include "config/tm-sysv4.h" -#define TARGET_ELF64 - extern int ia64_aix_in_sigtramp (CORE_ADDR pc, char *func_name); #define DEPRECATED_IN_SIGTRAMP(pc,func_name) ia64_aix_in_sigtramp (pc, func_name) diff --git a/gdb/config/ia64/tm-linux.h b/gdb/config/ia64/tm-linux.h index 4aa6d85..f040f94 100644 --- a/gdb/config/ia64/tm-linux.h +++ b/gdb/config/ia64/tm-linux.h @@ -1,5 +1,6 @@ /* Definitions to target GDB to GNU/Linux on IA-64 Linux. - Copyright 1992, 1993, 2000 Free Software Foundation, Inc. + + Copyright 1992, 1993, 2000, 2004 Free Software Foundation, Inc. This file is part of GDB. @@ -26,8 +27,6 @@ #include "ia64/tm-ia64.h" #include "config/tm-linux.h" -#define TARGET_ELF64 - extern int ia64_linux_in_sigtramp (CORE_ADDR pc, char *func_name); #define DEPRECATED_IN_SIGTRAMP(pc,func_name) ia64_linux_in_sigtramp (pc, func_name) -- 2.7.4