firmware: runtime.ld formatting

This commit is contained in:
Sebastien Bourdeauducq 2017-01-18 17:09:49 -06:00
parent 2a7a8f91ca
commit 5c0d402ef3
1 changed files with 4 additions and 2 deletions

View File

@ -21,12 +21,14 @@ SECTIONS
} > runtime } > runtime
/* https://sourceware.org/bugzilla/show_bug.cgi?id=20475 */ /* https://sourceware.org/bugzilla/show_bug.cgi?id=20475 */
.got : { .got :
{
_GLOBAL_OFFSET_TABLE_ = .; _GLOBAL_OFFSET_TABLE_ = .;
*(.got) *(.got)
} > runtime } > runtime
.got.plt : { .got.plt :
{
*(.got.plt) *(.got.plt)
} > runtime } > runtime