From e8bb9a12d7c4d3fb5cce2b236919aa82719c2a03 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Wed, 6 Dec 1995 22:38:14 +0000 Subject: [PATCH] * 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. --- ld/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index d151c7b..82c0092 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 -- 2.7.4