aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2021-09-02 12:16:10 +0100
committerNick Clifton <nickc@redhat.com>2021-09-02 12:16:10 +0100
commit718aefcf55cc5a9de3f73d9a37259f8f792b1cef (patch)
treead9614678c1ee7c55ffc1c57e146816471569d94 /gas/ChangeLog
parentb03b65e2aa3243bc0224ba3f933a3e94f1eed8a1 (diff)
downloadgdb-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 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog8
1 files changed, 8 insertions, 0 deletions
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 <nickc@redhat.com>
+
+ 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 <darius.galis@cyberthorstudios.com>
* config/rx-parse.y (DECNT): Fixed typo.