1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

Test modules for DF_1_NODELETE test.

This commit is contained in:
Ulrich Drepper
2003-01-12 07:52:53 +00:00
parent 3c172bd1b9
commit 26a676d0aa
3 changed files with 27 additions and 0 deletions

7
elf/nodel2mod2.c Normal file
View File

@@ -0,0 +1,7 @@
void
__attribute__((constructor))
xxx (void)
{
extern void baz (void);
baz ();
}