diff options
author | Nick Clifton <nickc@redhat.com> | 2021-09-02 12:16:10 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-09-02 12:16:10 +0100 |
commit | 718aefcf55cc5a9de3f73d9a37259f8f792b1cef (patch) | |
tree | ad9614678c1ee7c55ffc1c57e146816471569d94 /opcodes/ChangeLog | |
parent | b03b65e2aa3243bc0224ba3f933a3e94f1eed8a1 (diff) | |
download | gdb-718aefcf55cc5a9de3f73d9a37259f8f792b1cef.zip gdb-718aefcf55cc5a9de3f73d9a37259f8f792b1cef.tar.gz gdb-718aefcf55cc5a9de3f73d9a37259f8f792b1cef.tar.bz2 |
Fix the V850 assembler's generation of relocations for the st.b instruction.
PR 28292
gas * config/tc-v850.c (handle_lo16): Also accept
BFD_RELOC_V850_LO16_SPLIT_OFFSET.
* testsuite/gas/v850/split-lo16.s: Add extra line.
* testsuite/gas/v850/split-lo16.d: Update expected disassembly.
opcodes * v850-opc.c (D16): Use BFD_RELOC_V850_LO16_SPLIT_OFFSET in place
of BFD_RELOC_16.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index d0bfa80..ca3206d 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2021-09-02 Nick Clifton <nickc@redhat.com> + + PR 28292 + * v850-opc.c (D16): Use BFD_RELOC_V850_LO16_SPLIT_OFFSET in place + of BFD_RELOC_16. + 2021-08-17 Shahab Vahedi <shahab@synopsys.com> * arc-regs.h (DEF): Fix the register numbers. |