Change type of struct complaints::series
authorSimon Marchi <simon.marchi@ericsson.com>
Thu, 6 Aug 2015 16:01:05 +0000 (12:01 -0400)
committerSimon Marchi <simon.marchi@ericsson.com>
Thu, 6 Aug 2015 16:01:05 +0000 (12:01 -0400)
commit05d999b0896ab6ccd4ce23a715765484c60a967d
tree66282e3077179b8c79ea5fccc80a776a0bf77f6a
parentf0ce0d3a331129309a46a6a9ac85fce35acae72b
Change type of struct complaints::series

Found while processing the C++ enum changes.  It seems like series
should be of type enum complaint_series, instead of adding a cast.

Redundant and out of date comments are also removed.

gdb/ChangeLog:

* complaints.c (enum complaint_series): Add newlines and remove
out of date comment.
(struct complaints) <series>: Change type to enum
complaint_series and remove out of date comment.
(symfile_complaint_hook): Use equivalent enum value
ISOLATED_MESSAGE instead of 0.
gdb/ChangeLog
gdb/complaints.c