mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-01 13:26:47 +08:00
* target.c (initialize_targets): Fix thinko in stack_cache_enabled_p.
This commit is contained in:
parent
495c5f871e
commit
9cf1b57289
@ -1,3 +1,7 @@
|
||||
2009-09-08 Doug Evans <dje@google.com>
|
||||
|
||||
* target.c (initialize_targets): Fix thinko in stack_cache_enabled_p.
|
||||
|
||||
2009-09-08 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* amd64-linux-tdep.h (enum amd64_syscall): New enum consts,
|
||||
|
@ -3555,7 +3555,7 @@ Tells gdb whether to control the inferior in asynchronous mode."),
|
||||
&showlist);
|
||||
|
||||
add_setshow_boolean_cmd ("stack-cache", class_support,
|
||||
&stack_cache_enabled_p, _("\
|
||||
&stack_cache_enabled_p_1, _("\
|
||||
Set cache use for stack access."), _("\
|
||||
Show cache use for stack access."), _("\
|
||||
When on, use the data cache for all stack access, regardless of any\n\
|
||||
|
Loading…
Reference in New Issue
Block a user