aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBruce Korb <korbb@gcc.gnu.org>2003-03-22 21:58:56 +0000
committerBruce Korb <korbb@gcc.gnu.org>2003-03-22 21:58:56 +0000
commit00af168c3e4aba4e21c0ab46c803387c0813ce87 (patch)
tree06bf890e4f7b2fbc6a84df7e107281aa6e123ba0 /gcc
parent7a9cdb10afcce948ab21e48dc408322711b57f02 (diff)
downloadgcc-00af168c3e4aba4e21c0ab46c803387c0813ce87.zip
gcc-00af168c3e4aba4e21c0ab46c803387c0813ce87.tar.gz
gcc-00af168c3e4aba4e21c0ab46c803387c0813ce87.tar.bz2
be explicit about the default VERBOSE case
From-SVN: r64728
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 58e6a45..791e5b9 100644
--- 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>