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 >> >> 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 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().