]> git.ipfire.org Git - thirdparty/gcc.git/commit
collect2.c (vflag): Change type from int to bool.
authorJon Grant <04@jguk.org>
Thu, 29 Apr 2010 17:42:54 +0000 (17:42 +0000)
committerManuel López-Ibáñez <manu@gcc.gnu.org>
Thu, 29 Apr 2010 17:42:54 +0000 (17:42 +0000)
commit7c6d86cc0701c963b5cc8fd6cac8cd1f1be3992c
treec94b2a869151dcadbd829d86a475c5322044156d
parent55040b34cd2888f14e0ae0566d6d193572284341
collect2.c (vflag): Change type from int to bool.

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.

From-SVN: r158908
gcc/ChangeLog
gcc/collect2.c
gcc/collect2.h