summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/gdb/fbsd-kgdb-alpha.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/binutils/gdb/fbsd-kgdb-alpha.h')
-rw-r--r--gnu/usr.bin/binutils/gdb/fbsd-kgdb-alpha.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/usr.bin/binutils/gdb/fbsd-kgdb-alpha.h b/gnu/usr.bin/binutils/gdb/fbsd-kgdb-alpha.h
deleted file mode 100644
index 6b5cf20..0000000
--- a/gnu/usr.bin/binutils/gdb/fbsd-kgdb-alpha.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* $FreeBSD$ */
-
-#ifndef FBSD_KGDB_ALPHA_H
-#define FBSD_KGDB_ALPHA_H
-
-#include "alpha/tm-fbsd.h"
-#include "fbsd-kgdb.h"
-
-#undef FRAME_SAVED_PC
-#define FRAME_SAVED_PC(FRAME) \
- (kernel_debugging ? fbsd_kern_frame_saved_pc(FRAME) : \
- alpha_saved_pc_after_call(FRAME))
-
-#endif /* FBSD_KGDB_ALPHA_H */
OpenPOWER on IntegriCloud