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 ports/15505] New: ARM glibc missing __aeabi_ctype_table_C and __aeabi_ctype_table_


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

             Bug #: 15505
           Summary: ARM glibc missing __aeabi_ctype_table_C and
                    __aeabi_ctype_table_
           Product: glibc
           Version: 2.17
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ports
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jsm28@gcc.gnu.org
                CC: carlos@redhat.com, roland@gnu.org
    Classification: Unclassified


The ABI for the ARM Architecture defines various __aeabi_* symbols that are
supposed to be provided by the C library.  Most are provided by glibc (some in
the shared library, some libc_nonshared), but not the required arrays

extern unsigned char const __aeabi_ctype_table_C[257];
extern unsigned char const __aeabi_ctype_table_[257];

defined in CLIBABI (section 5.3.1 of IHI 0039C).

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