From: Ian Lance Taylor Date: Wed, 6 Mar 1996 19:16:17 +0000 (+0000) Subject: * config/tc-sh.c (sh_do_align): Only align using the nop pattern X-Git-Tag: gdb-4_18-branchpoint~9133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c27542fad09d75291eafb43ce2cb328347d45e8;p=thirdparty%2Fbinutils-gdb.git * config/tc-sh.c (sh_do_align): Only align using the nop pattern if aligning to a longword boundary or greater. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 8c8b4b074ae..317f003984d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Wed Mar 6 14:11:30 1996 Ian Lance Taylor + + * 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 * config/tc-sh.c (sh_do_align): Pass 1 not 2 to frag_align.