summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/req/symbol-name-4.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/basedefs/req/symbol-name-4.yml')
-rw-r--r--spec/rtems/basedefs/req/symbol-name-4.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/spec/rtems/basedefs/req/symbol-name-4.yml b/spec/rtems/basedefs/req/symbol-name-4.yml
new file mode 100644
index 00000000..f2a07989
--- /dev/null
+++ b/spec/rtems/basedefs/req/symbol-name-4.yml
@@ -0,0 +1,21 @@
+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: requirement-refinement
+ uid: ../if/symbol-name
+non-functional-type: interface
+rationale: |
+ There should be no additional character before, between or after the
+ arguments in the result.
+references: []
+requirement-type: non-functional
+text: |
+ While the symbol ``__USER_LABEL_PREFIX__`` *is* defined
+ during pre-processing of the ``basedefs.h`` file,
+ the ${../if/symbol-name:/name} shall result in only those
+ characters which also appear in the value of ``__USER_LABEL_PREFIX__``
+ and its argument value
+ after applying all possible C pre-processor substitutions to them.
+type: requirement