about summary refs log tree commit diff
path: root/ports/sysdeps/tile/dl-runtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/tile/dl-runtime.c')
-rw-r--r--ports/sysdeps/tile/dl-runtime.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ports/sysdeps/tile/dl-runtime.c b/ports/sysdeps/tile/dl-runtime.c
index 0aa211db17..6864c3ac96 100644
--- a/ports/sysdeps/tile/dl-runtime.c
+++ b/ports/sysdeps/tile/dl-runtime.c
@@ -30,7 +30,7 @@
 
 /* Support notifying the simulator about new objects. */
 void internal_function
-_dl_arch_map_object (struct link_map *l)
+_dl_after_load (struct link_map *l)
 {
   int shift;
 
@@ -75,5 +75,3 @@ _dl_unmap (struct link_map *l)
 
   __munmap ((void *) l->l_map_start, l->l_map_end - l->l_map_start);
 }
-
-#define DL_UNMAP(map) _dl_unmap (map)