From 20bf2b0a01754b614a6830de8d883d08ae2ecc8c Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 6 Feb 1997 17:46:46 +0000 Subject: [PATCH] * 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 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 3a3c51c0517..4f43f98851f 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,15 @@ +Thu Feb 6 12:36:03 1997 Ian Lance Taylor + + * 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 * objcopy.1: Add missing space after .B. -- 2.30.2