From 6986c632a27b5e16ea1e481055f83a54121aef18 Mon Sep 17 00:00:00 2001 From: Iain Sandoe Date: Thu, 27 Jun 2019 19:01:57 +0000 Subject: [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(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7e6396c..c0432a9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 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 use longcall for 64b code. diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h index fcc4354..7b3b232 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 \ -- cgit v1.1