public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug math/5753] ieee754.h: wrong check __FLOAT_WORD_ORDER
       [not found] <bug-5753-131@http.sourceware.org/bugzilla/>
@ 2014-07-02  7:33 ` fweimer at redhat dot com
  0 siblings, 0 replies; 7+ messages in thread
From: fweimer at redhat dot com @ 2014-07-02  7:33 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=5753

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug math/5753] ieee754.h: wrong check __FLOAT_WORD_ORDER
  2008-02-10 19:18 [Bug math/5753] New: " aurelien at aurel32 dot net
                   ` (4 preceding siblings ...)
  2008-03-10  6:22 ` cvs-commit at gcc dot gnu dot org
@ 2008-03-10  6:23 ` aj at suse dot de
  5 siblings, 0 replies; 7+ messages in thread
From: aj at suse dot de @ 2008-03-10  6:23 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From aj at suse dot de  2008-03-10 06:22 -------
Fixed in glibc cvs HEAD.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=5753

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug math/5753] ieee754.h: wrong check __FLOAT_WORD_ORDER
  2008-02-10 19:18 [Bug math/5753] New: " aurelien at aurel32 dot net
                   ` (3 preceding siblings ...)
  2008-03-10  6:21 ` cvs-commit at gcc dot gnu dot org
@ 2008-03-10  6:22 ` cvs-commit at gcc dot gnu dot org
  2008-03-10  6:23 ` aj at suse dot de
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2008-03-10  6:22 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2008-03-10 06:22 -------
Subject: Bug 5753

CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	aj@sourceware.org	2008-03-10 06:21:22

Modified files:
	sysdeps/ia64   : ieee754.h 
	sysdeps/ieee754: ieee754.h 

Log message:
	[BZ #5753]
	* sysdeps/ia64/ieee754.h: Use protected namespace
	__BIG_ENDIAN/__LITTLE_ENDIAN.
	* sysdeps/ieee754/ieee754.h: Likewise.
	Patch by Aurelien Jarno <aurelien@aurel32.net>.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/ieee754.h.diff?cvsroot=glibc&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/ieee754/ieee754.h.diff?cvsroot=glibc&r1=1.12&r2=1.13



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=5753

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug math/5753] ieee754.h: wrong check __FLOAT_WORD_ORDER
  2008-02-10 19:18 [Bug math/5753] New: " aurelien at aurel32 dot net
                   ` (2 preceding siblings ...)
  2008-03-09 13:21 ` aurelien at aurel32 dot net
@ 2008-03-10  6:21 ` cvs-commit at gcc dot gnu dot org
  2008-03-10  6:22 ` cvs-commit at gcc dot gnu dot org
  2008-03-10  6:23 ` aj at suse dot de
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2008-03-10  6:21 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2008-03-10 06:21 -------
Subject: Bug 5753

CVSROOT:	/cvs/glibc
Module name:	ports
Changes by:	aj@sourceware.org	2008-03-10 06:20:30

Modified files:
	.              : ChangeLog.mips 
	sysdeps/mips   : ieee754.h 

Log message:
	[BZ #5753]
	* sysdeps/mips/ieee754.h: Use protected namespace
	__BIG_ENDIAN/__LITTLE_ENDIAN.
	Patch by Aurelien Jarno <aurelien@aurel32.net>.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/ports/ChangeLog.mips.diff?cvsroot=glibc&r1=1.48&r2=1.49
http://sourceware.org/cgi-bin/cvsweb.cgi/ports/sysdeps/mips/ieee754.h.diff?cvsroot=glibc&r1=1.2&r2=1.3



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=5753

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug math/5753] ieee754.h: wrong check __FLOAT_WORD_ORDER
  2008-02-10 19:18 [Bug math/5753] New: " aurelien at aurel32 dot net
  2008-02-10 19:18 ` [Bug math/5753] " aurelien at aurel32 dot net
  2008-03-09 12:45 ` aj at suse dot de
@ 2008-03-09 13:21 ` aurelien at aurel32 dot net
  2008-03-10  6:21 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: aurelien at aurel32 dot net @ 2008-03-09 13:21 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From aurelien at aurel32 dot net  2008-03-09 13:21 -------
The bug is not present when __USE_BSD is used, that is by default. When you 
start to use some options like -ansi, it is not defined anymore, and the 
problem appears.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=5753

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug math/5753] ieee754.h: wrong check __FLOAT_WORD_ORDER
  2008-02-10 19:18 [Bug math/5753] New: " aurelien at aurel32 dot net
  2008-02-10 19:18 ` [Bug math/5753] " aurelien at aurel32 dot net
@ 2008-03-09 12:45 ` aj at suse dot de
  2008-03-09 13:21 ` aurelien at aurel32 dot net
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: aj at suse dot de @ 2008-03-09 12:45 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From aj at suse dot de  2008-03-09 12:45 -------
This should not be a problem at all.  The header <endian.h> defines:

#ifdef  __USE_BSD
# define LITTLE_ENDIAN  __LITTLE_ENDIAN
# define BIG_ENDIAN     __BIG_ENDIAN
# define PDP_ENDIAN     __PDP_ENDIAN
# define BYTE_ORDER     __BYTE_ORDER
#endif

Nevertheless, it might be cleaner to do as you propose.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=5753

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug math/5753] ieee754.h: wrong check __FLOAT_WORD_ORDER
  2008-02-10 19:18 [Bug math/5753] New: " aurelien at aurel32 dot net
@ 2008-02-10 19:18 ` aurelien at aurel32 dot net
  2008-03-09 12:45 ` aj at suse dot de
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: aurelien at aurel32 dot net @ 2008-02-10 19:18 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From aurelien at aurel32 dot net  2008-02-10 19:18 -------
Created an attachment (id=2243)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=2243&action=view)
Patch to fix the problem.


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=5753

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-07-02  7:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-5753-131@http.sourceware.org/bugzilla/>
2014-07-02  7:33 ` [Bug math/5753] ieee754.h: wrong check __FLOAT_WORD_ORDER fweimer at redhat dot com
2008-02-10 19:18 [Bug math/5753] New: " aurelien at aurel32 dot net
2008-02-10 19:18 ` [Bug math/5753] " aurelien at aurel32 dot net
2008-03-09 12:45 ` aj at suse dot de
2008-03-09 13:21 ` aurelien at aurel32 dot net
2008-03-10  6:21 ` cvs-commit at gcc dot gnu dot org
2008-03-10  6:22 ` cvs-commit at gcc dot gnu dot org
2008-03-10  6:23 ` aj at suse dot de

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).