Re: Bug in objcopy?

2009-05-22 Thread Ian Lance Taylor
"Arshid, Chetan (IE10)" writes: > I tried to rename the section (of .o file) .data to .persistent.data > using objcopy utility. It did that, but also renamed the section > .rela.data to .rela.persistent. I think this is a bug. If not, how do > I keep the .rela.data section name unchanged? It

[Bug binutils/10188] New: windres should be able to generate deps.

2009-05-22 Thread rgammans at computer-surgery dot co dot uk
A resource file often references in other files, but there currently is no automated way of building these depency. This patch add 'deps' as an optionally output format to windres which can be used to do exactly this. Index: binutils/resrc.c ==

[Bug gas/10186] New: Wrong machine code for the Thumb2 instruction SEV.W

2009-05-22 Thread anthony dot fox at cl dot cam dot ac dot uk
Gas incorrectly assembles the ARM Thumb2 instruction SEV.W to F3AF9004, which corresponds with a branch B.W instruction. It should be F3AF8004. For example: $ echo -e ".code 16\n .syntax unified\n sev.w" | arm-elf-as -aln -EB -o /dev/null 1.code 16 2

Bug in objcopy?

2009-05-22 Thread Arshid, Chetan (IE10)
Hi, I tried to rename the section (of .o file) .data to .persistent.data using objcopy utility. It did that, but also renamed the section .rela.data to .rela.persistent. I think this is a bug. If not, how do I keep the .rela.data section name unchanged? Thanks, Chetan