Unable to build x86 hosted debugger for ARM Linux, due to missing target
authorScott Bambrough <scottb@netwinder.org>
Wed, 5 Apr 2000 15:38:05 +0000 (15:38 +0000)
committerScott Bambrough <scottb@netwinder.org>
Wed, 5 Apr 2000 15:38:05 +0000 (15:38 +0000)
commitfaf5f7ad8ab04c5999181c464f045b077948a4fa
tree7260f9a3a3827a21eb16f22bb5f0a8ebe540cb58
parent79bd78bef5665b6bf7760d1c5328a9ae6ecb36fd
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