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]

[PATCH][ARM] Skip excluded sections when inserting mapping symbols for data-only sections


Hi,

On ARM, mapping symbols are inserted at the beginning of data-only sections, but in the case of merged sections it can result in a nameless symbol (when the corresponding input section has SEC_EXCLUDE). This causes Android's apriori to raise an assertion.

I propose the attached fix, tested on arm-none-eabi.

OK to commit?

Thanks

Christophe.

Attachment: mapping-merge.changelog
Description: Text document

Attachment: mapping-merge.patch
Description: Text document


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