From: Andrew Cagney Date: Fri, 6 Feb 1998 03:26:11 +0000 (+0000) Subject: Get overlay testsuite to work on m32r when image is being built with a X-Git-Tag: gdb-4_18-branchpoint~3480 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=93854f7c7ccf541289f6e11073333631db7e61fc;p=thirdparty%2Fbinutils-gdb.git Get overlay testsuite to work on m32r when image is being built with a small data section (.sdata): Force _novrly variable into .data; stop test variables being put into .sdata. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c1f3fcbcf61..29c65995ba9 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,22 @@ +Fri Feb 6 14:13:12 1998 Andrew Cagney + + * gdb.base/m32rovly.c: Force variable _novlys into .data section. + + * gdb.base/bar.c (barx, bar): Change variable to small array so + that it won't be put into the .sdata - small data - + section. Update reference. + * gdb.base/baz.c (bazx, baz): Ditto. + * gdb.base/foo.c (foox, foo): Ditto. + * gdb.base/grbx.c (grbxx, grbx): Ditto. + + * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx + to be arrays. + +Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cleaver.cygnus.com) + + * gdb.base/overlays.exp: fix up and get working again. + Add tests for backtraces from an overlay function. + Fri Jan 23 07:52:45 1998 Fred Fish * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for