diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-03-06 19:16:17 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-03-06 19:16:17 +0000 |
commit | 0c27542fad09d75291eafb43ce2cb328347d45e8 (patch) | |
tree | a9f6759575e00bd05dccd3f0d19b4485adbd72d1 /gas | |
parent | 6a413d6f3e99b739368d6838bf7e4e58035f540d (diff) | |
download | gdb-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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
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. |