I just  checked in the attached patch to use newlib-stdint.h for
moxie-elf.  This fixes a few newer test cases that use macros like
__UINTPTR_TYPE__.

AG


2011-03-05  Anthony Green  <gr...@moxielogic.com>

        * config.gcc (moxie-*-elf): Add newlib-stdint.h to tmfile.


Index: gcc/config.gcc
===================================================================
--- gcc/config.gcc      (revision 170520)
+++ gcc/config.gcc      (working copy)
@@ -1008,7 +1008,7 @@
 moxie-*-elf)
        gas=yes
        gnu_ld=yes
-       tm_file="dbxelf.h elfos.h ${tm_file}"
+       tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
        extra_parts="crti.o crtn.o crtbegin.o crtend.o"
        tmake_file="${tmake_file} moxie/t-moxie moxie/t-moxie-softfp 
soft-fp/t-softfp"
        ;;

Reply via email to