2001-10-10 Chris Demetriou <cgd@broadcom.com>
[deliverable/binutils-gdb.git] / ld / emultempl / elf32.em
index 105795549a69b32e6ab9b9d361dcfdf25aa8918f..4264b6155ab1e88bfd6c96d66c9ff3d65cf03c78 100644 (file)
@@ -1349,7 +1349,7 @@ echo '  ; else if (link_info.relocateable == true) return' >> e${EMULATION_NAME}
 sed $sc ldscripts/${EMULATION_NAME}.xr                     >> e${EMULATION_NAME}.c
 echo '  ; else if (!config.text_read_only) return'         >> e${EMULATION_NAME}.c
 sed $sc ldscripts/${EMULATION_NAME}.xbn                    >> e${EMULATION_NAME}.c
-if ! cmp -s ldscripts/${EMULATION_NAME}.x ldscripts/${EMULATION_NAME}.xn; then
+if cmp -s ldscripts/${EMULATION_NAME}.x ldscripts/${EMULATION_NAME}.xn; then : ; else
 echo '  ; else if (!config.magic_demand_paged) return'     >> e${EMULATION_NAME}.c
 sed $sc ldscripts/${EMULATION_NAME}.xn                     >> e${EMULATION_NAME}.c
 fi
This page took 0.023745 seconds and 4 git commands to generate.