diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-04-04 16:48:27 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-04-04 16:48:27 +0000 |
commit | ab83171da508abaae554b4ff5cdf4dfcc96f0a25 (patch) | |
tree | 162d4517f1cb69ab0a0a09f6539956648fbd6a1e /ld/ChangeLog | |
parent | 5641f23e6cde3d79c564d50c227be16fb612b568 (diff) | |
download | gdb-ab83171da508abaae554b4ff5cdf4dfcc96f0a25.zip gdb-ab83171da508abaae554b4ff5cdf4dfcc96f0a25.tar.gz gdb-ab83171da508abaae554b4ff5cdf4dfcc96f0a25.tar.bz2 |
* 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.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index d6523ef..09b8920 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,13 @@ +Fri Apr 4 11:42:41 1997 Ian Lance Taylor <ian@cygnus.com> + + * 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 <ian@cygnus.com> * ldver.c (ld_program_version): Set to 2.8.1. |