aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2005-06-01 01:19:44 -0700
committerRichard Henderson <rth@gcc.gnu.org>2005-06-01 01:19:44 -0700
commitd006f5eb56135d6130498994fd6e82c1198eb5e1 (patch)
treef8aebf03584606e2ae131329608a12381249b1d5 /gcc/config.in
parent13a9737c1920fd99fc6116111cd60b7db0d5590c (diff)
downloadgcc-d006f5eb56135d6130498994fd6e82c1198eb5e1.zip
gcc-d006f5eb56135d6130498994fd6e82c1198eb5e1.tar.gz
gcc-d006f5eb56135d6130498994fd6e82c1198eb5e1.tar.bz2
configure.ac (HAVE_AS_JSRDIRECT_RELOCS): New.
* configure.ac (HAVE_AS_JSRDIRECT_RELOCS): New. * config.in, configure: Rebuild. * config/alpha/alpha.c (print_operand): Add 'j'. * alpha.md (divmodsi_internal_er_1): Use it. (divmoddi_internal_er_1): Likewise. From-SVN: r100435
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 33cb974..6221762 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -185,6 +185,12 @@
#endif
+/* Define if your assembler supports the lituse_jsrdirect relocation. */
+#ifndef USED_FOR_TARGET
+#undef HAVE_AS_JSRDIRECT_RELOCS
+#endif
+
+
/* Define if your assembler supports .sleb128 and .uleb128. */
#ifndef USED_FOR_TARGET
#undef HAVE_AS_LEB128