summaryrefslogtreecommitdiff
path: root/gdb/solib-pa64.c
diff options
context:
space:
mode:
authorHui Zhu <teawater@gmail.com>2009-02-25 02:14:20 +0000
committerHui Zhu <teawater@gmail.com>2009-02-25 02:14:20 +0000
commit5f8910120be450edecfbcafa65481c8f29fc0f4c (patch)
tree335f4f66c5826ab4bfd8b74a283ab771603d88fd /gdb/solib-pa64.c
parent32f597d669aec6e7bb5b425b4cb0d29a1023d295 (diff)
downloadgdb-5f8910120be450edecfbcafa65481c8f29fc0f4c.tar.gz
2009-02-25 Hui Zhu <teawater@gmail.com>
* cli/cli-script.c (define_command): Add _() to query. * gnu-nat.c (inf_validate_task_sc): Ditto. * infcmd.c (kill_if_already_running): Ditto. (jump_command): Ditto. (attach_command): Ditto. * inflow.c (kill_command): Ditto. * infrun.c (handle_command): Ditto. * maint.c (maintenance_dump_me): Ditto. * memattr.c (mem_delete_command): Ditto. * monitor.c (monitor_interrupt_query): Ditto. * nto-procfs.c (interrupt_query): Ditto. * printcmd.c (undisplay_command): Ditto. * remote-mips.c (mips_kill): Ditto. * remote.c (interrupt_query): Ditto. * solib-irix.c (irix_open_symbol_file_object): Ditto. * solib-osf.c (osf_open_symbol_file_object): Ditto. * solib-pa64.c (pa64_open_symbol_file_object): Ditto. * solib-som.c (som_open_symbol_file_object): Ditto. * solib-svr4.c (open_symbol_file_object): Ditto. * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto. * target.c (kill_or_be_killed): Ditto. * tracepoint.c (delete_trace_command): Ditto. * top.c (quit_confirm): Add _() to s that will be used in query.
Diffstat (limited to 'gdb/solib-pa64.c')
-rw-r--r--gdb/solib-pa64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib-pa64.c b/gdb/solib-pa64.c
index 98ee07038a1..9cbf5a63539 100644
--- a/gdb/solib-pa64.c
+++ b/gdb/solib-pa64.c
@@ -529,7 +529,7 @@ pa64_open_symbol_file_object (void *from_ttyp)
char *dll_path;
if (symfile_objfile)
- if (!query ("Attempt to reload symbols from process? "))
+ if (!query (_("Attempt to reload symbols from process? ")))
return 0;
/* Read in the load map pointer if we have not done so already. */