diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-02-06 17:46:46 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-02-06 17:46:46 +0000 |
commit | 20bf2b0a01754b614a6830de8d883d08ae2ecc8c (patch) | |
tree | 32e1c67b4de2b287228bf6f81aa1da58dffb02b3 | |
parent | 70dce6775fc20092128870ba27714547b4077ec6 (diff) | |
download | gdb-20bf2b0a01754b614a6830de8d883d08ae2ecc8c.zip gdb-20bf2b0a01754b614a6830de8d883d08ae2ecc8c.tar.gz gdb-20bf2b0a01754b614a6830de8d883d08ae2ecc8c.tar.bz2 |
* 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.
-rw-r--r-- | binutils/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 3a3c51c..4f43f98 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,15 @@ +Thu Feb 6 12:36:03 1997 Ian Lance Taylor <ian@cygnus.com> + + * 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. + Thu Feb 6 11:54:24 1997 Alan Modra <alan@spri.levels.unisa.edu.au> * objcopy.1: Add missing space after .B. |