This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Add missing ChangeLog entry bit


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=fa89c1268f5d4e9950f3faf8c027dbbeb6aac773

commit fa89c1268f5d4e9950f3faf8c027dbbeb6aac773
Author: Pedro Alves <palves@redhat.com>
Date:   Tue Jan 5 11:12:31 2016 +0000

    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.

Diff:
---
 gdb/ChangeLog | 2 ++
 1 file changed, 2 insertions(+)

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]