diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-02 06:19:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-02 06:19:24 +0000 |
commit | 5d9167133cd1b614e2841eceba5d6c3828059254 (patch) | |
tree | d00e4cedc2f49111343107cad7c53ffc08ad23ef /conform/conformtest.pl | |
parent | 70dc5068f8105942b3ffa7ef57fbb88b6d4ce75a (diff) | |
download | glibc-5d9167133cd1b614e2841eceba5d6c3828059254.tar glibc-5d9167133cd1b614e2841eceba5d6c3828059254.tar.gz glibc-5d9167133cd1b614e2841eceba5d6c3828059254.tar.bz2 glibc-5d9167133cd1b614e2841eceba5d6c3828059254.zip |
Update.
2001-02-01 Ulrich Drepper <drepper@redhat.com>
* Makerules (build-shlib): Add $(extra-B-$(@F:lib%.so=%).so).
* configure.in: Test for -z initfirst linker option.
* config.make.in: Add have-z-initfirst.
* elf/dl-init.c (_dl_init): Split out actual initialization code in
new function call_init. If _dl_initfirst is non-NULL initialize first.
* elf/dl-load.c (_dl_map_from_fd): If DF_1_INITFIRST flag is set
remember object in _dl_initfirst.
* elf/soinit.c: Remove special support for calling
__pthread_initialize_minimal.
* conform/conformtest.pl: Add missing $prepend in type test.
* elf/elf.h (SHT_CHECKSUM): New definition.
* posix/tst-fnmatch.input: Add tests for [. .] in locales.
Diffstat (limited to 'conform/conformtest.pl')
-rw-r--r-- | conform/conformtest.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conform/conformtest.pl b/conform/conformtest.pl index a80e7d6c4f..5ae1cea45a 100644 --- a/conform/conformtest.pl +++ b/conform/conformtest.pl @@ -670,6 +670,7 @@ while ($#headers >= 0) { # Generate a program to test for the availability of this type. open (TESTFILE, ">$fnamebase.c"); + print TESTFILE "$prepend"; print TESTFILE "#include <$h>\n"; if ($maybe_opaque == 1) { print TESTFILE "$type *a;\n"; |