Personal checkpoint - now should parse some MRI stuff
[deliverable/binutils-gdb.git] / ld / gld960.em
index 23db7ea497c0cdd789086d095fd4ec396b3ea889..e70580db2a7b4e0ac6d26c673ff2017f96a187c8 100644 (file)
@@ -113,11 +113,20 @@ static char *script =
 #include "gld960.x"
 ;
 
+  
+static char *script_reloc =
+#include "gld960.xr"
+ ;
+
 
 static char *
 gld960_get_script()
 {
-return script;
+   extern ld_config_type config;
+   if (config.relocateable_output)
+     return script_reloc;
+   return script;
+
 }
 
 struct ld_emulation_xfer_struct ld_gld960_emulation = 
This page took 0.023747 seconds and 4 git commands to generate.