diff options
author | Michael Brown | 2016-03-20 13:00:15 +0100 |
---|---|---|
committer | Michael Brown | 2016-03-22 09:44:32 +0100 |
commit | 311a5732c8baa7ceb4f23db51dcbb5015e2ef965 (patch) | |
tree | dcdb0f60b43c40b6512bb8a3fcd93e0e9478c41d /src/arch/x86/include/bits/errfile.h | |
parent | [build] Do not use "objcopy -O binary" for objects with relocation records (diff) | |
download | ipxe-311a5732c8baa7ceb4f23db51dcbb5015e2ef965.tar.gz ipxe-311a5732c8baa7ceb4f23db51dcbb5015e2ef965.tar.xz ipxe-311a5732c8baa7ceb4f23db51dcbb5015e2ef965.zip |
[gdb] Add support for x86_64
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/x86/include/bits/errfile.h')
-rw-r--r-- | src/arch/x86/include/bits/errfile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/include/bits/errfile.h b/src/arch/x86/include/bits/errfile.h index 0d1617d2..9eb4b548 100644 --- a/src/arch/x86/include/bits/errfile.h +++ b/src/arch/x86/include/bits/errfile.h @@ -22,6 +22,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #define ERRFILE_apm ( ERRFILE_ARCH | ERRFILE_CORE | 0x000b0000 ) #define ERRFILE_vesafb ( ERRFILE_ARCH | ERRFILE_CORE | 0x000c0000 ) #define ERRFILE_int13con ( ERRFILE_ARCH | ERRFILE_CORE | 0x000d0000 ) +#define ERRFILE_gdbmach ( ERRFILE_ARCH | ERRFILE_CORE | 0x000e0000 ) #define ERRFILE_bootsector ( ERRFILE_ARCH | ERRFILE_IMAGE | 0x00000000 ) #define ERRFILE_bzimage ( ERRFILE_ARCH | ERRFILE_IMAGE | 0x00010000 ) |