summaryrefslogtreecommitdiff
path: root/elf/unload2mod.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-10-21 02:07:22 +0000
committerUlrich Drepper <drepper@redhat.com>2000-10-21 02:07:22 +0000
commitf6de2239e2cb1af87b36dbd8712bd27f42ae7d54 (patch)
tree7e0a5ad8333b9f73756ee4af90e1dcd30fd430f0 /elf/unload2mod.c
parente6d18111ad070915de6dca807b1defe11a23ed56 (diff)
Update.
* elf/Makefile: Add rules to build and run unload2. * elf/unload2.c: New file. * elf/unload2mod.c: New file. * elf/unload2dep.c: New file. * intl/libintl.h (ngettext macro): Add missing parameter. (dngettext macro): Likewise.
Diffstat (limited to 'elf/unload2mod.c')
-rw-r--r--elf/unload2mod.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/elf/unload2mod.c b/elf/unload2mod.c
new file mode 100644
index 0000000000..eae278df96
--- /dev/null
+++ b/elf/unload2mod.c
@@ -0,0 +1,7 @@
+extern void foo (void);
+
+void
+bar (void)
+{
+ foo ();
+}