aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-03-06 19:16:17 +0000
committerIan Lance Taylor <ian@airs.com>1996-03-06 19:16:17 +0000
commit0c27542fad09d75291eafb43ce2cb328347d45e8 (patch)
treea9f6759575e00bd05dccd3f0d19b4485adbd72d1
parent6a413d6f3e99b739368d6838bf7e4e58035f540d (diff)
downloadgdb-0c27542fad09d75291eafb43ce2cb328347d45e8.zip
gdb-0c27542fad09d75291eafb43ce2cb328347d45e8.tar.gz
gdb-0c27542fad09d75291eafb43ce2cb328347d45e8.tar.bz2
* config/tc-sh.c (sh_do_align): Only align using the nop pattern
if aligning to a longword boundary or greater.
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 8c8b4b0..317f003 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+Wed Mar 6 14:11:30 1996 Ian Lance Taylor <ian@cygnus.com>
+
+ * config/tc-sh.c (sh_do_align): Only align using the nop pattern
+ if aligning to a longword boundary or greater.
+
Tue Mar 5 15:10:43 1996 Jim Wilson <wilson@chestnut.cygnus.com>
* config/tc-sh.c (sh_do_align): Pass 1 not 2 to frag_align.