mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
* x86-64-linux-tdep.c (STRUCT_OFFSET): Removed.
This commit is contained in:
parent
1e738b87c8
commit
1dbeeb7b3b
@ -1,3 +1,7 @@
|
||||
2001-09-22 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* x86-64-linux-tdep.c (STRUCT_OFFSET): Removed.
|
||||
|
||||
2001-09-21 Jiri Smid <smid@suse.cz>
|
||||
|
||||
* config/i386/x86-64linux.mh: New file.
|
||||
|
@ -27,9 +27,6 @@
|
||||
#include "x86-64-tdep.h"
|
||||
#include "dwarf2cfi.h"
|
||||
|
||||
#define STRUCT_OFFSET(struct_type, member) \
|
||||
((long) ((char*) &((struct_type*) 0)->member))
|
||||
|
||||
#define LINUX_SIGTRAMP_INSN0 (0x48) /* mov $NNNNNNNN,%rax */
|
||||
#define LINUX_SIGTRAMP_OFFSET0 (0)
|
||||
#define LINUX_SIGTRAMP_INSN1 (0x0f) /* syscall */
|
||||
|
Loading…
Reference in New Issue
Block a user