aarch64: Update aarch64-sys-regs.def header
authorVictor Do Nascimento <victor.donascimento@arm.com>
Mon, 16 Oct 2023 09:44:46 +0000 (10:44 +0100)
committerVictor Do Nascimento <victor.donascimento@arm.com>
Mon, 30 Oct 2023 11:06:14 +0000 (11:06 +0000)
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

index 1986920ebd165dbc72b52634dedc984c7ca8dfdd..9adabea5cd41939dcde94c94579389b897ac7346 100644 (file)
 
 /* 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)