summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-11-25 10:38:42 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-11-25 11:32:18 +0100
commit4fcc53a06951d727d9c778381d6c0229c6b572ee (patch)
tree8ee6cb10d6522ed0fceb317a903346f6ec82d760
parenttestsuite: Only include termios10/termios11 tests if compiled with POSIX (diff)
downloadrtems-4fcc53a06951d727d9c778381d6c0229c6b572ee.tar.bz2
Document RTEMS_DEFINE_GLOBAL_SYMBOL_IN_SECTION()
-rw-r--r--cpukit/include/rtems/score/basedefs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/include/rtems/score/basedefs.h b/cpukit/include/rtems/score/basedefs.h
index 5f38559b6d..4589bea4aa 100644
--- a/cpukit/include/rtems/score/basedefs.h
+++ b/cpukit/include/rtems/score/basedefs.h
@@ -347,7 +347,8 @@
* @brief Defines a global symbol with the specified name in the specified
* section.
*
- * The name must be a valid designator.
+ * The name must be a valid designator. The alignment of the symbol depends on
+ * the current location counter of the section.
*/
#if defined(__GNUC__)
#define RTEMS_DEFINE_GLOBAL_SYMBOL_IN_SECTION( _name, _section ) \