Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/gcc/4.0.3/gentoo: 00_all_gcc-3.4-alpha-mieee-default.patch
Date: Sat, 30 May 2015 16:55:25
Message-Id: 20150530165520.2EDA5A17@oystercatcher.gentoo.org
1 vapier 15/05/30 16:55:20
2
3 Modified: 00_all_gcc-3.4-alpha-mieee-default.patch
4 Log:
5 document upstream status
6
7 Revision Changes Path
8 1.2 src/patchsets/gcc/4.0.3/gentoo/00_all_gcc-3.4-alpha-mieee-default.patch
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.0.3/gentoo/00_all_gcc-3.4-alpha-mieee-default.patch?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.0.3/gentoo/00_all_gcc-3.4-alpha-mieee-default.patch?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.0.3/gentoo/00_all_gcc-3.4-alpha-mieee-default.patch?r1=1.1&r2=1.2
13
14 Index: 00_all_gcc-3.4-alpha-mieee-default.patch
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.0.3/gentoo/00_all_gcc-3.4-alpha-mieee-default.patch,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- 00_all_gcc-3.4-alpha-mieee-default.patch 17 Mar 2006 23:59:53 -0000 1.1
21 +++ 00_all_gcc-3.4-alpha-mieee-default.patch 30 May 2015 16:55:20 -0000 1.2
22 @@ -1,12 +1,19 @@
23 -Set the default behavior on alpha to use -mieee since the large majority of
24 -time we want this (bad/weird things can happen with packages built without
25 --mieee).
26 +Set the default behavior on alpha to use -mieee since the large majority of
27 +time we want this (bad/weird things can happen with packages built without
28 +it).
29
30 -To satisfy those people who may not want -mieee forced on them all the time,
31 +To satisfy those people who may not want -mieee forced on them all the time,
32 we also provide -mno-ieee.
33
34 Patch by Mike Frysinger <vapier@g.o>
35
36 +Note: upstream doesn't want to take this due to long standing behavior, and
37 +because it'd make behavior across OS's inconsistent:
38 + https://gcc.gnu.org/ml/gcc-patches/2003-07/msg02144.html
39 +
40 +This makes sense for upstream, but Gentoo is more concerned about packages
41 +behaving the same across arches under Linux.
42 +
43 --- gcc/config/alpha/alpha.h
44 +++ gcc/config/alpha/alpha.h
45 @@ -96,7 +96,7 @@