aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2005-09-26 02:17:34 +0000
committerPaul Brook <paul@codesourcery.com>2005-09-26 02:17:34 +0000
commit2af48f682683971cba5c8e8900e4334a1fc04fe1 (patch)
tree104e7cf436f3e2bc153a9433aa69f40444fcbc4a /gdb/testsuite/ChangeLog
parent42a102af06ac9f941b49b8f375d36c7ec4306570 (diff)
downloadgdb-2af48f682683971cba5c8e8900e4334a1fc04fe1.zip
gdb-2af48f682683971cba5c8e8900e4334a1fc04fe1.tar.gz
gdb-2af48f682683971cba5c8e8900e4334a1fc04fe1.tar.bz2
2005-09-26 Paul Brook <paul@codesourcery.com>
* arm-tdep.c (arm_type_align): New function. (arm_push_dummy_call): Use it. Ensure proper argument alignment. (arm_extract_struct_value_address): Remove. (arm_use_struct_convention): Rename... (arm_return_in_memory): ... To this. Return nonzero for all small aggregates under the EABI. (arm_return_value): New function. (arm_gdbarch_init): Default for VFP float model for EABI binaries. Use set_gdbarch_return_value instead of obsolete functions. * testsuite/long_long.exp: Exclude eabi targets from arm FPA float format test.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index be05d41..f4a7861 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2005-09-26 Paul Brook <paul@codesourcery.com>
+
+ * long_long.exp: Exclude eabi targets from arm FPA float format test.
+
2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
* bfp-test.c: New file.