From d1accaa33ddcbf491edbb6023d639f6d3579bc00 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Fri, 11 Sep 1998 00:28:30 +0200 Subject: 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/config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc/config.in') 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 header file. */ #undef HAVE_INTTYPES_H -- cgit v1.1