mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
* tc-sh.c (sh_do_align): Pass 1 not 2 to frag_align.
This commit is contained in:
parent
27b6a1fa2e
commit
6a413d6f3e
@ -1,3 +1,7 @@
|
||||
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.
|
||||
|
||||
Mon Mar 4 20:50:57 1996 Steve Chamberlain <sac@slash.cygnus.com>
|
||||
|
||||
* configure.in (i386-*-cygwin32): Don't use bfd_gas.
|
||||
|
@ -1712,7 +1712,7 @@ sh_do_align (n, fill, len)
|
||||
|
||||
/* First align to a 2 byte boundary, in case there is an odd
|
||||
.byte. */
|
||||
frag_align (2, 0);
|
||||
frag_align (1, 0);
|
||||
if (target_big_endian)
|
||||
frag_align_pattern (n, big_nop_pattern, sizeof big_nop_pattern);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user