GNU Binutils with patches for OS216
修订版 | 452a569eff947a21369d43cc7632c320e5b8a085 (tree) |
---|---|
时间 | 2013-11-06 23:43:45 |
作者 | Muhammad Bilal <mbilal@code...> |
Commiter | Muhammad Bilal |
Revert "2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>"
This reverts commit dd99d3d15a7d8f41e139dea7871c4fe44cd4b616.
@@ -1,10 +1,5 @@ | ||
1 | 1 | 2013-11-06 Muhammad Bilal <mbilal@codesourcery.com> |
2 | 2 | |
3 | - PR cli/15224 | |
4 | - * top.c (init_main): 'set history save on' by default. | |
5 | - | |
6 | -2013-11-06 Muhammad Bilal <mbilal@codesourcery.com> | |
7 | - | |
8 | 3 | PR cli/16122 |
9 | 4 | * top.c (command_line_input): Unify interactivity tests to use |
10 | 5 | input_from_terminal_p. |
@@ -1708,7 +1708,7 @@ init_main (void) | ||
1708 | 1708 | /* Set the important stuff up for command editing. */ |
1709 | 1709 | command_editing_p = 1; |
1710 | 1710 | history_expansion_p = 0; |
1711 | - write_history_p = 1; | |
1711 | + write_history_p = 0; | |
1712 | 1712 | |
1713 | 1713 | /* Setup important stuff for command line editing. */ |
1714 | 1714 | rl_completion_word_break_hook = gdb_completion_word_break_characters; |