OSDN Git Service

Unable to build x86 hosted debugger for ARM Linux, due to missing target
authorscottb <scottb>
Wed, 5 Apr 2000 15:38:05 +0000 (15:38 +0000)
committerscottb <scottb>
Wed, 5 Apr 2000 15:38:05 +0000 (15:38 +0000)
commit6dd94a4d544a45068915036570772dfd0fa88e57
treeb0848a0e86c3c1e189240c09a19066b92c0b7843
parentf379e0d7eb279937faa687bd924d9281163066ed
Unable to build x86 hosted debugger for ARM Linux, due to missing target
dependencies.  Created ARM Linux specific arm-linux-tdep.c file and moved
missing code into it from arm-linux-nat.c.

2000-04-05  Scott Bambrough <scottb@netwinder.org>

* arm-linux-tdep.c: New file.
* arm-linux-nat.c (fetch_fpregs): Remove unused code.
  (arm_get_longjmp_target): Moved it and all defines
  it uses to arm-linux-tdep.c.
  (arm_linux_extract_return_value): Moved to
  arm-linux-tdep.c.
* config/arm/linux.mt: Add arm-linux-tdep.c to TDEPFILES.
gdb/ChangeLog
gdb/arm-linux-nat.c
gdb/arm-linux-tdep.c [new file with mode: 0644]
gdb/config/arm/linux.mt