diff options
author | Mark Kettenis <kettenis@gnu.org> | 2003-01-02 20:29:15 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2003-01-02 20:29:15 +0000 |
commit | f5dbc56d4daff74e671c973363d933c73603d4a0 (patch) | |
tree | 8130f68128a9e804ba051c8ac9644d95e8e9b95d /gdb/ChangeLog | |
parent | 627af7eaa242631623390a8d7acfc117221e16ec (diff) | |
download | binutils-gdb-f5dbc56d4daff74e671c973363d933c73603d4a0.tar.gz |
* configure.in: Remove UI_OUT configuration code.
* ada-lang.c: Update assuming UI_OUT is always true.
* Makefile.in (UIOUT_CFLAGS): Remove.
* configure: Regenerated.
* TODO: Remove blurb about elimination of -DUI_OUT.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4b1f7a019c2..f91a514770c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2003-01-02 Mark Kettenis <kettenis@gnu.org> + * configure.in: Remove UI_OUT configuration code. + * ada-lang.c: Update assuming UI_OUT is always true. + * Makefile.in (UIOUT_CFLAGS): Remove. + * configure: Regenerated. + * TODO: Remove blurb about elimination of -DUI_OUT. + * configure.in: Move code that provides the --enable-gdbcli, --enable-gdbmi options right before the code that handles the --enable-tui option. Polish a bit. |