diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-03 03:56:11 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-03 03:56:11 +0000 |
commit | 1f389448003724715270f19408658ef9f304ee74 (patch) | |
tree | 03176fd71f48c52ca679929bfc53db2155f82ae9 /gcc/config.in | |
parent | 573ddd22d29244e4df99524c25079b33f7ee9e68 (diff) | |
download | gcc-1f389448003724715270f19408658ef9f304ee74.tar.gz |
regen
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28439 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-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 c804a2b682e..5c59a47da8b 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 |