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
/* 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.
#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)
/* 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.
#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)