Deleted Added
full compact
configure.ac (146895) configure.ac (161651)
1# configure.ac for GCC
2# Process this file with autoconf to generate a configuration script.
3
4# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
5# Free Software Foundation, Inc.
6
7#This file is part of GCC.
8

--- 2313 unchanged lines hidden (view full) ---

2322 jsr $26, ($27), f !lituse_jsr!5
2323 ldah $29, 0($26) !gpdisp!3
2324 lda $0, c($29) !gprel
2325 ldah $1, d($29) !gprelhigh
2326 lda $1, d($1) !gprellow
2327 lda $29, 0($29) !gpdisp!3],,
2328 [AC_DEFINE(HAVE_AS_EXPLICIT_RELOCS, 1,
2329 [Define if your assembler supports explicit relocations.])])
1# configure.ac for GCC
2# Process this file with autoconf to generate a configuration script.
3
4# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
5# Free Software Foundation, Inc.
6
7#This file is part of GCC.
8

--- 2313 unchanged lines hidden (view full) ---

2322 jsr $26, ($27), f !lituse_jsr!5
2323 ldah $29, 0($26) !gpdisp!3
2324 lda $0, c($29) !gprel
2325 ldah $1, d($29) !gprelhigh
2326 lda $1, d($1) !gprellow
2327 lda $29, 0($29) !gpdisp!3],,
2328 [AC_DEFINE(HAVE_AS_EXPLICIT_RELOCS, 1,
2329 [Define if your assembler supports explicit relocations.])])
2330 gcc_GAS_CHECK_FEATURE([jsrdirect relocation support],
2331 gcc_cv_as_alpha_jsrdirect_relocs, [2,16,90],,
2332[ .set nomacro
2333 .text
2334 ldq $27, a($29) !literal!1
2335 jsr $26, ($27), a !lituse_jsrdirect!1],,
2336 [AC_DEFINE(HAVE_AS_JSRDIRECT_RELOCS, 1,
2337 [Define if your assembler supports the lituse_jsrdirect relocation.])])
2330 ;;
2331
2332 cris-*-*)
2333 gcc_GAS_CHECK_FEATURE([-no-mul-bug-abort option],
2334 gcc_cv_as_cris_no_mul_bug,[2,15,91],
2335 [-no-mul-bug-abort], [.text],,
2336 [AC_DEFINE(HAVE_AS_NO_MUL_BUG_ABORT_OPTION, 1,
2337 [Define if your assembler supports the -no-mul-bug-abort option.])])

--- 850 unchanged lines hidden ---
2338 ;;
2339
2340 cris-*-*)
2341 gcc_GAS_CHECK_FEATURE([-no-mul-bug-abort option],
2342 gcc_cv_as_cris_no_mul_bug,[2,15,91],
2343 [-no-mul-bug-abort], [.text],,
2344 [AC_DEFINE(HAVE_AS_NO_MUL_BUG_ABORT_OPTION, 1,
2345 [Define if your assembler supports the -no-mul-bug-abort option.])])

--- 850 unchanged lines hidden ---