2004-06-09 Andrew Cagney <cagney@gnu.org>
authorAndrew Cagney <cagney@redhat.com>
Wed, 9 Jun 2004 19:54:13 +0000 (19:54 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 9 Jun 2004 19:54:13 +0000 (19:54 +0000)
* config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
copyright.
* config/ia64/tm-aix.h (TARGET_ELF64): Ditto.

gdb/ChangeLog
gdb/config/ia64/tm-aix.h
gdb/config/ia64/tm-linux.h

index 6ffde0704377174dbb76117086e5c252b192b8b7..7d81f5c70542dd5a1ba21b94a9f1ec9c82d08e89 100644 (file)
@@ -1,5 +1,9 @@
 2004-06-09  Andrew Cagney  <cagney@gnu.org>
 
+       * 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
index 186cd93ae75adbaa4c8f800091a326e40e7d886b..aabe0886cbc861a7f3a338d47a9217ba01ccd0aa 100644 (file)
@@ -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)
 
index 4aa6d8598c3a60eeff27dfa5f7b6cccaf749d35d..f040f94d8224f0d0fba94d543cb42c88a71bfde0 100644 (file)
@@ -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)
 
This page took 0.027953 seconds and 4 git commands to generate.