Correct spelling of "relocatable".
[deliverable/binutils-gdb.git] / ld / emultempl / ticoff.em
index 90c940e4976a9f80036bb4e704e4d53e1c9e9bf2..aca5409549913c8223b46ebcd017ad474ebf6c17 100644 (file)
@@ -130,9 +130,9 @@ $s/$/n"/
 cat >>e${EMULATION_NAME}.c <<EOF
 {                           
   *isfile = 0;
-  if (link_info.relocateable && config.build_constructors)
+  if (link_info.relocatable && config.build_constructors)
     return `sed "$sc" ldscripts/${EMULATION_NAME}.xu`;
-  else if (link_info.relocateable)
+  else if (link_info.relocatable)
     return `sed "$sc" ldscripts/${EMULATION_NAME}.xr`;
   else if (!config.text_read_only)
     return `sed "$sc" ldscripts/${EMULATION_NAME}.xbn`;
@@ -150,9 +150,9 @@ cat >>e${EMULATION_NAME}.c <<EOF
 {                           
   *isfile = 1;
 
-  if (link_info.relocateable && config.build_constructors)
+  if (link_info.relocatable && config.build_constructors)
     return "ldscripts/${EMULATION_NAME}.xu";
-  else if (link_info.relocateable)
+  else if (link_info.relocatable)
     return "ldscripts/${EMULATION_NAME}.xr";
   else if (!config.text_read_only)
     return "ldscripts/${EMULATION_NAME}.xbn";
This page took 0.033654 seconds and 4 git commands to generate.