summaryrefslogtreecommitdiff
path: root/gcc/acconfig.h
diff options
context:
space:
mode:
authorJakub Jelinek <jj@sunsite.ms.mff.cuni.cz>1998-09-11 00:28:30 +0200
committerDavid S. Miller <davem@gcc.gnu.org>1998-09-10 15:28:30 -0700
commitd1accaa33ddcbf491edbb6023d639f6d3579bc00 (patch)
treec8b5a568b15e1730be67b19c2270b0fd997a8876 /gcc/acconfig.h
parent6cf624a0a5db1265c836e04134f3d8b4e7b86b3b (diff)
downloadgcc-d1accaa33ddcbf491edbb6023d639f6d3579bc00.tar.gz
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/acconfig.h')
-rw-r--r--gcc/acconfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/acconfig.h b/gcc/acconfig.h
index 4aac693381a..0e43b153e21 100644
--- a/gcc/acconfig.h
+++ b/gcc/acconfig.h
@@ -20,6 +20,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