diff options
Diffstat (limited to 'gdb/alpha-tdep.c')
-rw-r--r-- | gdb/alpha-tdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/alpha-tdep.c b/gdb/alpha-tdep.c index 5b01051..142bc32 100644 --- a/gdb/alpha-tdep.c +++ b/gdb/alpha-tdep.c @@ -1595,8 +1595,7 @@ Show the distance searched for the start of a function."), If you are debugging a stripped executable, GDB needs to search through the\n\ program for the start of a function. This command sets the distance of the\n\ search. The only need to set it is when debugging a stripped executable."), - _("\ -The distance searched for the start of a function is \"%d\"."), + NULL, /* PRINT: The distance searched for the start of a function is \"%d\". */ reinit_frame_cache_sfunc, NULL, &setlist, &showlist); } |