public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch, moxie] Use newlib-stdint.h
@ 2011-03-05 15:58 Anthony Green
  0 siblings, 0 replies; only message in thread
From: Anthony Green @ 2011-03-05 15:58 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 163 bytes --]

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



[-- Attachment #2: p.txt --]
[-- Type: text/plain, Size: 565 bytes --]

2011-03-05  Anthony Green  <green@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"
 	;;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-05 15:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-05 15:58 [patch, moxie] Use newlib-stdint.h Anthony Green

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