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 libc/14183] New: Different __NLINK_T_TYPE on i386 and -m32 on x86-64


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

             Bug #: 14183
           Summary: Different __NLINK_T_TYPE on i386 and -m32 on x86-64
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: unassigned@sourceware.org
        ReportedBy: hjl.tools@gmail.com
                CC: drepper.fsp@gmail.com
    Classification: Unclassified


[hjl@gnu-6 glibc]$ grep __NLINK_T_TYPE bits/typesizes.h 
sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
bits/typesizes.h:#define __NLINK_T_TYPE        __UWORD_TYPE
sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h:#define __NLINK_T_TYPE       
__SYSCALL_ULONG_TYPE
[hjl@gnu-6 glibc]$ 

__NLINK_T_TYPE is unsigned int on i386 and unsigned long int
with -m32 on x86-64.

-- 
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]