Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
(libc_cv_sparc32_tls): Change quotes before using [].
  • Loading branch information
Ulrich Drepper committed Aug 15, 2003
1 parent 7be2873 commit 1ee598e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sysdeps/sparc/sparc32/elf/configure.in
Expand Up @@ -4,6 +4,7 @@ GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
if test "$usetls" != no; then
# Check for support of thread-local storage handling in assembler and linker.
AC_CACHE_CHECK(for sparc32 TLS support, libc_cv_sparc32_tls, [dnl
changequote(,)dnl
cat > conftest.s <<\EOF
.section ".tdata", "awT", @progbits
.globl foo
Expand All @@ -30,6 +31,7 @@ baz: sethi %tgd_hi22(foo), %l1
sethi %tle_hix22(foo), %l1
xor %l1, %tle_lox10(foo), %l1
EOF
changequote([,])dnl
dnl
if AC_TRY_COMMAND(${CC-cc} -c $CFLAGS conftest.s 1>&AS_MESSAGE_LOG_FD); then
libc_cv_sparc32_tls=yes
Expand Down

0 comments on commit 1ee598e

Please sign in to comment.