mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Christian Helmuth
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 :
|
||||
{
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user