"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
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
==
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
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