]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
2000-12-20 Fernando Nasser <fnasser@redhat.com>
authorFernando Nasser <fnasser@redhat.com>
Wed, 20 Dec 2000 21:24:28 +0000 (21:24 +0000)
committerFernando Nasser <fnasser@redhat.com>
Wed, 20 Dec 2000 21:24:28 +0000 (21:24 +0000)
commitb4df4f6849c12bd0cca8534e7c17242d0209f130
tree628f2b5be391176254ce4a91a577bda14c63f0b2
parent5bff4f5642edc6e44c15f3e189d683d5dde1a2c8
2000-12-20  Fernando Nasser  <fnasser@redhat.com>

        * Makefile.in (UIOUT_CFLAGS): New macro. CFLAGS needed for uiout code
        to be compiled.  Defines UI_OUT.
        (SUBDIR_MI_CFLAGS): Defines MI_OUT, not UI_OUT.
        (INTERNAL_WARN_CFLAGS): Also include UIOUT_CFLAGS.
        * configure.in (UIOUT_CFLAGS): New configuration variable.
        (--with-uiout): New configuration option.  Causes uiout code to
        be compiled, instead of the old *printf one.
        * configure: Regenerate.
        * top.c (print_gdb_version): Test for and print MI_OUT, not UI_OUT.
        * testsuite/lib/mi-support.exp (mi_gdb_start): Test for MI_OUT,
        not UI_OUT.
gdb/ChangeLog
gdb/Makefile.in
gdb/configure
gdb/configure.in
gdb/testsuite/ChangeLog
gdb/testsuite/lib/mi-support.exp
gdb/top.c