summaryrefslogtreecommitdiffstats
path: root/spec/if/acfg/max-thread-local-storage-size.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/if/acfg/max-thread-local-storage-size.yml')
-rw-r--r--spec/if/acfg/max-thread-local-storage-size.yml34
1 files changed, 0 insertions, 34 deletions
diff --git a/spec/if/acfg/max-thread-local-storage-size.yml b/spec/if/acfg/max-thread-local-storage-size.yml
deleted file mode 100644
index b07b57af..00000000
--- a/spec/if/acfg/max-thread-local-storage-size.yml
+++ /dev/null
@@ -1,34 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-appl-config-option-type: integer
-constraints:
- max: ${../c/size_max:/name}
- min: 0
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default-value: 0
-description: |
- If the value of this configuration option is greater than zero, then it
- defines the maximum thread-local storage size, otherwise the thread-local
- storage size is defined by the linker depending on the thread-local storage
- objects used by the application in the statically-linked executable.
-enabled-by: true
-index-entries: []
-interface-type: appl-config-option
-links:
-- role: appl-config-group-member
- uid: group-classic
-name: CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE
-notes: |
- This configuration option can be used to reserve space for the dynamic linking
- of modules with thread-local storage objects.
-
- If the thread-local storage size defined by the thread-local storage
- objects used by the application in the statically-linked executable is greater
- than a non-zero value of this configuration option, then a fatal error will
- occur during system initialization.
-
- Use ${../rtems/basedefs/align-up:/name} and
- ${../rtems/tasks/storage-alignment:/name} to adjust the size to meet the
- minimum alignment requirement of a thread-local storage area.
-text: ''
-type: interface