forked from M-Labs/artiq
firmware: runtime.ld formatting
This commit is contained in:
parent
2a7a8f91ca
commit
5c0d402ef3
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue