This is the mail archive of the gdb-patches@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]

Re: [PATCH v3 07/10] Share some ARM target dependant code from GDB with GDBServer.




On 11/26/2015 05:38 AM, Yao Qi wrote:
Antoine Tremblay <antoine.tremblay@ericsson.com> writes:

+/* See arm.h.  */
+
+int
+condition_true (unsigned long cond, unsigned long status_reg)

We need "arm_" prefix for this function.  Otherwise, patch is OK.


Ok in fact I guess I should add this prefix to bitcount too.


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