1999-05-10 DJ Delorie <dj@cygnus.com>
[deliverable/binutils-gdb.git] / bfd / elf32-hppa.c
index 784c699971b79d8774526b6f4787e7d7b731fb74..6bd7f67a0ab6df7537118e33da66d101f5762e67 100644 (file)
@@ -28,7 +28,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include "sysdep.h"
 #include "bfdlink.h"
 #include "libbfd.h"
-#include "obstack.h"
 #include "elf-bfd.h"
 
 /* The internal type of a symbol table extension entry.  */
@@ -1213,7 +1212,7 @@ hppa_elf_reloc (abfd, reloc_entry, symbol_in, data, input_section, output_bfd,
     }
   else
     {
-      *error_message = (char *) "Unsupported call to hppa_elf_reloc";
+      *error_message = (char *) _("Unsupported call to hppa_elf_reloc");
       return bfd_reloc_notsupported;
     }
 }
This page took 0.023952 seconds and 4 git commands to generate.