* spu-linux-nat.c (spu_xfer_partial): Return -1 for unsupported
[deliverable/binutils-gdb.git] / gdb / coff-pe-read.c
index 2d1e8541fbe884b1ed3e0f8dd888058b2530f270..bf92b4bf6551e2ee1b895e965f1d5ff2d7046a5e 100644 (file)
@@ -2,7 +2,7 @@
    convert to internal format, for GDB. Used as a last resort if no
    debugging symbols recognized.
 
-   Copyright 2003 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -18,8 +18,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.
 
    Contributed by Raoul M. Gough (RaoulGough@yahoo.co.uk). */
 
@@ -309,7 +309,7 @@ read_pe_exported_syms (struct objfile *objfile)
        += ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
     }
 
-  printf_filtered ("Minimal symbols from %s...", dll_name);
+  printf_filtered (_("Minimal symbols from %s..."), dll_name);
   wrap_here ("");
 
   /* Truncate name at first dot. Should maybe also convert to all
This page took 0.026611 seconds and 4 git commands to generate.