diff options
author | Iain Sandoe <iain@sandoe.co.uk> | 2019-06-27 19:01:57 +0000 |
---|---|---|
committer | Iain Sandoe <iains@gcc.gnu.org> | 2019-06-27 19:01:57 +0000 |
commit | 6986c632a27b5e16ea1e481055f83a54121aef18 (patch) | |
tree | 99a93fb698bcecc655b98c62a879a2dacf4e8c6f /gcc | |
parent | 085efec58f7088152576e386cc8ddeb9f5ff5068 (diff) | |
download | gcc-6986c632a27b5e16ea1e481055f83a54121aef18.zip gcc-6986c632a27b5e16ea1e481055f83a54121aef18.tar.gz gcc-6986c632a27b5e16ea1e481055f83a54121aef18.tar.bz2 |
[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 <iain@sandoe.co.uk>
* config/rs6000/darwin.h (ENDFILE_SPEC): Correct whitespace in the
spec.
From-SVN: r272759
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/rs6000/darwin.h | 2 |
2 files changed, 6 insertions, 1 deletions
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 <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 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 \ |