diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2007-04-05 13:17:13 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2007-04-05 06:17:13 -0700 |
commit | 7706ca5daabf10746160ca86f93fb97c77017863 (patch) | |
tree | c91d2e82a66faf367e9b2060360566cbaa85b737 | |
parent | 3caecafa48e98f64ae0bf2744772a51178d8fb97 (diff) | |
download | gcc-7706ca5daabf10746160ca86f93fb97c77017863.zip gcc-7706ca5daabf10746160ca86f93fb97c77017863.tar.gz gcc-7706ca5daabf10746160ca86f93fb97c77017863.tar.bz2 |
i386.h (TARGET_CPU_CPP_BUILTINS): Reformat.
2007-04-05 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): Reformat.
(CONDITIONAL_REGISTER_USAGE): Likewise.
From-SVN: r123516
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/i386/i386.h | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 993e702..58b7ede 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-04-05 H.J. Lu <hongjiu.lu@intel.com> + + * config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): Reformat. + (CONDITIONAL_REGISTER_USAGE): Likewise. + 2007-04-04 Richard Henderson <rth@redhat.com> * config/alpha/lib1funcs.asm: Remove unused file. diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h index e86bb72..2aa4c43 100644 --- a/gcc/config/i386/i386.h +++ b/gcc/config/i386/i386.h @@ -460,7 +460,7 @@ extern const char *host_detect_local_cpu (int argc, const char **argv); size_t arch_len = strlen (ix86_arch_string); \ size_t tune_len = strlen (ix86_tune_string); \ int last_arch_char = ix86_arch_string[arch_len - 1]; \ - int last_tune_char = ix86_tune_string[tune_len - 1]; \ + int last_tune_char = ix86_tune_string[tune_len - 1]; \ \ if (TARGET_64BIT) \ { \ @@ -549,7 +549,7 @@ extern const char *host_detect_local_cpu (int argc, const char **argv); builtin_define ("__SSE3__"); \ if (TARGET_SSSE3) \ builtin_define ("__SSSE3__"); \ - if (TARGET_SSE4A) \ + if (TARGET_SSE4A) \ builtin_define ("__SSE4A__"); \ if (TARGET_SSE_MATH && TARGET_SSE) \ builtin_define ("__SSE_MATH__"); \ @@ -969,10 +969,10 @@ do { \ == (TARGET_64BIT ? 3 : 2)); \ } \ j = PIC_OFFSET_TABLE_REGNUM; \ - if (j != INVALID_REGNUM) \ + if (j != INVALID_REGNUM) \ { \ - fixed_regs[j] = 1; \ - call_used_regs[j] = 1; \ + fixed_regs[j] = 1; \ + call_used_regs[j] = 1; \ } \ if (! TARGET_MMX) \ { \ |