projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a9cdb1
)
be explicit about the default VERBOSE case
author
Bruce Korb
<korbb@gcc.gnu.org>
Sat, 22 Mar 2003 21:58:56 +0000
(21:58 +0000)
committer
Bruce Korb
<korbb@gcc.gnu.org>
Sat, 22 Mar 2003 21:58:56 +0000
(21:58 +0000)
From-SVN: r64728
gcc/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 58e6a45c9689771b35bd90a6aa6a20139fde931d..791e5b9e51d945b4d56e7f89444b92cd11c909f1 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-6,6
+6,9
@@
(solaris_mutex_init): Rename to solaris_mutex_init_2.
* fixinc/fixincl.x: Regenerate.
* fixinc/tests/base/pthread.h: Update.
+ * fixinc/fixincl.c(initialize): be explicit about the default case
+ and indicate verbose level when being very, very verbose.
+ * fixinc/check.tpl(VERBOSE): provide a means for passing the value in
2003-03-22 Andreas Jaeger <aj@suse.de>