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.
This commit is contained in:
Andrew Cagney 2004-06-09 19:54:13 +00:00
parent be4f746994
commit 2d62ecc7b6
3 changed files with 8 additions and 6 deletions

View 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

View 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)

View 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)