Browse Source
* x86-64-linux-nat.c (x86_64_fxsave_offset): New. (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave, better do the things actually here. * x86-64-tdep.c (x86_64_register_name2nr): New. (x86_64_register_name): Renamed to x86_64_register_nr2name. (x86_64_gdbarch_init): Respect the above change. * x86-64-tdep.h (x86_64_register_name2nr) (x86_64_register_nr2name): Add prototypes. * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.binutils-2_13-branch
5 changed files with 95 additions and 19 deletions
@ -1,3 +1,3 @@ |
|||
# Target: AMD x86-64 running GNU/Linux |
|||
TDEPFILES= x86-64-tdep.o x86-64-linux-tdep.o i387-tdep.o dwarf2cfi.o \ |
|||
TDEPFILES= x86-64-tdep.o x86-64-linux-tdep.o dwarf2cfi.o \ |
|||
solib.o solib-svr4.o solib-legacy.o |
|||
|
|||
Loading…
Reference in new issue