diff options
author | Richard Henderson <rth@redhat.com> | 2005-06-01 01:19:44 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2005-06-01 01:19:44 -0700 |
commit | d006f5eb56135d6130498994fd6e82c1198eb5e1 (patch) | |
tree | f8aebf03584606e2ae131329608a12381249b1d5 /gcc/config.in | |
parent | 13a9737c1920fd99fc6116111cd60b7db0d5590c (diff) | |
download | gcc-d006f5eb56135d6130498994fd6e82c1198eb5e1.tar.gz |
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.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index 33cb9741f14..6221762435f 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 |