ld whitespace fixes
[deliverable/binutils-gdb.git] / ld / emulparams / vxworks.sh
index 5760758d468b8c3c0b8375d1e7dacbe085d5ac43..d2c377402e3752df2cc8eb68ff5884181b8d8b50 100644 (file)
@@ -9,18 +9,18 @@
 # be last. The other sections should be sorted, but the current linker script
 # parse does not seem to allow that with the SORT keyword in this context.
 INIT_START='_init = .;
-            KEEP (*(.init$00));
-            KEEP (*(.init$0[1-9]));
-            KEEP (*(.init$[1-8][0-9]));
-            KEEP (*(.init$9[0-8]));'
+           KEEP (*(.init$00));
+           KEEP (*(.init$0[1-9]));
+           KEEP (*(.init$[1-8][0-9]));
+           KEEP (*(.init$9[0-8]));'
 INIT_END='KEEP (*(.init$99));'
 FINI_START='_fini = .;
-            KEEP (*(.fini$00));
-            KEEP (*(.fini$0[1-9]));
-            KEEP (*(.fini$[1-8][0-9]));
-            KEEP (*(.fini$9[0-8]));'
+           KEEP (*(.fini$00));
+           KEEP (*(.fini$0[1-9]));
+           KEEP (*(.fini$[1-8][0-9]));
+           KEEP (*(.fini$9[0-8]));'
 FINI_END="KEEP (*(.fini\$99));
-          PROVIDE (${SYMPREFIX}_etext = .);"
+         PROVIDE (${SYMPREFIX}_etext = .);"
 
 OTHER_READWRITE_SECTIONS=".tls_data ${RELOCATING-0} : {${RELOCATING+
     __wrs_rtp_tls_data_start = .;
This page took 0.025498 seconds and 4 git commands to generate.