mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Update.
2002-02-17 Andreas Schwab <schwab@suse.de> * reldep7.c: New file. * reldep7mod1.c: New file. * reldep7mod2.c: New file. * Makefile: Add rules to build and run reldep7.
This commit is contained in:
12
elf/reldep7mod1.c
Normal file
12
elf/reldep7mod1.c
Normal file
@@ -0,0 +1,12 @@
|
||||
int foo (void) __attribute__ ((weak));
|
||||
int
|
||||
foo (void)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
int
|
||||
mod1_bar (void)
|
||||
{
|
||||
return foo ();
|
||||
}
|
Reference in New Issue
Block a user