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]

[GOLD][PATCH] Skip processor specific flags and attributes merging if input is binary.


Hi,

     This patch add code to handle binary input files so that the ARM
back-end skips them during processor specific flags and attributes
merging.

-Doug

2010-02-24  Doug Kwan  <dougkwan@google.com>

        * arm.cc (Target_arm::do_finalize_sections): Skip processor specific
        flags and attributes merging if an input section is a binary file.
        * fileread.cc (Input_file::open): Remove format for original file.
        * fileread.h (Input_file::Format): New enum type.
        (Input_file::Input_file): Initialize data member format_.
        (Input_file::format): New method definition.
        (Input_file::format_):: New data member.

Attachment: patch-format.txt
Description: Text document


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