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][GOLD] Fix gold build breakage on OSX


Hi,

    This patch fixes a few minor problems that cause build breakage on OSX.

-Doug

2009-11-10  Doug Kwan  <dougkwan@google.com>

        * i386.cc (Target_i386::do_calls_non_split): Add a cast to avoid
        a format warning.
        * incremental.cc (open_incremental_binary): Initialized local
        variables to avoid warnings.
        * object.cc (make_elf_object): Ditto.
        * x86_64.cc (Target_x86_64::do_calls_non_split): Add a cast to avoid
        a format warning.

Attachment: patch.txt
Description: Text document


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