OSDN Git Service

2010-04-29 Jon Grant <04@jguk.org>
authormanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Apr 2010 17:42:54 +0000 (17:42 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:37:06 +0000 (14:37 +0900)
commitd700da4ae56a282b422b91c2fe7c3b04706cf45e
treebe8bf74c252555230f60f7d0162e44b95651e02d
parent994c846a0e3be071665321c3dde32a762b2efe10
2010-04-29  Jon Grant <04@jguk.org>

* collect2.c (vflag): Change type from int to bool.
(debug): Likewise.
(helpflag): New global bool.
(main): Set vflag and debug with boolean, not integer truth
values.  Accept new "--help" option and output usage text if
found.
* collect2.h (vflag): Update prototype.
(debug): Likewise.

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