* collect2.c (symkind): New enum. Symbol kinds we care about.
commitefc8f8d6af9aae4191dc1279d37562619aaeb101
authorhainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 Jul 2008 14:26:45 +0000 (26 14:26 +0000)
committerhainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 Jul 2008 14:26:45 +0000 (26 14:26 +0000)
tree1682d4c4b09bbdd2bec925f7503f038a81e40d08
parent1adb8be3e8b9c8005530dcb6d387faaccc55df8c
* collect2.c (symkind): New enum.  Symbol kinds we care about.
(is_ctor_dtor): Return symkind instead of int.  Adjust prototype,
code and head comment accordingly.
(scan_prog_file): Use symkind names instead of bare integers.

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