Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2006-06-05 19:36:02 +0400
committerNathan Sidwell <nathan@codesourcery.com>2006-06-05 19:36:02 +0400
commit744d9ed205fa489735cddf9c8d66d26d21b36327 (patch)
tree4e0eb25880f2a73aef678547cf51ac65a36f35ec
parent9a4029e1cce705f3f3c2da4b5584888cab64d04c (diff)
* 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 e786b7453..e58185f51 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.