* cgen-asm.in (insert_normal): Handle empty fields and 64 bit hosts.
[deliverable/binutils-gdb.git] / bfd / evax-egsd.c
index 07138634e37cf763d9962a509146e69fbeacb55b..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"
@@ -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;
 
This page took 0.024752 seconds and 4 git commands to generate.