From 95a4e1ea3b019e60bb260d6e70b1657ea27770e8 Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Wed, 3 Jul 2013 14:48:39 -0400 Subject: tile: use _dl_static_init to set GLRO(gl_pagesize) A recently-added test (dlfcn/tststatic5) pointed out that tile was not properly initializing the variable pagesize in certain cases. This change just copies the existing code from MIPS. --- 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 9a60357698..88da5e81d2 100644 --- a/ports/ChangeLog.tile +++ b/ports/ChangeLog.tile @@ -1,5 +1,11 @@ 2013-07-03 Chris Metcalf + * sysdeps/unix/sysv/linux/tile/dl-static.c: New file to support + variable page size for tile. + * sysdeps/unix/sysv/linux/tile/ldsodefs.h: Likewise. + * sysdeps/unix/sysv/linux/tile/Makefile: Build dl-static in elf. + * sysdeps/unix/sysv/linux/tile/Versions: Add _dl_var_init. + * sysdeps/tile/libm-test-ulps: Update with new tests. * sysdeps/tile/s_fma.c: Use soft-fp version instead of ieee754. -- cgit v1.2.3