aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-06-12 21:46:05 +0000
committerAndrew Cagney <cagney@redhat.com>2002-06-12 21:46:05 +0000
commit6529d2ddb5a9a1d724540d4f9f9278ad90993cb1 (patch)
treed918c8ef01d291abc5e4ab37144c7f6e3331b18e /gdb/ChangeLog
parent26216b98222fd93bf11128859575552d180d0576 (diff)
downloadgdb-6529d2ddb5a9a1d724540d4f9f9278ad90993cb1.zip
gdb-6529d2ddb5a9a1d724540d4f9f9278ad90993cb1.tar.gz
gdb-6529d2ddb5a9a1d724540d4f9f9278ad90993cb1.tar.bz2
* arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
(arm_debug): New static variable. (_initialize_arm_tdep): Add ``set debug arm'' command.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 19dd935..5a301d0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2002-06-12 Andrew Cagney <ac131313@redhat.com>
+ * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
+ (arm_debug): New static variable.
+ (_initialize_arm_tdep): Add ``set debug arm'' command.
+
+2002-06-12 Andrew Cagney <ac131313@redhat.com>
+
* Makefile.in (sim_arm_h): Define.
(arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
* arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".