]> git.ipfire.org Git - thirdparty/gcc.git/commit
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)
committermanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Apr 2010 17:42:54 +0000 (17:42 +0000)
commit2bd5037b2a112ea00c21d6cb15b024491afb4812
treec94b2a869151dcadbd829d86a475c5322044156d
parentccb7e201577eaad9ccab63b857efbbc48e570069
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
gcc/collect2.h