aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorScott Bambrough <scottb@netwinder.org>2000-04-05 15:38:05 +0000
committerScott Bambrough <scottb@netwinder.org>2000-04-05 15:38:05 +0000
commitfaf5f7ad8ab04c5999181c464f045b077948a4fa (patch)
tree7260f9a3a3827a21eb16f22bb5f0a8ebe540cb58 /gdb/ChangeLog
parent79bd78bef5665b6bf7760d1c5328a9ae6ecb36fd (diff)
downloadgdb-faf5f7ad8ab04c5999181c464f045b077948a4fa.zip
gdb-faf5f7ad8ab04c5999181c464f045b077948a4fa.tar.gz
gdb-faf5f7ad8ab04c5999181c464f045b077948a4fa.tar.bz2
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index deb5622..0221721 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,13 @@
+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.
+
2000-04-04 Nick Duffek <nsd@cygnus.com>
* infrun.c (handle_inferior_event): Call target_mourn_inferior