aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-03-08 11:36:21 -0800
committerRichard Henderson <rth@gcc.gnu.org>2001-03-08 11:36:21 -0800
commitb7460f2463c0775a0f4beda49649218191e77fe4 (patch)
treebf07ff623eee642a2b684f9e07d2fd834585a684 /gcc/config.in
parentcadcffb3fdf07b3d6f05289a0b563244ee741b75 (diff)
downloadgcc-b7460f2463c0775a0f4beda49649218191e77fe4.zip
gcc-b7460f2463c0775a0f4beda49649218191e77fe4.tar.gz
gcc-b7460f2463c0775a0f4beda49649218191e77fe4.tar.bz2
configure.in (HAVE_AS_LEB128): New assembler check.
* configure.in (HAVE_AS_LEB128): New assembler check. * configure, config.in: Rebuilt. From-SVN: r40326
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index ddb461f..976c19b 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -412,6 +412,9 @@
/* Define if your assembler supports .hidden. */
#undef HAVE_GAS_HIDDEN
+/* Define if your assembler supports .uleb128. */
+#undef HAVE_AS_LEB128
+
/* Define if your assembler supports .register. */
#undef HAVE_AS_REGISTER_PSEUDO_OP