From 0025b4cc84a0c1099b11a662acabce2709121be5 Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Fri, 26 Dec 2014 18:39:47 -0500 Subject: tile: add no-op fe*() routines for libc internal use These avoid having tile generate real calls to the no-op functions, which then causes linknamespace test failures. It might make sense to factor all of these out into a common header that can be shared by tile, microblaze, etc., but for now just fix the test failures. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5a33871ccf..a02e52668d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2014-12-26 Chris Metcalf + * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv, + fegetround): Add no-op macros to avoid linknamespace issues. + * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL. -- cgit v1.2.3