mirror of https://github.com/m-labs/artiq.git
firmware: runtime.ld formatting
This commit is contained in:
parent
2a7a8f91ca
commit
5c0d402ef3
|
@ -21,12 +21,14 @@ SECTIONS
|
|||
} > runtime
|
||||
|
||||
/* https://sourceware.org/bugzilla/show_bug.cgi?id=20475 */
|
||||
.got : {
|
||||
.got :
|
||||
{
|
||||
_GLOBAL_OFFSET_TABLE_ = .;
|
||||
*(.got)
|
||||
} > runtime
|
||||
|
||||
.got.plt : {
|
||||
.got.plt :
|
||||
{
|
||||
*(.got.plt)
|
||||
} > runtime
|
||||
|
||||
|
|
Loading…
Reference in New Issue