X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fsolib-irix.c;h=ffbb2528cdbb69fec0cec3d6ab917b0c0557aae4;hb=ec45615693e00c39bd5141a8ffc854ce47bcb20a;hp=5795ecaf0c17195377ea05478dbae1a8be7ec134;hpb=9185ddce9648a80c661182dad116648e57a2be31;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/solib-irix.c b/gdb/solib-irix.c index 5795ecaf0c..ffbb2528cd 100644 --- a/gdb/solib-irix.c +++ b/gdb/solib-irix.c @@ -1,5 +1,5 @@ /* Shared library support for IRIX. - Copyright 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2004 + Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc. This file was created using portions of irix5-nat.c originally @@ -19,8 +19,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ #include "defs.h" @@ -218,7 +218,7 @@ fetch_lm_info (CORE_ADDR addr) } else { - error ("Unable to fetch shared library obj_info or obj_list info."); + error (_("Unable to fetch shared library obj_info or obj_list info.")); } return li; @@ -371,7 +371,7 @@ enable_break (void) SYNOPSIS - void solib_create_inferior_hook() + void solib_create_inferior_hook () DESCRIPTION @@ -420,7 +420,7 @@ irix_solib_create_inferior_hook (void) { if (!enable_break ()) { - warning ("shared library handler failed to enable breakpoint"); + warning (_("shared library handler failed to enable breakpoint")); return; } @@ -446,7 +446,7 @@ irix_solib_create_inferior_hook (void) if (!disable_break ()) { - warning ("shared library handler failed to disable breakpoint"); + warning (_("shared library handler failed to disable breakpoint")); } /* solib_add will call reinit_frame_cache. @@ -539,10 +539,8 @@ irix_current_sos (void) target_read_string (lm.pathname_addr, &name_buf, name_size, &errcode); if (errcode != 0) - { - warning ("current_sos: Can't read pathname for load map: %s\n", + warning (_("Can't read pathname for load map: %s."), safe_strerror (errcode)); - } else { strncpy (new->so_name, name_buf, name_size); @@ -621,7 +619,7 @@ irix_open_symbol_file_object (void *from_ttyp) if (errcode) { - warning ("failed to read exec filename from attached file: %s", + warning (_("failed to read exec filename from attached file: %s"), safe_strerror (errcode)); return 0; }