diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-01 20:58:38 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-01 20:58:38 +0000 |
commit | 4be9280819a161d16ce96032986fee10b74c67da (patch) | |
tree | c5fc3c76a74146dbda56af77954e005136bcde0e /gcc/config.in | |
parent | 2215b9254eec589353667565620bdd5e57d7f07f (diff) | |
download | gcc-4be9280819a161d16ce96032986fee10b74c67da.tar.gz |
* configure.ac (HAVE_GAS_LITERAL16): Add autoconf check for
.literal16.
* config/darwin.c (machopic_select_rtx_section): Use
HAVE_GAS_LITERAL16.
(darwin_mergeable_constant_section): Likewise.
* configure: Regenerate.
* config.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120315 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index a8e18bc3bb7..e1a530a12e4 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -754,6 +754,12 @@ /* Define if your assembler and linker support .hidden. */ #undef HAVE_GAS_HIDDEN +/* Define if your assembler supports .literal16. */ +#ifndef USED_FOR_TARGET +#undef HAVE_GAS_LITERAL16 +#endif + + /* Define if your assembler supports specifying the maximum number of bytes to skip when using the GAS .p2align command. */ #ifndef USED_FOR_TARGET |