diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2006-06-05 15:36:02 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2006-06-05 15:36:02 +0000 |
commit | 744d9ed205fa489735cddf9c8d66d26d21b36327 (patch) | |
tree | 4e0eb25880f2a73aef678547cf51ac65a36f35ec | |
parent | 9a4029e1cce705f3f3c2da4b5584888cab64d04c (diff) | |
download | newlib-744d9ed205fa489735cddf9c8d66d26d21b36327.zip newlib-744d9ed205fa489735cddf9c8d66d26d21b36327.tar.gz newlib-744d9ed205fa489735cddf9c8d66d26d21b36327.tar.bz2 |
* 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.csl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl index e786b74..e58185f 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. |