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 linuxthreads/12300] New: [PATCH] RTLD_SINGLE_THREAD_P used unconditionally but only available on ports/NPTL


http://sourceware.org/bugzilla/show_bug.cgi?id=12300

           Summary: [PATCH] RTLD_SINGLE_THREAD_P used unconditionally but
                    only available on ports/NPTL
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: linuxthreads
        AssignedTo: drow@false.org
        ReportedBy: rmh@gnu.org


Created attachment 5149
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5149
patch

RTLD_SINGLE_THREAD_P is used unconditionally in elf/dl-runtime.c.  However on
MIPS platforms it is only defined by NPTL subdir in ports:

sysdeps/unix/sysv/linux/mips/nptl/sysdep-cancel.h:# define RTLD_SINGLE_THREAD_P
\

This patch adds RTLD_SINGLE_THREAD_P for linuxthreads/mips as well.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]