diff options
author | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-23 20:15:15 +0000 |
---|---|---|
committer | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-23 20:15:15 +0000 |
commit | 9c878e1b27d2177f5c47663bbb6a7af518c52164 (patch) | |
tree | f2c6a26e3f34541a7cb8bbb7704f8c0bef5bb674 /gcc/config.in | |
parent | 795cff4253aded52a757cab90d95e5fec883af95 (diff) | |
download | gcc-9c878e1b27d2177f5c47663bbb6a7af518c52164.tar.gz |
Step 1 of VSX changes: Powerpc infrstructure changes
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148869 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/gcc/config.in b/gcc/config.in index adccc18506f..cc0202beec2 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -351,12 +351,23 @@ #endif -/* Define if your assembler supports popcntb field. */ +/* Define if your assembler supports popcntb instruction. */ #ifndef USED_FOR_TARGET #undef HAVE_AS_POPCNTB #endif +/* Define if your assembler supports popcntd instruction. */ +#ifndef USED_FOR_TARGET +#undef HAVE_AS_POPCNTD +#endif + +/* Define if your assembler supports lwsync instruction. */ +#ifndef USED_FOR_TARGET +#undef HAVE_AS_LWSYNC +#endif + + /* Define if your assembler supports .register. */ #ifndef USED_FOR_TARGET #undef HAVE_AS_REGISTER_PSEUDO_OP |