diff options
author | Jason Merrill <jason@gcc.gnu.org> | 1999-08-02 23:56:11 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 1999-08-02 23:56:11 -0400 |
commit | ce12589b90b25a836b7a06a7c4b9bbc4ddec407f (patch) | |
tree | 03176fd71f48c52ca679929bfc53db2155f82ae9 | |
parent | e656c72f3c31bb5ef8b0d70258cee7249d1e024a (diff) | |
download | gcc-ce12589b90b25a836b7a06a7c4b9bbc4ddec407f.zip gcc-ce12589b90b25a836b7a06a7c4b9bbc4ddec407f.tar.gz gcc-ce12589b90b25a836b7a06a7c4b9bbc4ddec407f.tar.bz2 |
regen
From-SVN: r28439
-rw-r--r-- | gcc/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index c804a2b..5c59a47 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -30,6 +30,12 @@ /* Define if your assembler supports .balign and .p2align. */ #undef HAVE_GAS_BALIGN_AND_P2ALIGN +/* Define if your assembler supports offsetable %lo(). */ +#undef HAVE_AS_OFFSETABLE_LO10 + +/* Define if your assembler supports .register. */ +#undef HAVE_AS_REGISTER_PSEUDO_OP + /* Define if your assembler supports .subsection and .subsection -1 starts emitting at the beginning of your section */ #undef HAVE_GAS_SUBSECTION_ORDERING |