Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 278891 Details for
Bug 383681
Incorrect identifier for ppc64 in org.eclipse.core.runtime.Platform
[?]
New
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.rh83 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]
Customer tested patch
Platform.java.patch (text/plain), 1.31 KB, created by
Wade Mealing
on 2007-12-05 23:07:17 UTC
(
hide
)
Description:
Customer tested patch
Filename:
MIME Type:
Creator:
Wade Mealing
Created:
2007-12-05 23:07:17 UTC
Size:
1.31 KB
patch
obsolete
>*** Platform2.java 2007-12-03 16:48:29.000000000 -0200 >--- Platform.java 2007-12-03 16:31:40.000000000 -0200 >*************** >*** 296,301 **** >--- 296,308 ---- > public static final String ARCH_PPC = "ppc";//$NON-NLS-1$ > > /** >+ * Constant string (value "ppc64") indicating the platform is running on an >+ * PowerPC64-based architecture. >+ * @since 3.2 >+ */ >+ public static final String ARCH_PPC64 = "ppc64";//$NON-NLS-1$ >+ >+ /** > * Constant string (value "sparc") indicating the platform is running on an > * Sparc-based architecture. > * <p> >*************** >*** 325,336 **** > public static final String ARCH_AMD64 = ARCH_X86_64; > > /** >! * Constant string (value "ppc64") indicating the platform is running on an > * IA64-based architecture. > * > * @since 3.0 > */ >! public static final String ARCH_IA64 = "ppc64"; //$NON-NLS-1$ > > /** > * Constant string (value "ia64_32") indicating the platform is running on an >--- 332,343 ---- > public static final String ARCH_AMD64 = ARCH_X86_64; > > /** >! * Constant string (value "ia64") indicating the platform is running on an > * IA64-based architecture. > * > * @since 3.0 > */ >! public static final String ARCH_IA64 = "ia64"; //$NON-NLS-1$ > > /** > * Constant string (value "ia64_32") indicating the platform is running on an
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 383681
: 278891