diff options
author | davem <davem@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-10 22:28:30 +0000 |
---|---|---|
committer | davem <davem@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-10 22:28:30 +0000 |
commit | b6d28b197b7ff1893c7bb301f5c61dd5698e8ae5 (patch) | |
tree | c8b5a568b15e1730be67b19c2270b0fd997a8876 /gcc/config.in | |
parent | 11d3b06039ed6c3bc278dc56890012a84623392d (diff) | |
download | gcc-b6d28b197b7ff1893c7bb301f5c61dd5698e8ae5.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22383 138bc75d-0d04-0410-961f-82ee72b054a4
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 3cd381ae5a6..0c5b6963a01 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 |