base: remove obsolete _prog_img_data symbol

Fix #2099
This commit is contained in:
Stefan Kalkowski 2016-09-21 16:02:37 +02:00 committed by Christian Helmuth
parent 3c8d31f8fb
commit 3f6e148621
3 changed files with 0 additions and 5 deletions

View File

@ -58,8 +58,6 @@ SECTIONS
. = ALIGN(0x1000);
_prog_img_data = .;
.data : {
/*
* Leave space for parent capability parameters at start of data

View File

@ -53,8 +53,6 @@ SECTIONS
. = ALIGN(0x1000);
_prog_img_data = .;
.data : {
/*
* Leave space for parent capability parameters at start of data

View File

@ -212,7 +212,6 @@ SECTIONS
* set's * DT_PLTGOT to .got instead of .got.plt */
.got : { *(.got.plt) *(.got) }
_prog_img_data = .;
.data :
{
/*