aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-04-04 16:48:27 +0000
committerIan Lance Taylor <ian@airs.com>1997-04-04 16:48:27 +0000
commitab83171da508abaae554b4ff5cdf4dfcc96f0a25 (patch)
tree162d4517f1cb69ab0a0a09f6539956648fbd6a1e /ld
parent5641f23e6cde3d79c564d50c227be16fb612b568 (diff)
downloadbinutils-ab83171da508abaae554b4ff5cdf4dfcc96f0a25.zip
binutils-ab83171da508abaae554b4ff5cdf4dfcc96f0a25.tar.gz
binutils-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')
-rw-r--r--ld/ChangeLog10
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.