diff options
author | Michael Brown <mcb30@ipxe.org> | 2024-09-04 13:29:30 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2024-09-05 13:00:39 +0100 |
commit | 2b82007571dbe02b85338dc9fa85251cd5d68028 (patch) | |
tree | b99584c83a74fbeb298c1ff4c13e2c89f5eaf41c /src/arch/x86 | |
parent | 804f35cb5a6ac7d35912822372b74fd8856f850b (diff) | |
download | ipxe-2b82007571dbe02b85338dc9fa85251cd5d68028.tar.gz |
[gdb] Allow CPU architectures to omit support for GDB
Move the <gdbmach.h> file to <bits/gdbmach.h>, and provide a common
dummy implementation for all architectures that have not yet
implemented support for GDB.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/x86')
-rw-r--r-- | src/arch/x86/core/gdbmach.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/x86/core/gdbmach.c b/src/arch/x86/core/gdbmach.c index af6abfedd..d4d187e35 100644 --- a/src/arch/x86/core/gdbmach.c +++ b/src/arch/x86/core/gdbmach.c @@ -31,7 +31,6 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #include <ipxe/uaccess.h> #include <ipxe/gdbstub.h> #include <librm.h> -#include <gdbmach.h> /** @file * |