This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug dynamic-link/15733] New: elf/elf.h duplicate dynamic section tag


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]