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 886079 Details for
Bug 1087374
Rebuild of binutils-2.24-11.fc21.src.rpm fails with GCC 4.9.0
[?]
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]
Fix compilation error with GCC 4.9.0
binutils-2.24-fix-unused-value.patch (text/plain), 1.80 KB, created by
Zoltan Boszormenyi
on 2014-04-14 09:59:15 UTC
(
hide
)
Description:
Fix compilation error with GCC 4.9.0
Filename:
MIME Type:
Creator:
Zoltan Boszormenyi
Created:
2014-04-14 09:59:15 UTC
Size:
1.80 KB
patch
obsolete
>--- bfd/bfd-in.h~ 2014-04-14 11:37:22.000000000 +0200 >+++ bfd/bfd-in.h 2014-04-14 11:40:36.308069385 +0200 >@@ -287,9 +287,9 @@ > > #define bfd_is_com_section(ptr) (((ptr)->flags & SEC_IS_COMMON) != 0) > >-#define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE) >-#define bfd_set_section_alignment(bfd, ptr, val) (((ptr)->alignment_power = (val)),TRUE) >-#define bfd_set_section_userdata(bfd, ptr, val) (((ptr)->userdata = (val)),TRUE) >+#define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE)) >+#define bfd_set_section_alignment(bfd, ptr, val) (((ptr)->alignment_power = (val))) >+#define bfd_set_section_userdata(bfd, ptr, val) (((ptr)->userdata = (val))) > /* Find the address one past the end of SEC. */ > #define bfd_get_section_limit(bfd, sec) \ > (((bfd)->direction != write_direction && (sec)->rawsize != 0 \ >--- bfd/bfd-in2.h~ 2014-04-14 11:41:54.000000000 +0200 >+++ bfd/bfd-in2.h 2014-04-14 11:44:20.440058231 +0200 >@@ -294,9 +294,9 @@ > > #define bfd_is_com_section(ptr) (((ptr)->flags & SEC_IS_COMMON) != 0) > >-#define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE) >-#define bfd_set_section_alignment(bfd, ptr, val) (((ptr)->alignment_power = (val)),TRUE) >-#define bfd_set_section_userdata(bfd, ptr, val) (((ptr)->userdata = (val)),TRUE) >+#define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE)) >+#define bfd_set_section_alignment(bfd, ptr, val) (((ptr)->alignment_power = (val))) >+#define bfd_set_section_userdata(bfd, ptr, val) (((ptr)->userdata = (val))) > /* Find the address one past the end of SEC. */ > #define bfd_get_section_limit(bfd, sec) \ > (((bfd)->direction != write_direction && (sec)->rawsize != 0 \
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 1087374
: 886079