Re: [U-Boot] [PATCH 3/4] arm920t: fix linker skript for -pie linking

2010-12-09 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message 4d008638.4060...@aribaud.net you wrote: This patch is not needed, if no undefined weak symbol is available. This patch adds .plt/.rel.plt section which has R_ARM_JUMP_SLOT which is not handled in code. Therefore we do not really know what this patch does

Re: [U-Boot] [PATCH 3/4] arm920t: fix linker skript for -pie linking

2010-12-09 Thread Wolfgang Denk
Dear Wolfgang Denk, In message 20101209094538.7b9bbd08...@gemini.denx.de you wrote: Hm... strange... I am absolutely sure that I did apply these patches last night, and then I even pushed them out... ... but now I see no trace of this either. Don't know what happened (I should learn

Re: [U-Boot] [PATCH 3/4] arm920t: fix linker skript for -pie linking

2010-12-09 Thread Andreas Bießmann
Dear Wolfgang Denk, Am 09.12.2010 11:32, schrieb Wolfgang Denk: Dear Wolfgang Denk, In message 20101209094538.7b9bbd08...@gemini.denx.de you wrote: OK, I found the stuff. I have applied to my working copy of the master branch instesd of ARM. So only the -pie commit needs to be

Re: [U-Boot] [PATCH 3/4] arm920t: fix linker skript for -pie linking

2010-12-08 Thread Wolfgang Denk
Dear =?UTF-8?q?Andreas=20Bie=C3=9Fmann?=, In message 1291099039-49672-4-git-send-email-andreas.de...@googlemail.com you wrote: Without this patch the linker will SEGFAULT on some undefined weak symbols. Suggested-by: Sebastien Carlier sebastien.carl...@gmail.com Signed-off-by: Andreas

Re: [U-Boot] [PATCH 3/4] arm920t: fix linker skript for -pie linking

2010-12-08 Thread Andreas Bießmann
Dear Wolfgang Denk, Am 08.12.2010 um 23:52 schrieb Wolfgang Denk: Dear =?UTF-8?q?Andreas=20Bie=C3=9Fmann?=, In message 1291099039-49672-4-git-send-email-andreas.de...@googlemail.com you wrote: Without this patch the linker will SEGFAULT on some undefined weak symbols. Suggested-by:

Re: [U-Boot] [PATCH 3/4] arm920t: fix linker skript for -pie linking

2010-12-08 Thread Albert ARIBAUD
Le 09/12/2010 08:24, Andreas Bießmann a écrit : Dear Wolfgang Denk, Am 08.12.2010 um 23:52 schrieb Wolfgang Denk: Dear =?UTF-8?q?Andreas=20Bie=C3=9Fmann?=, In message1291099039-49672-4-git-send-email-andreas.de...@googlemail.com you wrote: Without this patch the linker will SEGFAULT on

[U-Boot] [PATCH 3/4] arm920t: fix linker skript for -pie linking

2010-11-29 Thread Andreas Bießmann
Without this patch the linker will SEGFAULT on some undefined weak symbols. Suggested-by: Sebastien Carlier sebastien.carl...@gmail.com Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- arch/arm/cpu/arm920t/u-boot.lds |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)