Lines 593-598
elfNN_ia64_relax_section (bfd *abfd, asection *sec,
Link Here
|
593 |
1, change it to slot 2. */ |
593 |
1, change it to slot 2. */ |
594 |
if ((irel->r_offset & 3) == 1) |
594 |
if ((irel->r_offset & 3) == 1) |
595 |
irel->r_offset += 1; |
595 |
irel->r_offset += 1; |
|
|
596 |
|
597 |
changed_contents = TRUE; |
598 |
changed_relocs = TRUE; |
596 |
} |
599 |
} |
597 |
|
600 |
|
598 |
continue; |
601 |
continue; |
Lines 607-612
elfNN_ia64_relax_section (bfd *abfd, asection *sec,
Link Here
|
607 |
|
610 |
|
608 |
/* Make the relocation offset point to slot 1. */ |
611 |
/* Make the relocation offset point to slot 1. */ |
609 |
irel->r_offset = (irel->r_offset & ~((bfd_vma) 0x3)) + 1; |
612 |
irel->r_offset = (irel->r_offset & ~((bfd_vma) 0x3)) + 1; |
|
|
613 |
|
614 |
changed_contents = TRUE; |
615 |
changed_relocs = TRUE; |
610 |
continue; |
616 |
continue; |
611 |
} |
617 |
} |
612 |
|
618 |
|