aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-06-18 22:25:10 +0930
committerAlan Modra <amodra@gmail.com>2021-06-19 11:08:55 +0930
commitd984392e752c43ec226a9d0df23af0c743e2b411 (patch)
tree1fbdbc1c64377ff815586161aa572b3f22d8c41a /opcodes/ChangeLog
parent539b54f03dd082c572308246e610e516ff96b5b1 (diff)
downloadgdb-d984392e752c43ec226a9d0df23af0c743e2b411.zip
gdb-d984392e752c43ec226a9d0df23af0c743e2b411.tar.gz
gdb-d984392e752c43ec226a9d0df23af0c743e2b411.tar.bz2
Fix another strncpy warning
* tic30-dis.c (get_register_operand): Don't ask strncpy to fill entire buffer.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 8f4b976..f262529 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+2021-06-19 Alan Modra <amodra@gmail.com>
+
+ * tic30-dis.c (get_register_operand): Don't ask strncpy to fill
+ entire buffer.
+
2021-06-17 Alan Modra <amodra@gmail.com>
* ppc-opc.c (powerpc_opcodes): Move cell db*cyc to proper location