aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2006-03-08 14:22:47 +0000
committerPaul Brook <paul@codesourcery.com>2006-03-08 14:22:47 +0000
commitf53f0d0bde592682b363c703b68166408c6552d1 (patch)
treed3e267b86ed7b15a46b3365dad8afe040d11be6d /gdb/ChangeLog
parentb5678df9a4ab084a28c5757ddfd6a8fe02f58251 (diff)
downloadgdb-f53f0d0bde592682b363c703b68166408c6552d1.zip
gdb-f53f0d0bde592682b363c703b68166408c6552d1.tar.gz
gdb-f53f0d0bde592682b363c703b68166408c6552d1.tar.bz2
2006-03-08 Paul Brook <paul@codesourcery.com>
* arm-tdep.c (arm_push_dummy_call): Remove stack alignment. (arm_frame_align): New function. (arm_gdbarch_init): Use it.
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 a9fac38..d08c9b2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-08 Paul Brook <paul@codesourcery.com>
+
+ * arm-tdep.c (arm_push_dummy_call): Remove stack alignment.
+ (arm_frame_align): New function.
+ (arm_gdbarch_init): Use it.
+
2006-03-03 Khem Raj <khem@mvista.com>
* remote-rdp.c (remote_rdp_xfer_inferior_memory): Use gdb_byte.