On 9.1.2017 18:35, Yao Qi wrote: >> ChangeLog entry: >> 2017-01-06 Ivo Raisr >> >> Split real and pseudo registers in preparation for registers provided >> by a target. Registers provided by target description can have more real >> registers and pseudo registers need to be positioned after them. > We don't document "changes" in this way. If you think it is important > to mention them, put them in the commit log. No need to put it there. I've simplified the description heavily, please find attached new ChangeLogentry. > >> @@ -57,6 +63,12 @@ struct gdbarch_tdep >> + /* Register names specific for architecture (sparc32 vs. sparc64) */ >> + const char **fpu_register_names; >> + size_t fpu_registers_num; >> + const char **cp0_register_names; >> + size_t cp0_registers_num; >> + > These four fields are added, but not used at all, so could you move > them to patch #2? Fixed. Find attached new patch. Kind regards, I.