bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug in objcopy?


From: Ian Lance Taylor
Subject: Re: Bug in objcopy?
Date: Fri, 22 May 2009 23:40:18 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

"Arshid, Chetan (IE10)" <address@hidden> 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 doesn't sound like a bug.  Normally the .rela.XXX section applies
to the .XXX section.  If you rename a section, it seems natural to
rename the corresponding .rela section.

As far as I know there is no way to keep this from happening.

Ian




reply via email to

[Prev in Thread] Current Thread [Next in Thread]