summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/req/noinit-0.yml
blob: 853e6d7aec9dc6451258023e6dec750703fb8b41 (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 (http://www.embedded-brains.de)
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