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 04:54:53 +0000 (13:54 +0900)
commitc61f8281901cd067d3e098328e700c826272d47e
tree2ca41b4df0c3455afdaaa260033ba6a7598e8d06
parent11a2ab6c0666e32a034450f410b76c267209a066
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