diff mbox series

[Darwin,PPC,committed] Correct whitespace in specs.

Message ID 0C8C0DA2-C4D1-42D2-B2BE-13E7E427126F@sandoe.co.uk
State New
Headers show
Series [Darwin,PPC,committed] Correct whitespace in specs. | expand

Commit Message

Iain Sandoe June 27, 2019, 7:14 p.m. UTC
A recent merge dropped whitespace in the endfile specs, which affects
transactional memory cases.

applied to mainline
thanks
Iain

2019-06-27  Iain Sandoe  <iain@sandoe.co.uk>

	* config/rs6000/darwin.h (ENDFILE_SPEC): Correct whitespace in the
	spec.
diff mbox series

Patch

--- a/gcc/config/rs6000/darwin.h
+++ b/gcc/config/rs6000/darwin.h
@@ -135,7 +135,7 @@  extern int darwin_emit_picsym_stub;
 /* The PPC regs save/restore functions are leaves and could, conceivably
    be used by the tm destructor.  */
 #undef ENDFILE_SPEC
-#define ENDFILE_SPEC TM_DESTRUCTOR "-lef_ppc"
+#define ENDFILE_SPEC TM_DESTRUCTOR " -lef_ppc"
 
 #undef SUBTARGET_EXTRA_SPECS
 #define SUBTARGET_EXTRA_SPECS                  \