From: David Edelsohn Date: Wed, 6 Dec 1995 22:38:14 +0000 (+0000) Subject: * ldlang.c (print_statement{,s}): Delete duplicate prototype. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e8bb9a12d7c4d3fb5cce2b236919aa82719c2a03;p=binutils-gdb.git * ldlang.c (print_statement{,s}): Delete duplicate prototype. (print_statement_list): Renamed from print_statement. All callers updated. (print_statement): New function to print just one statement. (print_{data,reloc,padding}_statement): Don't crash if output_section == NULL. (dprint_statement): New function. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index d151c7b2276..82c0092fbc9 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,13 @@ +Wed Dec 6 14:33:50 1995 Doug Evans + + * ldlang.c (print_statement{,s}): Delete duplicate prototype. + (print_statement_list): Renamed from print_statement. All callers + updated. + (print_statement): New function to print just one statement. + (print_{data,reloc,padding}_statement): Don't crash if + output_section == NULL. + (dprint_statement): New function. + Wed Dec 6 14:59:06 1995 Ian Lance Taylor * ldexp.c (exp_fold_tree): Permit assignments to dot in the final