public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ports/15500] New: ARM __aeabi_localeconv incorrect
@ 2013-05-20 15:23 jsm28 at gcc dot gnu.org
  2014-02-08  1:58 ` [Bug libc/15500] [arm] " jsm28 at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2013-05-20 15:23 UTC (permalink / raw)
  To: glibc-bugs

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

             Bug #: 15500
           Summary: ARM __aeabi_localeconv incorrect
           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


ARM glibc's __aeabi_localeconv does:

struct lconv *
__aeabi_localeconv (void)
{
  return __localeconv ();
}

However, glibc orders the C99 fields in struct lconv thus:

  char int_p_cs_precedes;
  char int_p_sep_by_space;
  char int_n_cs_precedes;
  char int_n_sep_by_space;
  char int_p_sign_posn;
  char int_n_sign_posn;

but the __aeabi_lconv structure (defined in CLIBABI, ARM IHI 0039) has them
ordered thus:

  char int_p_cs_precedes;
  char int_n_cs_precedes;
  char int_p_sep_by_space;
  char int_n_sep_by_space;
  char int_p_sign_posn;
  char int_n_sign_posn;

and so a conversion layer is needed to swap int_p_sep_by_space and
int_n_cs_precedes.

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libc/15500] [arm] ARM __aeabi_localeconv incorrect
  2013-05-20 15:23 [Bug ports/15500] New: ARM __aeabi_localeconv incorrect jsm28 at gcc dot gnu.org
@ 2014-02-08  1:58 ` jsm28 at gcc dot gnu.org
  2014-06-13 17:42 ` fweimer at redhat dot com
  2015-08-27 22:14 ` [Bug locale/15500] " jsm28 at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2014-02-08  1:58 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=15500

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |drepper.fsp at gmail dot com
          Component|ports                       |libc
               Host|                            |arm*-*-*
            Summary|ARM __aeabi_localeconv      |[arm] ARM
                   |incorrect                   |__aeabi_localeconv
                   |                            |incorrect

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libc/15500] [arm] ARM __aeabi_localeconv incorrect
  2013-05-20 15:23 [Bug ports/15500] New: ARM __aeabi_localeconv incorrect jsm28 at gcc dot gnu.org
  2014-02-08  1:58 ` [Bug libc/15500] [arm] " jsm28 at gcc dot gnu.org
@ 2014-06-13 17:42 ` fweimer at redhat dot com
  2015-08-27 22:14 ` [Bug locale/15500] " jsm28 at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: fweimer at redhat dot com @ 2014-06-13 17:42 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=15500

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug locale/15500] [arm] ARM __aeabi_localeconv incorrect
  2013-05-20 15:23 [Bug ports/15500] New: ARM __aeabi_localeconv incorrect jsm28 at gcc dot gnu.org
  2014-02-08  1:58 ` [Bug libc/15500] [arm] " jsm28 at gcc dot gnu.org
  2014-06-13 17:42 ` fweimer at redhat dot com
@ 2015-08-27 22:14 ` jsm28 at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2015-08-27 22:14 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=15500

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|libc                        |locale

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-08-27 22:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-20 15:23 [Bug ports/15500] New: ARM __aeabi_localeconv incorrect jsm28 at gcc dot gnu.org
2014-02-08  1:58 ` [Bug libc/15500] [arm] " jsm28 at gcc dot gnu.org
2014-06-13 17:42 ` fweimer at redhat dot com
2015-08-27 22:14 ` [Bug locale/15500] " jsm28 at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).