diff options
author | Iain Sandoe <iain@codesourcery.com> | 2012-07-09 19:21:59 +0000 |
---|---|---|
committer | Iain Sandoe <iains@gcc.gnu.org> | 2012-07-09 19:21:59 +0000 |
commit | 1cd130b0467be2880d35f1e328c809e95c9f27c8 (patch) | |
tree | 1d7e442a01dbfda195f184377c9c1a5a68e764a6 /gcc/config/darwin.h | |
parent | f29234dfb10d3172e56e788b1de59a4d8cdf9241 (diff) | |
download | gcc-1cd130b0467be2880d35f1e328c809e95c9f27c8.zip gcc-1cd130b0467be2880d35f1e328c809e95c9f27c8.tar.gz gcc-1cd130b0467be2880d35f1e328c809e95c9f27c8.tar.bz2 |
re PR target/53283 (Many failures on x86_64-apple-darwin10 after revision 186789)
PR target/53283
* config/i386/i386.c (ix86_fold_builtin): Call SUBTARGET_FOLD_BUILTIN
if defined.
* config/darwin.h: Rename TARGET_FOLD_BUILTIN to
SUBTARGET_FOLD_BUILTIN.
* config/rs6000/darwin.h: Map TARGET_FOLD_BUILTIN onto
SUBTARGET_FOLD_BUILTIN.
From-SVN: r189391
Diffstat (limited to 'gcc/config/darwin.h')
-rw-r--r-- | gcc/config/darwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index ca3e0eb..2b1a426 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -902,7 +902,7 @@ void add_framework_path (char *); #define TARGET_KEXTABI flag_apple_kext /* We have target-specific builtins. */ -#define TARGET_FOLD_BUILTIN darwin_fold_builtin +#define SUBTARGET_FOLD_BUILTIN darwin_fold_builtin #define TARGET_N_FORMAT_TYPES 1 #define TARGET_FORMAT_TYPES darwin_additional_format_types |