]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove stale overlay testcase bits
authorPedro Alves <palves@redhat.com>
Fri, 3 Jul 2020 12:34:21 +0000 (13:34 +0100)
committerPedro Alves <palves@redhat.com>
Fri, 3 Jul 2020 12:34:21 +0000 (13:34 +0100)
commit9adda7af10c354a62146d917a30a2fae8df370d1
treea1de6b29a269d60004bea926015f8db10982fd9e
parentb657622c3ecd810064f17f279b0a56648b4dc2d6
Remove stale overlay testcase bits

D10V support was removed years ago, but the gdb.base/d10vovly.c file
stayed behind.  Looking a bit closer, I can't find anywhere that
references gdb.base/m32rovly.c either.

Both gdb.base/m32rovly.c and gdb.base/d10vovly.c seem to be older
copies of gdb.base/ovlymgr.c, that are exactly the same, except for
some cosmetic differences, and for missing _ovly_debug_event.  Note
that gdb.base/ovlymgr.c has the #ifdef __M32R__ bits too.  Note also
that gdb.base/overlays.exp is currently only supported on m32r, and
that uses ovlymgr.c not gdb.base/m32rovly.c.

gdb/testsuite/ChangeLog:

* gdb.base/d10vovly.c: Delete.
* gdb.base/m32rovly.c: Delete.
* gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/d10vovly.c [deleted file]
gdb/testsuite/gdb.base/m32rovly.c [deleted file]
gdb/testsuite/gdb.base/ovlymgr.c