This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ob] Delete TARGET_ELF64


Defined but never referenced,

committed,
Andrew
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.

Index: config/ia64/tm-aix.h
===================================================================
RCS file: /cvs/src/src/gdb/config/ia64/tm-aix.h,v
retrieving revision 1.4
diff -p -u -r1.4 tm-aix.h
--- config/ia64/tm-aix.h	18 Mar 2004 19:59:06 -0000	1.4
+++ config/ia64/tm-aix.h	9 Jun 2004 19:53:34 -0000
@@ -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: config/ia64/tm-linux.h
===================================================================
RCS file: /cvs/src/src/gdb/config/ia64/tm-linux.h,v
retrieving revision 1.5
diff -p -u -r1.5 tm-linux.h
--- config/ia64/tm-linux.h	18 Mar 2004 19:59:06 -0000	1.5
+++ config/ia64/tm-linux.h	9 Jun 2004 19:53:34 -0000
@@ -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)
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]