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] Bug 20928 - Decode %ccr into individual flags in sparcv9 register output


Any news here?
Thanks,
I.

On 6.12.2016 09:26, Ivo Raisr wrote:


On 6.12.2016 03:03, Luis Machado wrote:
On 12/05/2016 05:45 PM, Ivo Raisr wrote:


ChangeLog entry:
2016-12-05  Ivo Raisr  <ivo.raisr@oracle.com>

    PR tdep/20928
    Decode %ccr into individual flags in sparcv9 register output.
    * sparc-tdep.h: Declare %ccr type.
    * sparc64-tdep.c: Decode %ccr. Fix %fsr decoding.

You need to mention the new sparc64_ccr_type field and the new function in the ChangeLog. Also, you need to add the function where you fixed the fsr decoding.

Here is the fixed ChangeLog entry (and attached new version of patch):

2016-12-05  Ivo Raisr  <ivo.raisr@oracle.com>

    PR tdep/20928
    Decode %ccr into individual flags in sparcv9 register output.
    * sparc-tdep.h: Declare sparc64_ccr_type.
    * sparc64-tdep.c: Decode %ccr in a new function sparc64_ccr_type().
    Fix %fsr decoding in sparc64_fsr_type().




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