diff options
author | Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz> | 1998-09-11 00:28:30 +0200 |
---|---|---|
committer | David S. Miller <davem@gcc.gnu.org> | 1998-09-10 15:28:30 -0700 |
commit | d1accaa33ddcbf491edbb6023d639f6d3579bc00 (patch) | |
tree | c8b5a568b15e1730be67b19c2270b0fd997a8876 /gcc/config.in | |
parent | 6cf624a0a5db1265c836e04134f3d8b4e7b86b3b (diff) | |
download | gcc-d1accaa33ddcbf491edbb6023d639f6d3579bc00.zip gcc-d1accaa33ddcbf491edbb6023d639f6d3579bc00.tar.gz gcc-d1accaa33ddcbf491edbb6023d639f6d3579bc00.tar.bz2 |
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
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index 3cd381a..0c5b696 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -21,6 +21,10 @@ /* Define if your assembler supports .balign and .p2align. */ #undef HAVE_GAS_BALIGN_AND_P2ALIGN +/* Define if your assembler supports .subsection and .subsection -1 starts + emitting at the beginning of your section */ +#undef HAVE_GAS_SUBSECTION_ORDERING + /* Define if you have a working <inttypes.h> header file. */ #undef HAVE_INTTYPES_H |