]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/darwin-protos.h
re PR target/47822 (Multiple test suite failures due to revision 170321)
authorMike Stump <mikestump@comcast.net>
Mon, 21 Feb 2011 21:38:21 +0000 (21:38 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Mon, 21 Feb 2011 21:38:21 +0000 (21:38 +0000)
commitd1d46f9f70fff00e39f71183909f37605a113b3f
tree3a09989bc2b7ebdaa2146f5f3b8aa2731fc84b6f
parent23e0d9301971df49e1b283e948a548faf0d3facd
re PR target/47822 (Multiple test suite failures due to revision 170321)

PR target/47822
* config/darwin-protos.h (darwin_init_cfstring_builtins): Return a
tree so we can get save the type.
* config/i386/darwin.h (SUBTARGET_INIT_BUILTINS): Reserve builtin slot
for CFString instead of trying to use past the end of the builtins.
* config/i386/i386.c (IX86_BUILTIN_CFSTRING): Likewise.
* config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_CFSTRING): Likewise.
* config/rs6000/darwin.h (SUBTARGET_INIT_BUILTINS): Likewise.
* config/darwin.c (DARWIN_BUILTIN_CFSTRINGMAKECONSTANTSTRING):
Rename to darwin_builtin_cfstring.
(darwin_init_cfstring_builtins): Return the built type.

From-SVN: r170376
gcc/ChangeLog
gcc/config/darwin-protos.h
gcc/config/darwin.c
gcc/config/i386/darwin.h
gcc/config/i386/i386.c
gcc/config/rs6000/darwin.h
gcc/config/rs6000/rs6000-builtin.def