aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-03-26 21:34:03 +0000
committerDoug Evans <dje@google.com>1998-03-26 21:34:03 +0000
commit5c4442531f8e7299905a57c9e0af631c43190f05 (patch)
treeb00b128f716c1f565ee6b5887dc13c98b63e9c6a
parented5fa7c345c95eb39e282f69b391e72b7d3e9939 (diff)
downloadgdb-5c4442531f8e7299905a57c9e0af631c43190f05.zip
gdb-5c4442531f8e7299905a57c9e0af631c43190f05.tar.gz
gdb-5c4442531f8e7299905a57c9e0af631c43190f05.tar.bz2
* config/tc-dvp.c (s_endunpack): Round up to word boundary after
we've computed the data length.
-rw-r--r--gas/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index f10a1b1..8caa123 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,10 @@
+start-sanitize-sky
+Thu Mar 26 13:29:59 1998 Doug Evans <devans@canuck.cygnus.com>
+
+ * config/tc-dvp.c (s_endunpack): Round up to word boundary after
+ we've computed the data length.
+
+end-sanitize-sky
Wed Mar 25 13:44:18 1998 Doug Evans <devans@canuck.cygnus.com>
* expr.h (expr_build_uconstant): Add prototype.