]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
Don't enable gdbtk in testsuite
authorYao Qi <yao@codesourcery.com>
Tue, 25 Nov 2014 08:07:45 +0000 (16:07 +0800)
committerYao Qi <yao@codesourcery.com>
Mon, 1 Dec 2014 06:13:17 +0000 (14:13 +0800)
commit9e8cd6df3ca295986b2c295b6cfa5ceadd410bb4
tree8d3fb435f98e72c87d72b63406f48c1207620c4e
parent3fcd9bb03b8e7d2046442d3990b3fc2fdf960a3e
Don't enable gdbtk in testsuite

When I skim configure.ac and Makefile.in in gdb/testsuite, I happen to
see that directory gdb.gdbtk is added to subdirs, however it doesn't
exist.  gdb/testsuite/gdb.gdbtk was removed by the patch below,

  [rfa] git repo fixup: delete gdb/testsuite/gdb.gdbtk
  http://thread.gmane.org/gmane.comp.gdb.patches/61489

and we should cleanup configure.ac accordingly.

gdb/testsuite:

2014-12-01  Yao Qi  <yao@codesourcery.com>

* configure.ac: Remove AC_ARG_ENABLE for gdbtk.  Don't invoke
AC_CONFIG_SUBDIRS(gdb.gdbtk).
* configure: Re-generated.
gdb/testsuite/ChangeLog
gdb/testsuite/configure
gdb/testsuite/configure.ac