summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-aout/i386/md-static-funcs.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rtld-aout/i386/md-static-funcs.c')
-rw-r--r--libexec/rtld-aout/i386/md-static-funcs.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/libexec/rtld-aout/i386/md-static-funcs.c b/libexec/rtld-aout/i386/md-static-funcs.c
deleted file mode 100644
index 77c25c5..0000000
--- a/libexec/rtld-aout/i386/md-static-funcs.c
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * $FreeBSD$
- *
- * Called by ld.so when onanating.
- * This *must* be a static function, so it is not called through a jmpslot.
- */
-
-static void
-md_relocate_simple(r, relocation, addr)
-struct relocation_info *r;
-long relocation;
-char *addr;
-{
- if (r->r_relative)
- *(long *)addr += relocation;
-}
-
OpenPOWER on IntegriCloud