Tue Jun 16 13:06:21 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
[binutils-gdb.git] / bfd / evax-egsd.c
index 7109485743e7491473cd482a2e5b76151893ebe3..567fe46e1444e8001dc8db04437ba5e02853fb43 100644 (file)
@@ -1,5 +1,5 @@
 /* evax-egsd.c -- BFD back-end for ALPHA EVAX (openVMS/Alpha) files.
-   Copyright 1996, 1997 Free Software Foundation Inc.
+   Copyright 1996, 1997, 1998 Free Software Foundation Inc.
 
    go and read the openVMS linker manual (esp. appendix B)
    if you don't know what's going on here :-)
@@ -22,7 +22,6 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 
-#include <stdio.h>
 #include <ctype.h>
 
 #include "bfd.h"
@@ -55,7 +54,7 @@ struct sec_flags_struct {
   flagword flags_hassize;      /* flags we set if the section has a size > 0 */
 };
 
-/* These flags are deccrtl/vaxcrtl (openVMS 6.2) compatible  */  */
+/* These flags are deccrtl/vaxcrtl (openVMS 6.2) compatible  */
 
 static struct sec_flags_struct evax_section_flags[] = {
   { EVAX_ABS_NAME,
@@ -369,7 +368,7 @@ _bfd_evax_slurp_egsd (abfd)
          break;
 
        default:
-         (*_bfd_error_handler) ("unknown egsd subtype %d", gsd_type);
+         (*_bfd_error_handler) (_("unknown egsd subtype %d"), gsd_type);
          bfd_set_error (bfd_error_bad_value);
          return -1;