--- Additional Comments From hjl at lucon dot org 2006-04-21 13:54 ---
Fixed by
http://sourceware.org/ml/binutils/2006-04/msg00283.html
--
What|Removed |Added
St
Given the simplest program:
int main()
{
}
and a simple linker script (not a real world example):
SECTIONS
{
.text :
{
*(.text .stub .text.* .gnu.linkonce.t.*)
} =0
.post_text_reserve :
{
/* Reserve some space so we can drop something in here l
--
What|Removed |Added
CC||jolmos at isecauditors dot
||com
http://sourceware.org/bugzilla
--- Additional Comments From andrew dot stubbs at st dot com 2006-04-21
16:05 ---
Subject: Re: New: Cannot set the CONTENTS or LOAD flags
[moving the conversation to bugzilla ...]
Thanks H.J., but this does not seem to work for me. I cannot see any
difference.
> On Fri, Apr 21, 2006
--- Additional Comments From hjl at lucon dot org 2006-04-21 16:22 ---
Please provide a testcase I can reproduce with Linux/x86 or Linux/x86-64.
--
What|Removed |Added
--- Additional Comments From andrew dot stubbs at st dot com 2006-04-21
16:49 ---
Created an attachment (id=977)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=977&action=view)
Input testcase for objcopy
This is the binary file produced by the method in the original report.
Add
--- Additional Comments From hjl at lucon dot org 2006-04-21 23:22 ---
A new patch is posted at
http://sourceware.org/ml/binutils/2006-04/msg00309.html
--
http://sourceware.org/bugzilla/show_bug.cgi?id=2593
--- You are receiving this mail because: ---
You are on the CC list
The linker does not adjust the addresses included in initialized function
tables (.data or .rodata) when these are subject to changes due to relaxation.
A patch has been committed by me on the mailing list. If possible this patch
should be applied prior to the final "17" release.
I am submi