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 653115 Details for
Bug 880836
[RFE] libelf provides ELF_F_LAYOUT_OVERLAP, elfutils-libelf can provide this as well
[?]
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]
patch to add ELF_F_LAYOUT_OVERLAP (code from libelf-0.8.13)
ELF_F_LAYOUT_OVERLAP.patch (text/plain), 534 bytes, created by
jcpunk
on 2012-11-27 20:56:43 UTC
(
hide
)
Description:
patch to add ELF_F_LAYOUT_OVERLAP (code from libelf-0.8.13)
Filename:
MIME Type:
Creator:
jcpunk
Created:
2012-11-27 20:56:43 UTC
Size:
534 bytes
patch
obsolete
>--- elfutils/libelf/libelf.h 2011-03-25 22:54:28.000000000 -0500 >+++ libelf.h 2012-11-27 13:42:06.732561533 -0600 >@@ -134,6 +134,13 @@ enum > #define ELF_F_LAYOUT ELF_F_LAYOUT > ELF_F_PERMISSIVE = 0x8 > #define ELF_F_PERMISSIVE ELF_F_PERMISSIVE >+/* >+ * Allow sections to overlap when ELF_F_LAYOUT is in effect. >+ * Note that this flag ist NOT portable, and that it may render >+ * the output file unusable. Use with extreme caution! >+ */ >+ ELF_F_LAYOUT_OVERLAP = 0x10000000 >+#define ELF_F_LAYOUT_OVERLAP ELF_F_LAYOUT_OVERLAP > }; > >
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 880836
: 653115