This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][GAS][AARCH64]Fix "align directive causes MAP_DATA symbol to be lost"


Hi Marcus,

After the change, we emit MAP_DATA symbols even there is no instruction in .text section.
So we have got one more data symbol for bintest.s test case.

I will double check and find a solution.

Regards,
Renlin

On 26/03/15 09:29, Marcus Shawcroft wrote:


On 25 March 2015 at 12:26, Nicholas Clifton <nickc@redhat.com <mailto:nickc@redhat.com>> wrote:

    Hi Renlin,

        gas/ChangeLog:

        2015-03-24  Renlin Li  <renlin.li@arm.com
        <mailto:renlin.li@arm.com>>

             * config/tc-aarch64.c (mapping_state): Remove first MAP_DATA
        emitting code.
             (mapping_state_2): Emit first MAP_DATA symbol here.


    Approved - please apply.

    Cheers
      Nick


This patch appears to causes the following two regressions for aarch64-none-linux-gnu:
FAIL: readelf -S
FAIL: readelf -s

Cheers
/Marcus


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]