Document RTEMS_DEFINE_GLOBAL_SYMBOL_IN_SECTION()

This commit is contained in:
Sebastian Huber
2019-11-25 10:38:42 +01:00
parent 1a95dd738f
commit 4fcc53a069

View File

@@ -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 ) \