From 432218ba764d1ffd79c1f946acdabec1af72c080 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Sat, 7 May 2005 18:51:50 +0000 Subject: 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. (popcount2): New. (popcntb2): New. * config/rs6000/rs6000.opt (mpopcntb): New. From-SVN: r99356 --- gcc/config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/config.in') 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 -- cgit v1.2.1