This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix sysdeps/powerpc/nofpu 3rd try part 1


Roland McGrath wrote:
>>2005-10-31  Steven Munroe  <sjmunroe@us.ibm.com>
>>
>>	* sysdeps/powerpc/nofpu/fesetround.c: Add libm_hidden_def.
>>    
>
>This change has nothing to do with the others.  It does not belong in the
>same paragraph.
>
>  
Ok, lets get the simple  (fesetround) fix in while I go work on
refactoring the context functions (which will take a little longer.).
2005-10-11  Steven Munroe  <sjmunroe@us.ibm.com>

	* sysdeps/powerpc/nofpu/fesetround.c: Add libm_hidden_def.

diff -urN ../ports/sysdeps/powerpc/nofpu/fesetround.c ports/sysdeps/powerpc/nofpu/fesetround.c
--- ../ports/sysdeps/powerpc/nofpu/fesetround.c	2002-10-19 16:06:29.000000000 -0400
+++ ports/sysdeps/powerpc/nofpu/fesetround.c	2005-10-11 13:28:42.075946320 -0400
@@ -31,3 +31,4 @@
 
   return 0;
 }
+libm_hidden_def (fesetround)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]