samples/arm-bare_newlib_cortex_m3_nommu-eabi/reported.by
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Mon Feb 13 21:47:25 2012 +0100 (2012-02-13)
changeset 2883 cea814c9932a
permissions -rw-r--r--
libc/glibc: do not consume parameters when parsing them

Currently, there are two constructs used to parse arguments in
glibc backends, one that consumes args as they are parsed, and
one that does not.

Always use the construct that does not eat args as they are parsed.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
yann@1598
     1
reporter_name="Yann E. MORIN"
yann@1598
     2
reporter_url="http://ymorin.is-a-geek.org/projects/crosstool"
yann@1598
     3
reporter_comment="Experimental toolchain for ARM cortex-m3 in Thumb-only, noMMU, and newlib."