mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-03 11:20:57 +08:00
An extern for the linker symbol _ttbl_base was declared incorrectly and gcc reported an overwrite of the four byte area by 16K. Switched to using the standard linker symbol macros and the warning was removed.