* stabs.c (struct bincl_file): Add next_stack field.
authorIan Lance Taylor <ian@airs.com>
Thu, 6 Feb 1997 17:46:46 +0000 (17:46 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 6 Feb 1997 17:46:46 +0000 (17:46 +0000)
commit20bf2b0a01754b614a6830de8d883d08ae2ecc8c
tree32e1c67b4de2b287228bf6f81aa1da58dffb02b3
parent70dce6775fc20092128870ba27714547b4077ec6
* stabs.c (struct bincl_file): Add next_stack field.
(push_bincl): Put the new file on both bincl_list and
bincl_stack.  Clear the file_types field.
(pop_bincl): Use the next_stack field when popping the stack.
Don't put the file on bincl_list.
(find_excl): Include the file name when warning about an unfound
N_EXCL.

* debug.c (debug_type_samep): Don't crash if we are passed NULL.
PR 11465.
binutils/ChangeLog