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 20936 - provide sparc and sparcv9 target description XML files




On 9.1.2017 18:35, Yao Qi wrote:
ChangeLog entry:
2017-01-06  Ivo Raisr  <ivo.raisr@oracle.com>

	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.

Attachment: ChangeLog.entry.pseudoreg-002
Description: Text document

Attachment: sparc_pseudoreg.patch-002
Description: Text document


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