60fac5b81a
* x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h". Change "register array" to "register cache" in comments. (x86_64_linux_gregset64_reg_offset): New variable. (GETREGS_SUPPLIES): Remove macro. (supply_gregset): Call amd64_supply_native_gregset instead of x86_64_linux_supply_gregset. (fill_gregset): Rename `regno' to `regnum'. Call amd64_collect_native_gregset instead of x86_64_linux_fill_gregset. (store_regs): Rename `regno' to `regnum'. (store_fpregs): Rename `regno' to `regnum'. (fetch_inferior_registers): Rename `regno' to `regnum'. Use amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES. Reorganize function a bit. (store_inferior_registers): Rename `regno' to `regnum'. Use amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES. Reorganize function a bit. (_initialize_x86_64_linux_nat): New function. * config/i386/x86-64linux.mh.
13 lines
370 B
Text
13 lines
370 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 amd64-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
|