* ldmain.c (lprefix): Change default from a char to a string
[deliverable/binutils-gdb.git] / ld / emultempl / hppaosf.em
index 3bbb9452b7e98f145b988279b03ca1abb011ae3f..0bd2318449e577256e44b7e9946f799b3e18f803 100644 (file)
@@ -29,6 +29,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "config.h"
 #include "ldemul.h"
 #include "ldfile.h"
+#include "ldexp.h"
 #include "ldlang.h"
 #include "ldmisc.h"
 
@@ -43,6 +44,11 @@ extern bfd *output_bfd;
 
 static void hppaosf_before_parse()
 {
+  extern char *lprefix;
+  extern unsigned int lprefix_len;
+  lprefix = "L$";
+  lprefix_len = 2;
+
   ldfile_output_architecture = bfd_arch_hppa;
 }
 
This page took 0.022926 seconds and 4 git commands to generate.