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]
Other format: [Raw text]

Re: mips64 ieee754 data structures


On Mar 19, 2003, Alexandre Oliva <aoliva at redhat dot com> wrote:

> On Mar 18, 2003, Roland McGrath <roland at redhat dot com> wrote:
>>> Should I put the merged ieee754.h in sysdeps/mips, while the
>>> discussion on what to do for generic code settles down?

>> That seems fine.

> Here's the patch I'm checking in.

I seem to have introduced an excess #endif after first testing this.
Here's a patch that removes it.  I'm going ahead and checking it in.

Index: ChangeLog
from  Alexandre Oliva  <aoliva at redhat dot com>

	* sysdeps/mips/ieee754.h: Remove excess #endif.

Index: sysdeps/mips/ieee754.h
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/mips/ieee754.h,v
retrieving revision 1.1
diff -u -p -r1.1 ieee754.h
--- sysdeps/mips/ieee754.h 20 Mar 2003 00:39:32 -0000 1.1
+++ sysdeps/mips/ieee754.h 20 Mar 2003 17:58:09 -0000
@@ -182,7 +182,6 @@ union ieee854_long_double
 	unsigned int negative:1;
 #endif				/* Little endian.  */
       } ieee_nan;
-#endif
   };
 
 #define IEEE854_LONG_DOUBLE_BIAS 0x3fff /* Added to exponent.  */
-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva at {redhat dot com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva at {lsd dot ic dot unicamp dot br, gnu.org}
Free Software Evangelist                Professional serial bug killer

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