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


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

Re: glibc 2.1.92 patch for S/390.


>>>>> schwidefsky  writes:

>> Martin, can you please reformat the code, check sigaction and then
>> send a complete new patch without those additional line breaks in it?
Martin> Sure, here is then the third try.... You were right about sigaction.c. The
Martin> generic version works and
Martin> it's cleaner.

This is better.

Just some nits:
--- libc/sysdeps/s390/fpu/feholdexcpt.c	Thu Jan  1 01:00:00 1970
+++ libc-s390/sysdeps/s390/fpu/feholdexcpt.c	Mon Aug 21 16:56:36 2000
[...]
+
+int feholdexcept (fenv_t *envp)
--- libc/sysdeps/s390/fpu/fraiseexcpt.c	Thu Jan  1 01:00:00 1970
+++ libc-s390/sysdeps/s390/fpu/fraiseexcpt.c	Mon Aug 21 16:57:14 2000
@@ -0,0 +1,87 @@
+static __inline__ void
+fexceptdiv(float d,float e)
Spaces:
fexceptdiv (float d, float e)
+{
+  __asm__ __volatile__ ("debr %0,%1" : : "f" (d), "f" (e) );
+}
...
+      fexceptdiv(0.0,0.0);
One more space...

I'll correct them myself if I check them in.

Uli, how shall we handle this?  Can you look over it and tell me
whether it's ok and who of us shall put it under CVS?

Thanks,
Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

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