aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-08-22 15:13:04 +0000
committerDaniel Jacobowitz <drow@false.org>2007-08-22 15:13:04 +0000
commit8d26208a1e22d9720c1423625c7e15f1bc7d237c (patch)
tree865c53dc061875f491071df2a55cd1fafcf97391 /gdb/ChangeLog
parent65728c26984bf8b45c0f473d96443186b5c4ebab (diff)
downloadgdb-8d26208a1e22d9720c1423625c7e15f1bc7d237c.zip
gdb-8d26208a1e22d9720c1423625c7e15f1bc7d237c.tar.gz
gdb-8d26208a1e22d9720c1423625c7e15f1bc7d237c.tar.bz2
gdb/testsuite/
* gdb.base/callfuncs.exp (do_function_calls): Use t_double_int and t_int_double. * gdb.base/callfuncs.c (t_double_int, t_int_double): New. gdb/ * mips-tdep.c (mips_n32n64_fp_arg_chunk_p): New. (mips_n32n64_push_dummy_call): Always increment float_argreg along with argreg. Use mips_n32n64_fp_arg_chunk_p.
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 17adcac..cde1d09 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
+ * mips-tdep.c (mips_n32n64_fp_arg_chunk_p): New.
+ (mips_n32n64_push_dummy_call): Always increment float_argreg along
+ with argreg. Use mips_n32n64_fp_arg_chunk_p.
+
+2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
+
* solib-svr4.c (scan_dyntag): Only read target memory when necessary.
Fix formatting.
(elf_locate_base): Look for DT_MIPS_RLD_MAP first. Expand comments.