about summary refs log tree commit diff
path: root/ports/ChangeLog.tile
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2013-07-22 11:46:44 -0400
committerChris Metcalf <cmetcalf@tilera.com>2013-07-22 11:56:36 -0400
commit1fe2988f523ddbad93ca7abc98fea982f2ae0505 (patch)
tree283f35a8c794ad6438c0898a8a13ca6ebb1d7096 /ports/ChangeLog.tile
parenta8fc7a03a82959a69ca262c850be23a4932142ce (diff)
downloadglibc-1fe2988f523ddbad93ca7abc98fea982f2ae0505.tar.gz
glibc-1fe2988f523ddbad93ca7abc98fea982f2ae0505.tar.xz
glibc-1fe2988f523ddbad93ca7abc98fea982f2ae0505.zip
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.
Diffstat (limited to 'ports/ChangeLog.tile')
-rw-r--r--ports/ChangeLog.tile6
1 files changed, 6 insertions, 0 deletions
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  <cmetcalf@tilera.com>
+
+	[BZ #15759]
+	* sysdeps/tile/dl-runtime.c (sim_dlclose): New function.
+	(_dl_unmap): Call sim_dlclose().
+
 2013-07-19  Chris Metcalf  <cmetcalf@tilera.com>
 
 	* sysdeps/unix/sysv/linux/tile/sys/ptrace.h