summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/req/noinit-0.yml
blob: 53be040a3c1c26ef92791e90762aac6e5c49362b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SPDX-License-Identifier: CC-BY-SA-4.0
copyrights:
- Copyright (C) 2021 embedded brains GmbH & Co. KG
enabled-by: true
functional-type: function
links:
- role: interface-function
  uid: ../if/noinit
rationale: null
references: []
requirement-type: functional
text: |
  When the code is compiled with the GNU C compiler,
  and the ${../if/section:/name} macro is attached to a
  global variable definition,
  and the file format used supports arbitrary sections,
  the macro shall cause the compiler to store the
  variable in a section where its value is not initialized
  during initial start up.
type: requirement