diff options
author | David Edelsohn <edelsohn@gnu.org> | 2005-05-07 18:51:50 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2005-05-07 14:51:50 -0400 |
commit | 432218ba764d1ffd79c1f946acdabec1af72c080 (patch) | |
tree | c6abedb6e62186f219350abb5c2bc2b793b9e1a6 /gcc/config.in | |
parent | e28c73584edf0a18f5e0306d9d7b22b1e02a0efa (diff) | |
download | gcc-432218ba764d1ffd79c1f946acdabec1af72c080.tar.gz |
config.gcc ({powerpc,rs6000}-ibm-aix*): Remove rs6000/aix.opt from extra_options.
* config.gcc ({powerpc,rs6000}-ibm-aix*): Remove rs6000/aix.opt
from extra_options.
* config.in (HAVE_AS_POPCNTB): New.
* configure.ac (HAVE_AS_MFCRF): Add .machine "pwr5" to AIX test.
(HAVE_AS_POPCNTB): New.
* configure: Regenerated.
* config/rs6000/aix.h (TARGET_XL_COMPAT): Delete.
* config/rs6000/rs6000.c (rs6000_override_options, power5): Add
MASK_POPCNTB. Uncomment rs6000_sched_restricted_insns_priority
and rs6000_sched_costly_dep.
* config/rs6000/rs6000.h (TARGET_POPCNTB): New.
(TARGET_XL_COMPAT): Delete.
* config/rs6000/rs6000.md (UNSPEC_POPCNTB): New.
(popcount<mode>2): New.
(popcntb<mode>2): New.
* config/rs6000/rs6000.opt (mpopcntb): New.
From-SVN: r99356
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index 74c3e5a5fca..9b0603fcccd 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -119,6 +119,9 @@ /* Define if your assembler supports offsetable %lo(). */ #undef HAVE_AS_OFFSETABLE_LO10 +/* Define if your assembler supports popcntb field. */ +#undef HAVE_AS_POPCNTB + /* Define if your assembler supports .register. */ #undef HAVE_AS_REGISTER_PSEUDO_OP |