eba29c8cbb
* x86-64-linux-nat.c (regmap): Removed. (supply_gregset, fill_gregset): Call x86_64_linux_(fill,supply)_gregset functions. * x86-64-linux-tdep.c (USER_*): New defines. (user_to_gdb_regmap, x86_64_core_fns): New structure. (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset): New functions. (fetch_core_registers): Ditto. (_initialize_x86_64_linux_tdep): Call add_core_fns(). * x86-64-linux-tdep.h: New file. * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o and core-regset.o. * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
13 lines
358 B
Text
13 lines
358 B
Text
# Host: AMD x86-64 running GNU/Linux
|
|
|
|
XM_FILE= xm-i386.h
|
|
|
|
NAT_FILE= nm-x86-64linux.h
|
|
NATDEPFILES= infptrace.o inftarg.o fork-child.o \
|
|
i386-nat.o x86-64-linux-nat.o \
|
|
linux-nat.o \
|
|
proc-service.o thread-db.o lin-lwp.o linux-proc.o gcore.o
|
|
|
|
# The dynamically loaded libthread_db needs access to symbols in the
|
|
# gdb executable.
|
|
LOADLIBES = -ldl -rdynamic
|