[Bug binutils/2537] linker does not allow application to use value between SHT_LOUSER and SHT_HIUSER

2006-04-21 Thread hjl at lucon dot org
--- 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

[Bug binutils/2593] New: Cannot set the CONTENTS or LOAD flags

2006-04-21 Thread andrew dot stubbs at st dot com
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

[Bug binutils/2584] SIGSEGV in strings tool when the file is crafted.

2006-04-21 Thread jolmos at isecauditors dot com
-- What|Removed |Added CC||jolmos at isecauditors dot ||com http://sourceware.org/bugzilla

[Bug binutils/2593] Cannot set the CONTENTS or LOAD flags

2006-04-21 Thread andrew dot stubbs at st dot com
--- 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

[Bug binutils/2593] Cannot set the CONTENTS or LOAD flags

2006-04-21 Thread hjl at lucon dot org
--- 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

[Bug binutils/2593] Cannot set the CONTENTS or LOAD flags

2006-04-21 Thread andrew dot stubbs at st dot com
--- 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

[Bug binutils/2593] Cannot set the CONTENTS or LOAD flags

2006-04-21 Thread hjl at lucon dot org
--- 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

[Bug ld/2596] New: Wrong code: linker relaxation for AVR

2006-04-21 Thread bjoern dot m dot haase at web dot de
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