From 718aefcf55cc5a9de3f73d9a37259f8f792b1cef Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 2 Sep 2021 12:16:10 +0100 Subject: 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. --- gas/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gas/ChangeLog') diff --git a/gas/ChangeLog b/gas/ChangeLog index a5d5fbc..0eb90ac 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2021-09-02 Nick Clifton + + PR 28292 + * 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. + 2021-08-11 Darius Galis * config/rx-parse.y (DECNT): Fixed typo. -- cgit v1.1