]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/configure
configure.in: Add check for GAS subsection -1 support.
authorJakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
Thu, 10 Sep 1998 22:28:30 +0000 (00:28 +0200)
committerDavid S. Miller <davem@gcc.gnu.org>
Thu, 10 Sep 1998 22:28:30 +0000 (15:28 -0700)
commitd1accaa33ddcbf491edbb6023d639f6d3579bc00
treec8b5a568b15e1730be67b19c2270b0fd997a8876
parent6cf624a0a5db1265c836e04134f3d8b4e7b86b3b
configure.in: Add check for GAS subsection -1 support.

* configure.in: Add check for GAS subsection -1 support.
* acconfig.h (HAVE_GAS_SUBSECTION_ORDERING): Add.
* configure config.in: Rebuilt.
* config/sparc/sparc.h (CASE_VECTOR_MODE): For V9 flag_pic, use
SImode is subsection -1 works, else use DImode.
(ASM_OUTPUT_ADDR_VEC_START, ASM_OUTPUT_ADDR_VEC_END): Define if
subsection -1 works.
* config/sparc/sparc.c (sparc_output_addr_vec,
sparc_output_addr_diff_vec): Use them if defined.

From-SVN: r22383
gcc/ChangeLog
gcc/acconfig.h
gcc/config.in
gcc/config/sparc/sparc.c
gcc/config/sparc/sparc.h
gcc/configure
gcc/configure.in