mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
parent
3c8d31f8fb
commit
3f6e148621
@ -58,8 +58,6 @@ SECTIONS
|
||||
|
||||
. = ALIGN(0x1000);
|
||||
|
||||
_prog_img_data = .;
|
||||
|
||||
.data : {
|
||||
/*
|
||||
* Leave space for parent capability parameters at start of data
|
||||
|
@ -53,8 +53,6 @@ SECTIONS
|
||||
|
||||
. = ALIGN(0x1000);
|
||||
|
||||
_prog_img_data = .;
|
||||
|
||||
.data : {
|
||||
/*
|
||||
* Leave space for parent capability parameters at start of data
|
||||
|
@ -212,7 +212,6 @@ SECTIONS
|
||||
* set's * DT_PLTGOT to .got instead of .got.plt */
|
||||
.got : { *(.got.plt) *(.got) }
|
||||
|
||||
_prog_img_data = .;
|
||||
.data :
|
||||
{
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user