aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>1992-07-31 19:29:14 +0000
committerJim Wilson <wilson@tuliptree.org>1992-07-31 19:29:14 +0000
commit14f1fc24fab58318fd104cafb548269bec0f8650 (patch)
treec053a4b8d7065eebcfa35cc45599d3a0dedd6146
parentee7c00ac958f752ba7b1114d0836f0e627ac4ac3 (diff)
downloadgdb-14f1fc24fab58318fd104cafb548269bec0f8650.zip
gdb-14f1fc24fab58318fd104cafb548269bec0f8650.tar.gz
gdb-14f1fc24fab58318fd104cafb548269bec0f8650.tar.bz2
* read.c (potable): Revert sac's incorrect change made Jul 13.
Align really is supposed to be ptwo not nbytes.
-rw-r--r--gas/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index fa50013..dc35b54 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,17 @@
+Fri Jul 31 12:26:34 1992 Jim Wilson (wilson@sphagnum.cygnus.com)
+
+ * read.c (potable): Revert sac's incorrect change made Jul 13.
+ Align really is supposed to be ptwo not nbytes.
+
+Mon Jul 20 02:51:59 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
+
+ * Makefile.in: _Do_ include libiberty. (from sef)
+
+Fri Jul 17 15:15:28 1992 Ken Raeburn (raeburn@cygnus.com)
+
+ * expr.c (integer_constant): Handle "0f" and "0b" label references
+ properly.
+
Thu Jul 16 08:20:17 1992 Steve Chamberlain (sac@thepub.cygnus.com)
* write.c (fixup_segment): if relaxing, don't do anything.