mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-01-16 21:03:15 +01:00
ARM/IntegratorCP: Export __end__ from linker script, required by newlib-based toolchain crt0.s.
This commit is contained in:
@@ -92,5 +92,6 @@ SECTIONS
|
||||
*(.eh_*)
|
||||
}*/
|
||||
}
|
||||
__end__ = .;
|
||||
_end = .;
|
||||
PROVIDE(end = .);
|
||||
|
||||
Reference in New Issue
Block a user