diff options
Diffstat (limited to 'gdb/coff-solib.h')
-rw-r--r-- | gdb/coff-solib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/coff-solib.h b/gdb/coff-solib.h index 05f6d92..a400795 100644 --- a/gdb/coff-solib.h +++ b/gdb/coff-solib.h @@ -62,7 +62,7 @@ extern void coff_solib_create_inferior_hook (void); /* solib.c */ Presently, this functionality is not implemented. */ #define SOLIB_CREATE_CATCH_LOAD_HOOK(pid, tempflag, filename, cond_string) \ - error("catch of library loads/unloads not yet implemented on this platform") + error (_("catch of library loads/unloads not yet implemented on this platform")) /* This function is called by the "catch unload" command. It allows the debugger to be notified by the dynamic linker when a specified @@ -71,7 +71,7 @@ extern void coff_solib_create_inferior_hook (void); /* solib.c */ Presently, this functionality is not implemented. */ #define SOLIB_CREATE_CATCH_UNLOAD_HOOK(pid, tempflag, filename, cond_string) \ - error("catch of library loads/unloads not yet implemented on this platform") + error (_("catch of library loads/unloads not yet implemented on this platform")) /* This function returns TRUE if the dynamic linker has just reported a load of a library. |