When truncating an aligned block, ensure that the low order bits of the

alignment are preserved.
This commit is contained in:
Nick Clifton 2001-05-11 10:01:41 +00:00
parent 1548c54f2e
commit 15f65ae412
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2001-05-11 Nick Clifton <nickc@cambridge.redhat.com>
* config/tc-arm.c (arm_handle_align): When truncating an aligned
block, ensure that the low order bits of the alignment are
preserved.
2001-05-10 Alan Modra <amodra@one.net.au>
* config/obj-vms.c (obj_crawl_symbol_chain): Don't take address of

View File

@ -8816,7 +8816,7 @@ arm_handle_align (fragP)
fix = 0;
if (bytes > MAX_MEM_FOR_RS_ALIGN_CODE)
bytes = MAX_MEM_FOR_RS_ALIGN_CODE;
bytes &= MAX_MEM_FOR_RS_ALIGN_CODE;
if (fragP->tc_frag_data)
{