[Darwin, PPC] Correct whitespace in specs.
authorIain Sandoe <iain@sandoe.co.uk>
Thu, 27 Jun 2019 19:01:57 +0000 (19:01 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Thu, 27 Jun 2019 19:01:57 +0000 (19:01 +0000)
A recent merge dropped whitespace in the endfile specs, which affects
transactional memory cases.

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

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

From-SVN: r272759

gcc/ChangeLog
gcc/config/rs6000/darwin.h

index 7e6396c2eb0814930d6379362ce1d87aa064430a..c0432a95433febb8cbc324c71b39351fa481b186 100644 (file)
@@ -1,3 +1,8 @@
+2019-06-27  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config/rs6000/darwin.h (ENDFILE_SPEC): Correct whitespace in the
+       spec.
+
 2019-06-27  Iain Sandoe  <iain@sandoe.co.uk>
 
        * config/rs6000/rs6000.c (darwin_rs6000_override_options): Do not
index fcc4354b2d0b65d2739bf613ab86b3ab7273d64c..7b3b232293a86b84684549a61e9cee518b76c7d8 100644 (file)
@@ -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                  \