From 6986c632a27b5e16ea1e481055f83a54121aef18 Mon Sep 17 00:00:00 2001 From: Iain Sandoe Date: Thu, 27 Jun 2019 19:01:57 +0000 Subject: [PATCH] [Darwin, PPC] Correct whitespace in specs. A recent merge dropped whitespace in the endfile specs, which affects transactional memory cases. 2019-06-27 Iain Sandoe * config/rs6000/darwin.h (ENDFILE_SPEC): Correct whitespace in the spec. From-SVN: r272759 --- gcc/ChangeLog | 5 +++++ gcc/config/rs6000/darwin.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7e6396c2eb0..c0432a95433 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2019-06-27 Iain Sandoe + + * config/rs6000/darwin.h (ENDFILE_SPEC): Correct whitespace in the + spec. + 2019-06-27 Iain Sandoe * config/rs6000/rs6000.c (darwin_rs6000_override_options): Do not diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h index fcc4354b2d0..7b3b232293a 100644 --- 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 \ -- 2.30.2