diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-02-06 03:26:11 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-02-06 03:26:11 +0000 |
commit | 93854f7c7ccf541289f6e11073333631db7e61fc (patch) | |
tree | 29859dcb7762c6459e58a165daee1e06709ee4ad /gdb | |
parent | 5759734b2cfd7d5c5aa14c592886fa7ba1f267cc (diff) | |
download | gdb-93854f7c7ccf541289f6e11073333631db7e61fc.zip gdb-93854f7c7ccf541289f6e11073333631db7e61fc.tar.gz gdb-93854f7c7ccf541289f6e11073333631db7e61fc.tar.bz2 |
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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c1f3fcb..29c6599 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,22 @@ +Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com> + + * 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 <fnf@cygnus.com> * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for |