OSDN Git Service

* config/sh/sh.c (TARGET_BUILTIN_DECL): Define.
authorkkojima <kkojima@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Oct 2009 00:17:51 +0000 (00:17 +0000)
committerkkojima <kkojima@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Oct 2009 00:17:51 +0000 (00:17 +0000)
commit3213bdbf724306805f244b9200902e9197848113
tree40a3ade4261f6710345d84f82ed4bcd02ed8a90a
parent892aba069e6e7e638ff9fd45d21ba0d2e252202e
* config/sh/sh.c (TARGET_BUILTIN_DECL): Define.
(struct builtin_description): Add fndecl field.
(bdesc): Remove const qualifier.  Update initializer.
(sh_media_init_builtins): Remove const qualifier for d.  Record
the result of add_builtin_function to the fndecl field.
(sh_builtin_decl): New.
(sh_media_builtin_decl): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152745 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/sh/sh.c