diff options
author | Tom Tromey <tromey@redhat.com> | 2013-12-28 15:11:36 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2014-01-13 14:25:48 -0700 |
commit | 78e5999d375b8ceae5b114b7cfed4b2c20779921 (patch) | |
tree | 784e11528001a93569f4e17c234e8dd680f77b45 /gdb/ChangeLog | |
parent | f2052bbe7a66ae99d72b48477289f1fea32bc982 (diff) | |
download | gdb-78e5999d375b8ceae5b114b7cfed4b2c20779921.zip gdb-78e5999d375b8ceae5b114b7cfed4b2c20779921.tar.gz gdb-78e5999d375b8ceae5b114b7cfed4b2c20779921.tar.bz2 |
remove use_windows
Nothing actually uses use_windows, not even Insight. So, this patch
removes it.
2014-01-13 Tom Tromey <tromey@redhat.com>
* defs.h (use_windows): Remove.
* gdb.c (main): Update.
* main.c (captured_main, gdb_main): Update.
* main.h (struct captured_main_args) <use_windows>: Remove.
* top.c (use_windows): Remove.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5e3975f..7e347ef 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2014-01-13 Tom Tromey <tromey@redhat.com> + * defs.h (use_windows): Remove. + * gdb.c (main): Update. + * main.c (captured_main, gdb_main): Update. + * main.h (struct captured_main_args) <use_windows>: Remove. + * top.c (use_windows): Remove. + +2014-01-13 Tom Tromey <tromey@redhat.com> + * defs.h (deprecated_flush_hook): Remove. 2014-01-13 Jan Kratochvil <jan.kratochvil@redhat.com> |