From ce12589b90b25a836b7a06a7c4b9bbc4ddec407f Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Mon, 2 Aug 1999 23:56:11 -0400 Subject: [PATCH] regen From-SVN: r28439 --- gcc/config.in | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.30.2