summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/req/symbol-name-1.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/basedefs/req/symbol-name-1.yml')
-rw-r--r--spec/rtems/basedefs/req/symbol-name-1.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/spec/rtems/basedefs/req/symbol-name-1.yml b/spec/rtems/basedefs/req/symbol-name-1.yml
deleted file mode 100644
index 014a9733..00000000
--- a/spec/rtems/basedefs/req/symbol-name-1.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-enabled-by: true
-links:
-- role: interface-function
- uid: ../if/symbol-name
-non-functional-type: interface
-rationale: null
-references: []
-requirement-type: non-functional
-text: |
- When argument ${../if/symbol-name:/params[0]/name} after undergoing
- C pre-processor substitutions results in a valid C identifier name,
- while the symbol ``__USER_LABEL_PREFIX__`` *is* defined
- during pre-processing of the ``basedefs.h`` file,
- the ${../if/symbol-name:/name} macro shall
- apply all possible C pre-processor substitutions to its argument value
- and the value of ``__USER_LABEL_PREFIX__`` before it evaluates to the
- concatenation of the value resulting from substituting
- the symbol ``__USER_LABEL_PREFIX__`` and the identifier name resulting
- from the argument value.
-type: requirement