projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
324f9df
)
* builtins.c: Add a prototype for fold_builtin_strchr().
author
Kazu Hirata
<kazu@cs.umass.edu>
Mon, 31 May 2004 09:13:33 +0000
(09:13 +0000)
committer
Kazu Hirata
<kazu@gcc.gnu.org>
Mon, 31 May 2004 09:13:33 +0000
(09:13 +0000)
From-SVN: r82477
gcc/ChangeLog
patch
|
blob
|
history
gcc/builtins.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 8ce27ff371bbc7ac02bc1a374b9e63c281c08ebd..28c70ec38eb4e73dd8ccbb81a7b5dfca2d686f1a 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2004-05-31 Kazu Hirata <kazu@cs.umass.edu>
+
+ * builtins.c: Add a prototype for fold_builtin_strchr().
+
2004-05-31 Paolo Bonzini <bonzini@gnu.org>
Revert this patch:
diff --git
a/gcc/builtins.c
b/gcc/builtins.c
index 4bac9999703aa39c0b962a7013d9fc3b104fc6c6..3fb8a0f6dba315e891104d66c1d16157cca2041a 100644
(file)
--- a/
gcc/builtins.c
+++ b/
gcc/builtins.c
@@
-157,6
+157,7
@@
static tree fold_builtin_mempcpy (tree);
static tree fold_builtin_memmove (tree);
static tree fold_builtin_strcpy (tree);
static tree fold_builtin_strncpy (tree);
+static tree fold_builtin_strchr (tree, bool);
static tree fold_builtin_memcmp (tree);
static tree fold_builtin_strcmp (tree);
static tree fold_builtin_strncmp (tree);