* config/alpha/nm-linux.h (TARGET_ELF64, PSIGNAL_IN_SIGNAL_H):
authorMark Kettenis <kettenis@gnu.org>
Wed, 11 Jul 2001 10:33:29 +0000 (10:33 +0000)
committerMark Kettenis <kettenis@gnu.org>
Wed, 11 Jul 2001 10:33:29 +0000 (10:33 +0000)
Remove unused macro's.

gdb/ChangeLog
gdb/config/alpha/nm-linux.h

index 0e0b8db335057095f6e8603cd4570804b4b04da4..5254994c2e5ecf7f159fe13e9c42bb42ed8fa1e3 100644 (file)
@@ -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.
 
index 2cb2db6ba66b4ef939aaa72b33c06a8f101c0f6f..72c6c8bec2fc5fcc6a8247d26c25440004f7a974 100644 (file)
@@ -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))
This page took 0.028655 seconds and 4 git commands to generate.