aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-08-25 23:53:55 +0000
committerUlrich Drepper <drepper@redhat.com>1999-08-25 23:53:55 +0000
commit7f42d3dd6f91a6336baceccd98dc7fe516d959fe (patch)
tree0942f9a13181fea447bfeac4b0078d6090bbb6b3 /configure
parent050838a4919a2dfb6da0124eacdfad0a22259251 (diff)
downloadglibc-7f42d3dd6f91a6336baceccd98dc7fe516d959fe.zip
glibc-7f42d3dd6f91a6336baceccd98dc7fe516d959fe.tar.gz
glibc-7f42d3dd6f91a6336baceccd98dc7fe516d959fe.tar.bz2
Update.
* conform/conformtest.pl (@headers): Add search.h, sched.h, regex.h, pwd.h, and pthread.h. * conform/data/pthread.h-data: New file. * conform/data/pwd.h-data: New file. * conform/data/regex.h-data: New file. * conform/data/sched.h-data: New file. * conform/data/search.h-data: New file. * NAMESPACE: Add REG_ for regex.h. * locale/langinfo.h: Don't define YESSTR and NOSTR for XPG6 since they are removed.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b31be2a..30aa4d5 100755
--- a/configure
+++ b/configure
@@ -2302,7 +2302,7 @@ else
libc_cv_asm_global_directive=UNKNOWN
for ac_globl in .globl .global .EXPORT; do
cat > conftest.s <<EOF
-.text
+ .text
${ac_globl} foo
foo:
EOF