From fa89c1268f5d4e9950f3faf8c027dbbeb6aac773 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Tue, 5 Jan 2016 11:12:31 +0000 Subject: [PATCH] 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. --- gdb/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b10aa04eeb..577d639eb5 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.