Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 103660 Details for
Bug 132226
JS math is grotesquely wrong on AMD64
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Enlighten fdlibm regarding AMD64's endianness.
firefox-js-fdlibm-endian.patch (text/plain), 1.10 KB, created by
Nicholas Miell
on 2004-09-10 00:17:11 UTC
(
hide
)
Description:
Enlighten fdlibm regarding AMD64's endianness.
Filename:
MIME Type:
Creator:
Nicholas Miell
Created:
2004-09-10 00:17:11 UTC
Size:
1.10 KB
patch
obsolete
>Index: mozilla/js/src/jsprf.c >=================================================================== >RCS file: /cvsroot/mozilla/js/src/jsprf.c,v >retrieving revision 3.17 >diff -u -r3.17 jsprf.c >--- mozilla/js/src/jsprf.c 11 May 2004 01:45:20 -0000 3.17 >+++ mozilla/js/src/jsprf.c 9 Sep 2004 05:04:04 -0000 >@@ -55,7 +55,7 @@ > ** and requires array notation. > */ > #ifdef HAVE_VA_COPY >-#define VARARGS_ASSIGN(foo, bar) VA_COPY(foo,bar) >+#define VARARGS_ASSIGN(foo, bar) va_copy(foo,bar) > #elif defined(HAVE_VA_LIST_AS_ARRAY) > #define VARARGS_ASSIGN(foo, bar) foo[0] = bar[0] > #else >Index: mozilla/js/src/fdlibm/fdlibm.h >=================================================================== >RCS file: /cvsroot/mozilla/js/src/fdlibm/fdlibm.h,v >retrieving revision 1.13 >diff -u -r1.13 fdlibm.h >--- mozilla/js/src/fdlibm/fdlibm.h 15 Nov 2003 00:11:05 -0000 1.13 >+++ mozilla/js/src/fdlibm/fdlibm.h 9 Sep 2004 05:04:05 -0000 >@@ -61,7 +61,7 @@ > #define __LITTLE_ENDIAN > #endif > >-#if defined(linux) && defined(__i386__) >+#if defined(linux) && (defined(__i386__) || defined(__x86_64__)) > #define __LITTLE_ENDIAN > #endif >
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 132226
: 103660