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 857311 Details for
Bug 1058991
gcc PCH bug causes segfaults on aarch64
[?]
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]
define TRY_EMPTY_VM_SPACE on aarch64
gcc-aarch64-define-TRY_EMPTY_VM_SPACE.diff (text/plain), 468 bytes, created by
Kyle McMartin
on 2014-01-30 00:17:45 UTC
(
hide
)
Description:
define TRY_EMPTY_VM_SPACE on aarch64
Filename:
MIME Type:
Creator:
Kyle McMartin
Created:
2014-01-30 00:17:45 UTC
Size:
468 bytes
patch
obsolete
>diff --git a/gcc/config/host-linux.c b/gcc/config/host-linux.c >index b18c6b6..c006b6f 100644 >--- a/gcc/config/host-linux.c >+++ b/gcc/config/host-linux.c >@@ -86,6 +86,8 @@ > # define TRY_EMPTY_VM_SPACE 0x60000000 > #elif defined(__mc68000__) > # define TRY_EMPTY_VM_SPACE 0x40000000 >+#elif defined(__aarch64__) >+# define TRY_EMPTY_VM_SPACE 0x1000000000 > #elif defined(__ARM_EABI__) > # define TRY_EMPTY_VM_SPACE 0x60000000 > #elif defined(__mips__) && defined(__LP64__)
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 1058991
: 857311