From ab83171da508abaae554b4ff5cdf4dfcc96f0a25 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 4 Apr 1997 16:48:27 +0000 Subject: [PATCH] * ldlex.l: Recognize SQUAD. * ldgram.y (length): Add SQUAD. * ldlang.c (print_data_statement): Handle SQUAD. (lang_size_sections, lang_do_assignments): Likewise. * ldexp.c (exp_print_token): Add SQUAD to table. * ldwrite.c (build_link_order): Handle SQUAD. * ld.texinfo (Section Data Expressions): Document SQUAD. --- ld/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index d6523ef87e..09b89207f7 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,13 @@ +Fri Apr 4 11:42:41 1997 Ian Lance Taylor + + * ldlex.l: Recognize SQUAD. + * ldgram.y (length): Add SQUAD. + * ldlang.c (print_data_statement): Handle SQUAD. + (lang_size_sections, lang_do_assignments): Likewise. + * ldexp.c (exp_print_token): Add SQUAD to table. + * ldwrite.c (build_link_order): Handle SQUAD. + * ld.texinfo (Section Data Expressions): Document SQUAD. + Thu Apr 3 13:19:40 1997 Ian Lance Taylor * ldver.c (ld_program_version): Set to 2.8.1.