[Bug dynamic-link/15733] New: elf/elf.h duplicate dynamic section tag
mattyclarkson at gmail dot com
sourceware-bugzilla@sourceware.org
Fri Jul 12 10:25:00 GMT 2013
http://sourceware.org/bugzilla/show_bug.cgi?id=15733
Bug ID: 15733
Summary: elf/elf.h duplicate dynamic section tag
Product: glibc
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: dynamic-link
Assignee: unassigned at sourceware dot org
Reporter: mattyclarkson at gmail dot com
704: #define DT_FLAGS 30 /* Flags for the object being loaded */
705: #define DT_ENCODING 32 /* Start of encoded range */
706: #define DT_PREINIT_ARRAY 32 /* Array with addresses of preinit
fct*/
These are "Legal values for d_tag (dynamic entry type)" but the DT_ENCODING and
DT_PREINIT_ARRAY are the same (32). Is this a bug or is this by design?
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list