mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-23 04:29:34 +08:00
PR 356/bsps * sys/linker_set.h: This patch makes RTEMS/PowerPC eabi compliant. Declare all linker-script defined addresses as variables of unknown size and not as short objects like 'int', 'void*' etc. Since only addresses are used and never those variable's values, the type used in a declaration is not important.