aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2016-01-05 11:12:31 +0000
committerPedro Alves <palves@redhat.com>2016-01-05 11:12:31 +0000
commitfa89c1268f5d4e9950f3faf8c027dbbeb6aac773 (patch)
treec64812f688ee1ebd304301e073711e6deb68bf2e
parent976102cd178de0dd6b366746f850b026a2793097 (diff)
downloadgdb-fa89c1268f5d4e9950f3faf8c027dbbeb6aac773.zip
gdb-fa89c1268f5d4e9950f3faf8c027dbbeb6aac773.tar.gz
gdb-fa89c1268f5d4e9950f3faf8c027dbbeb6aac773.tar.bz2
Add missing ChangeLog entry bit
gdb/ChangeLog: PR sim/13418 * rs6000-tdep.c (init_sim_regno_table): Check WITH_PPC_SIM instead of WITH_SIM.
-rw-r--r--gdb/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b10aa04..577d639 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -3,6 +3,8 @@
PR sim/13418
* configure.ac: Define WITH_PPC_SIM when linking in the sim and
the target is powerpc*.
+ * rs6000-tdep.c (init_sim_regno_table): Check WITH_PPC_SIM instead
+ of WITH_SIM.
* configure: Regenerate.
* config.in: Regenerate.