From: Nathan Sidwell Date: Mon, 12 Jun 2006 08:01:54 +0000 (+0000) Subject: gdb/ X-Git-Tag: gdb-csl-sourcerygxx-4_1-9~1 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=12d543b02def209057d7088bfd851cff024e168d;p=thirdparty%2Fbinutils-gdb.git gdb/ * m68k-tdep.c (m68k_frame_align): Say which archs need alignment. gdb/testsuite/ * gdb.base/charset.exp: Use ${srcfile}. --- diff --git a/ChangeLog.csl b/ChangeLog.csl index aace2ccdac6..304577d2b97 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,3 +1,11 @@ +2006-06-12 Nathan Sidwell + + gdb/ + * m68k-tdep.c (m68k_frame_align): Say which archs need alignment. + + gdb/testsuite/ + * gdb.base/charset.exp: Use ${srcfile}. + 2006-06-10 Daniel Jacobowitz Issue #669 @@ -7,6 +15,11 @@ 2006-06-09 Nathan Sidwell + gdb/testsuite/ + * gdb.base/auxv.exp: Skip if bare_board + * gdb.base/gdb1555.exp: Likewise. + * gdb.base/start.exp: Skip if use_gdb_stub. + gdb/testsuite/ * gdb.base/recurse.exp: Add gdb,hardware_watchpoint target info. Adjust testing to cope with a single watchpoint. diff --git a/gdb/m68k-tdep.c b/gdb/m68k-tdep.c index 4bc7e86fd82..495523a0a2d 100644 --- a/gdb/m68k-tdep.c +++ b/gdb/m68k-tdep.c @@ -486,7 +486,7 @@ m68k_svr4_return_value (struct gdbarch *gdbarch, struct type *type, /* Always align the frame to a 4-byte boundary. This is required on - some platforms and harmless on the rest. */ + Coldfire cores and harmless on the others. */ static CORE_ADDR m68k_frame_align (struct gdbarch *gdbarch, CORE_ADDR sp) diff --git a/gdb/testsuite/gdb.base/charset.exp b/gdb/testsuite/gdb.base/charset.exp index 110b6be8f2a..e5d8dfb9c29 100644 --- a/gdb/testsuite/gdb.base/charset.exp +++ b/gdb/testsuite/gdb.base/charset.exp @@ -388,7 +388,7 @@ foreach host_charset [all_charset_names] { # some strings in various target character sets. We need to run the # test program to the point at which the strings have been # initialized. -gdb_test "break charset.c:[gdb_get_line_number "all strings initialized"]" \ +gdb_test "break ${srcfile}:[gdb_get_line_number "all strings initialized"]" \ ".*Breakpoint.* at .*" \ "set breakpoint after all strings have been initialized" gdb_run_cmd