diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2004-01-26 09:17:26 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-01-26 09:17:26 +0000 |
| commit | 014256a1e7cf03122dc48156afe3a70d2fd68916 (patch) | |
| tree | 4b185a3c37b31aeb6c12ea3d2e0f76da8a1778db /gnu | |
| parent | 6c272c024129330db335dcf1742aa42036095e49 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/binutils/gdb/fbsd-kgdb-amd64.h | 8 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/gdb/fbsd-kgdb-x86_64.h | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/gnu/usr.bin/binutils/gdb/fbsd-kgdb-amd64.h b/gnu/usr.bin/binutils/gdb/fbsd-kgdb-amd64.h new file mode 100644 index 000000000000..ee62200abb77 --- /dev/null +++ b/gnu/usr.bin/binutils/gdb/fbsd-kgdb-amd64.h @@ -0,0 +1,8 @@ +/* $FreeBSD$ */ + +#ifndef FBSD_KGDB_AMD64_H +#define FBSD_KGDB_AMD64_H + +#include "fbsd-kgdb.h" + +#endif /* FBSD_KGDB_AMD64_H */ diff --git a/gnu/usr.bin/binutils/gdb/fbsd-kgdb-x86_64.h b/gnu/usr.bin/binutils/gdb/fbsd-kgdb-x86_64.h deleted file mode 100644 index 6cf4ba0fd87f..000000000000 --- a/gnu/usr.bin/binutils/gdb/fbsd-kgdb-x86_64.h +++ /dev/null @@ -1,6 +0,0 @@ -/* $FreeBSD$ */ - -#ifndef FBSD_KGDB_X86_64_H -#define FBSD_KGDB_X86_64_H - -#endif /* FBSD_KGDB_X86_64_H */ |
