public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] aarch64: Update aarch64-sys-regs.def header
@ 2023-10-18 15:13 Victor Do Nascimento
  2023-10-19  9:32 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Victor Do Nascimento @ 2023-10-18 15:13 UTC (permalink / raw)
  To: binutils; +Cc: richard.earnshaw, nickc, Victor Do Nascimento

Given the shared use of the aarch64-sys-regs.def file across Binutils
and GCC, add instructions for keeping the file synchronized across the
two codebases.

Namely, it should be made clear that all changes are first to be made
in Binutils and the updated file copied across to GCC.

opcodes/ChangeLog

	* opcodes/aarch64-sys-regs.def: Update file-description header
	comment.
---
 opcodes/aarch64-sys-regs.def | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/opcodes/aarch64-sys-regs.def b/opcodes/aarch64-sys-regs.def
index 1986920ebd1..9adabea5cd4 100644
--- a/opcodes/aarch64-sys-regs.def
+++ b/opcodes/aarch64-sys-regs.def
@@ -20,6 +20,10 @@
 
 /* Array of system registers and their associated arch features.
 
+   This file is also used by GCC.  Where necessary, any updates should
+   be made in Binutils and the updated file copied across to GCC, such
+   that the two projects are kept in sync at all times.
+
    Before using #include to read this file, define a macro:
 
      SYSREG (name, encoding, flags, features)
-- 
2.41.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] aarch64: Update aarch64-sys-regs.def header
  2023-10-18 15:13 [PATCH] aarch64: Update aarch64-sys-regs.def header Victor Do Nascimento
@ 2023-10-19  9:32 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2023-10-19  9:32 UTC (permalink / raw)
  To: Victor Do Nascimento, binutils; +Cc: richard.earnshaw

Hi Victor,

> opcodes/ChangeLog
> 
> 	* opcodes/aarch64-sys-regs.def: Update file-description header
> 	comment.

Approved  - please apply.

Cheers
   Nick


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-19  9:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-18 15:13 [PATCH] aarch64: Update aarch64-sys-regs.def header Victor Do Nascimento
2023-10-19  9:32 ` Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).