When truncating an aligned block, ensure that the low order bits of the
alignment are preserved.
This commit is contained in:
parent
1548c54f2e
commit
15f65ae412
@ -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
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user