summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2006-06-05 15:36:02 +0000
committerNathan Sidwell <nathan@codesourcery.com>2006-06-05 15:36:02 +0000
commit3823e3a5b269968b2f7383bceb825512fbb2f89a (patch)
tree3ba596a813f743f039713d43cff9b7e57113cec5
parentfee82fe48dba0e59d30cc1ed8ade5ef8698adbb7 (diff)
downloadbinutils-redhat-3823e3a5b269968b2f7383bceb825512fbb2f89a.tar.gz
* gdb/testsuite/gdb.asm/m68k.inc (gdbasm_call): Use jsr.
* gdb/testsuite/gdb.base/fileio.c (stop): New. Call it everywhere the debugger should stop. * gdb/testsuite/gdb.base/charset.exp: Add breakpoint to stop routine and adjust.
-rw-r--r--ChangeLog.csl6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index e786b7453d..e58185f511 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,5 +1,11 @@
2006-06-05 Nathan Sidwell <nathan@codesourcery.com>
+ * gdb/testsuite/gdb.asm/m68k.inc (gdbasm_call): Use jsr.
+ * gdb/testsuite/gdb.base/fileio.c (stop): New. Call it everywhere
+ the debugger should stop.
+ * gdb/testsuite/gdb.base/charset.exp: Add breakpoint to stop
+ routine and adjust.
+
* gdb/m68k-tdep.c (M68K_FPREG_SIZE): Remove.
(REGISTER_BYTES_FP): Use tdep->fpreg_type.
(m68k_register_bytes_ok): adjust.