blob: 3cca8c4a2f2a5e42813aec88eb213d8bca7a52cb [file] [log] [blame]
/* should be included in all lk linker scripts in the .rodata segment */
. = ALIGN(4);
__lk_init = .;
KEEP(*(.lk_init))
__lk_init_end = .;
__drivers = .;
KEEP(*(.drivers))
__drivers_end = .;