From 1fe2988f523ddbad93ca7abc98fea982f2ae0505 Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Mon, 22 Jul 2013 11:46:44 -0400 Subject: tile BZ #15759: Fix bug in _dl_unmap We returned without calling __munmap if not in the simulator. Now we call a separate sim_dlclose() function to make the control flow work correctly. --- ports/ChangeLog.tile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ports/ChangeLog.tile') diff --git a/ports/ChangeLog.tile b/ports/ChangeLog.tile index dd3d4f4759..a2ec5e18cb 100644 --- a/ports/ChangeLog.tile +++ b/ports/ChangeLog.tile @@ -1,3 +1,9 @@ +2013-07-22 Chris Metcalf + + [BZ #15759] + * sysdeps/tile/dl-runtime.c (sim_dlclose): New function. + (_dl_unmap): Call sim_dlclose(). + 2013-07-19 Chris Metcalf * sysdeps/unix/sysv/linux/tile/sys/ptrace.h -- cgit v1.2.3