OSDN Git Service

2000-12-20 Fernando Nasser <fnasser@redhat.com>
authorfnasser <fnasser>
Wed, 20 Dec 2000 21:24:25 +0000 (21:24 +0000)
committerfnasser <fnasser>
Wed, 20 Dec 2000 21:24:25 +0000 (21:24 +0000)
commit0d7ac0f0b98d695db6fe835235673107bbf7a913
tree47091539377d69b5f054041667d4ad502f65b240
parente9e8c43da455ad98fbca66a7ae6eff4b9e3f7b58
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