Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 339178 Details for
Bug 458020
[toolchain overlay] sys-libs/glibc-2.6.1 does not compile with up to date gcc and binutils (via crossdev)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
x86-fnstsw.patch
x86-fnstsw.patch (text/plain), 1.14 KB, created by
Daniel Scharrer
on 2013-02-17 18:49:10 UTC
(
hide
)
Description:
x86-fnstsw.patch
Filename:
MIME Type:
Creator:
Daniel Scharrer
Created:
2013-02-17 18:49:10 UTC
Size:
1.14 KB
patch
obsolete
># --- T2-COPYRIGHT-NOTE-BEGIN --- ># This copyright note is auto-generated by ./scripts/Create-CopyPatch. ># ># T2 SDE: package/.../glibc/x86-fnstsw.patch ># Copyright (C) 2008 The T2 SDE Project ># ># More information can be found in the files COPYING and README. ># ># This patch file is dual-licensed. It is available under the license the ># patched project is licensed under, as long as it is an OpenSource license ># as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms ># of the GNU General Public License as published by the Free Software ># Foundation; either version 2 of the License, or (at your option) any later ># version. ># --- T2-COPYRIGHT-NOTE-END --- > >Fix more strict checking in binutils since 2.18.50.0.3: > sysdeps/i386/fpu/ftestexcept.c:33: Error: suffix or operands invalid for `fnstsw' > > - Rene Rebe <rene@exactcode.de> > >--- glibc-2.6.1/sysdeps/i386/fpu/ftestexcept.c.vanilla 2008-09-02 12:45:07.000000000 +0200 >+++ glibc-2.6.1/sysdeps/i386/fpu/ftestexcept.c 2008-09-02 12:46:37.000000000 +0200 >@@ -26,7 +26,7 @@ > int > fetestexcept (int excepts) > { >- int temp; >+ short temp; > int xtemp = 0; > > /* Get current exceptions. */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 458020
:
339170
|
339172
|
339174
|
339176
| 339178