diff options
author | Nick Clifton <nickc@redhat.com> | 2021-12-16 16:40:57 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-12-16 16:40:57 +0000 |
commit | f3be70df1b1681ad1b9b0490587011bde433d220 (patch) | |
tree | 1d1938d029b210dc78c70ce4fba57a254add490b /gas/ChangeLog | |
parent | 61ab1364c7efa3934e0ca62af444e6e6e34f219e (diff) | |
download | gdb-f3be70df1b1681ad1b9b0490587011bde433d220.zip gdb-f3be70df1b1681ad1b9b0490587011bde433d220.tar.gz gdb-f3be70df1b1681ad1b9b0490587011bde433d220.tar.bz2 |
Fix AVR assembler so that it creates relocs that will work with linker relaxation.
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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c2886ee..7788866 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2021-12-16 Nick Clifton <nickc@redhat.com> + + PR 28686 + * 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. + 2021-11-26 Tom de Vries <tdevries@suse.de> PR 28629 |