aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2020-09-10 13:23:11 +0100
committerNick Clifton <nickc@redhat.com>2020-09-10 13:23:11 +0100
commit7ad578807ad20ac19c0b31bf8b97c99eab1ce15e (patch)
tree86289cde8b5b130a48206020921471b10a8e8035 /opcodes/ChangeLog
parent89ce8eab23ac49c8c990c1934d2dff84841990af (diff)
downloadgdb-7ad578807ad20ac19c0b31bf8b97c99eab1ce15e.zip
gdb-7ad578807ad20ac19c0b31bf8b97c99eab1ce15e.tar.gz
gdb-7ad578807ad20ac19c0b31bf8b97c99eab1ce15e.tar.bz2
Stop symbols generated by the annobin gcc plugin from breaking the disassembly of PowerPC binaries.
* ppc-dis.c (ppc_symbol_is_valid): New function. Returns false for hidden, local, no-type symbols. (disassemble_init_powerpc): Point the symbol_is_valid field in the info structure at the new function.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 865bf14..d4d1865 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,10 @@
+2020-09-10 Nick Clifton <nickc@redhat.com>
+
+ * ppc-dis.c (ppc_symbol_is_valid): New function. Returns false
+ for hidden, local, no-type symbols.
+ (disassemble_init_powerpc): Point the symbol_is_valid field in the
+ info structure at the new function.
+
2020-09-10 Cooper Qu <cooper.qu@linux.alibaba.com>
* csky-opc.h (csky_v2_opcodes): Add L2Cache instructions.