diff options
Diffstat (limited to 'gdb/dwarf2read.c')
-rw-r--r-- | gdb/dwarf2read.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index 8fe38fe..cc346ff 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -9652,8 +9652,7 @@ _initialize_dwarf2_read (void) "in memory longer, and more total memory will " "be used. Zero disables\n" "caching, which can slow down startup.", - "The upper bound on the age of cached " - "dwarf2 compilation units is %d.", + NULL, /* PRINT: The upper bound on the age of cached dwarf2 compilation units is %d. */ NULL, NULL, &set_dwarf2_cmdlist, &show_dwarf2_cmdlist); } |