From a65d7dd038314dbddf83304c0b03b7101ec83d50 Mon Sep 17 00:00:00 2001 From: nickc Date: Thu, 4 Sep 2008 09:43:08 +0000 Subject: * configure.ac (HAVE_GAS_LCOMM_WITH_ALIGNMENT): New assembler check. * configure: Regenerate. * config.in: Regenerate. * config/i386/bsd.h (ASM_OUTPUT_ALIGNED_LOCAL): Use .lcomm with an alignment field, if it is supported. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139979 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gcc/config.in') diff --git a/gcc/config.in b/gcc/config.in index 17bdeb44ae6..30a67a7de02 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -377,11 +377,13 @@ #undef HAVE_AS_TLS #endif + /* Define if your assembler supports VSX instructions. */ #ifndef USED_FOR_TARGET #undef HAVE_AS_VSX #endif + /* Define to 1 if you have the `atoll' function. */ #ifndef USED_FOR_TARGET #undef HAVE_ATOLL @@ -846,6 +848,12 @@ /* Define if your assembler and linker support .hidden. */ #undef HAVE_GAS_HIDDEN +/* Define if your assembler supports .lcomm with an alignment field. */ +#ifndef USED_FOR_TARGET +#undef HAVE_GAS_LCOMM_WITH_ALIGNMENT +#endif + + /* Define if your assembler supports .literal16. */ #ifndef USED_FOR_TARGET #undef HAVE_GAS_LITERAL16 -- cgit v1.2.1