mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-18 00:18:11 +00:00
* config/alpha/nm-linux.h (TARGET_ELF64, PSIGNAL_IN_SIGNAL_H):
Remove unused macro's.
This commit is contained in:
parent
e6da861eaf
commit
82de020385
@ -1,5 +1,8 @@
|
||||
2001-07-11 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* config/alpha/nm-linux.h (TARGET_ELF64, PSIGNAL_IN_SIGNAL_H):
|
||||
Remove unused macro's.
|
||||
|
||||
* config/powerpc/nm-linux.h (NO_SYS_REG_H): Remove, it's no longer
|
||||
used.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* Native definitions for alpha running Linux.
|
||||
Copyright 1993, 1994, 1996, 1998, 2000 Free Software Foundation, Inc.
|
||||
Copyright 1993, 1994, 1996, 1998, 2000, 2001
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
@ -52,16 +53,6 @@ extern int get_longjmp_target (CORE_ADDR *);
|
||||
|
||||
#define GDB_TARGET_HAS_SHARED_LIBS
|
||||
|
||||
/* Support for shared libraries. */
|
||||
|
||||
#ifdef __ELF__
|
||||
#define TARGET_ELF64
|
||||
#endif
|
||||
|
||||
/* This is a lie. It's actually in stdio.h. */
|
||||
|
||||
#define PSIGNAL_IN_SIGNAL_H
|
||||
|
||||
/* Given a pointer to either a gregset_t or fpregset_t, return a
|
||||
pointer to the first register. */
|
||||
#define ALPHA_REGSET_BASE(regsetp) ((long *) (regsetp))
|
||||
|
Loading…
x
Reference in New Issue
Block a user