[rtems-central commit] spec: Specify the global construction for aarch64
    Sebastian Huber 
    sebh at rtems.org
       
    Wed Apr 17 09:27:23 UTC 2024
    
    
  
Module:    rtems-central
Branch:    master
Commit:    a2c6b036f058d81944631338bbf01cda43f61652
Changeset: http://git.rtems.org/rtems-central/commit/?id=a2c6b036f058d81944631338bbf01cda43f61652
Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Mar  7 08:41:19 2024 +0100
spec: Specify the global construction for aarch64
---
 .../thread/req/global-construction-preinit-array-before-constructors.yml | 1 +
 spec/score/thread/req/global-construction-preinit-array.yml              | 1 +
 spec/score/thread/val/preinit-array.yml                                  | 1 +
 3 files changed, 3 insertions(+)
diff --git a/spec/score/thread/req/global-construction-preinit-array-before-constructors.yml b/spec/score/thread/req/global-construction-preinit-array-before-constructors.yml
index 53b64dc4..b9769782 100644
--- a/spec/score/thread/req/global-construction-preinit-array-before-constructors.yml
+++ b/spec/score/thread/req/global-construction-preinit-array-before-constructors.yml
@@ -2,6 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0
 copyrights:
 - Copyright (C) 2022 embedded brains GmbH & Co. KG
 enabled-by:
+- aarch64
 - arm
 - riscv
 links:
diff --git a/spec/score/thread/req/global-construction-preinit-array.yml b/spec/score/thread/req/global-construction-preinit-array.yml
index 88e7b851..9a16a1cc 100644
--- a/spec/score/thread/req/global-construction-preinit-array.yml
+++ b/spec/score/thread/req/global-construction-preinit-array.yml
@@ -2,6 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0
 copyrights:
 - Copyright (C) 2022 embedded brains GmbH & Co. KG
 enabled-by:
+- aarch64
 - arm
 - riscv
 links:
diff --git a/spec/score/thread/val/preinit-array.yml b/spec/score/thread/val/preinit-array.yml
index 6a1dc895..5e737071 100644
--- a/spec/score/thread/val/preinit-array.yml
+++ b/spec/score/thread/val/preinit-array.yml
@@ -2,6 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:
 - Copyright (C) 2022 embedded brains GmbH & Co. KG
 enabled-by:
+- aarch64
 - arm
 - riscv
 links: []
    
    
More information about the vc
mailing list