Get overlay testsuite to work on m32r when image is being built with a
authorAndrew Cagney <cagney@redhat.com>
Fri, 6 Feb 1998 03:26:11 +0000 (03:26 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 6 Feb 1998 03:26:11 +0000 (03:26 +0000)
small data section (.sdata): Force _novrly variable into .data; stop
test variables being put into .sdata.

gdb/testsuite/ChangeLog

index c1f3fcbcf61a9bfedccea3a1570df18539c7274d..29c65995ba959c29be1e40fa99b193bc7225da55 100644 (file)
@@ -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
This page took 0.029583 seconds and 4 git commands to generate.