mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
f3be70df1b
PR 28686 gas * config/tc-avr.h (tc_fix_adjustable): Define. * config/tc-avr.c (avr_fix_adjustable): New function. * testsuite/gas/all/gas.exp: Skip tests that need adjustable fixups. * testsuite/gas/elf/elf.exp: Likewise. * testsuite/gas/avr/diffreloc_withrelax.d: Adjust expected output. * testsuite/gas/avr/pc-relative-reloc.d: Adjust expected output. ld * testsuite/ld-avr/avr-prop-7.d: Adjust expected output. * testsuite/ld-avr/avr-prop-8.d: Likewise. * testsuite/ld-avr/pr13402.d: Likewise.
16 lines
345 B
Makefile
16 lines
345 B
Makefile
#name: AVR .avr.prop, AVR_7_PCREL after align
|
|
#as: -mavrxmega2 -mlink-relax
|
|
#ld: -mavrxmega2 --relax
|
|
#source: avr-prop-7.s
|
|
#objdump: -S
|
|
#target: avr-*-*
|
|
|
|
#...
|
|
00000000 <__ctors_end>:
|
|
0: 04 d0 rcall .+8 ; 0xa <foo>
|
|
2: 00 00 nop
|
|
#...
|
|
6: 86 e0 ldi r24, 0x06 ; 6
|
|
8: f0 f7 brcc .-4 ; 0x6 <.*>
|
|
#...
|