diff options
Diffstat (limited to 'elf/nodel2mod2.c')
-rw-r--r-- | elf/nodel2mod2.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/elf/nodel2mod2.c b/elf/nodel2mod2.c deleted file mode 100644 index d0020240a8..0000000000 --- a/elf/nodel2mod2.c +++ /dev/null @@ -1,7 +0,0 @@ -void -__attribute__((constructor)) -xxx (void) -{ - extern void baz (void); - baz (); -} |