mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
31eef93e71
This patch fixes another edge case related to alignment property records - reloc offsets adjacent to property record offsets were not getting adjusted during relaxation. bfd/ PR ld/20254 * elf32-avr.c (elf32_avr_relax_delete_bytes): Adjust reloc offsets until reloc_toaddr. ld/ PR ld/20254 * testsuite/ld-avr/avr-prop-6.d: New test. * testsuite/ld-avr/avr-prop-6.s: New test.
10 lines
98 B
ArmAsm
10 lines
98 B
ArmAsm
.text
|
|
.global _start, dest
|
|
_start:
|
|
jmp dest
|
|
.align 1
|
|
dest:
|
|
nop
|
|
rjmp dest
|
|
|