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 v2 4/4] gold: Fix non-deterministic behaviour of Mips gold.


Ping.

> ________________________________________
> From: Vladimir Radosavljevic
> Sent: Wednesday, November 18, 2015 8:03 AM
> To: binutils@sourceware.org
> Cc: Petar Jovanovic
> Subject: [PATCH v2 4/4] gold: Fix non-deterministic behaviour of Mips gold.
> 
> Nothing is changed. Patch is in attachment.
> 
> Regards,
> Vladimir.
> 
> Changelog -
>     * mips.cc (Mips_got_entry::hash): Delete.
>     (class Mips_got_entry_hash): Likewise.
>     (struct Got_page_entry_hash): Likewise.
>     (Mips_got_entry::equals): Change to compare_less.
>     (class Mips_got_entry_eq): Change to Mips_got_entry_compare_less.
>     (struct Got_page_entry_eq): Change to Got_page_entry_compare_less.
>     (Got_entry_set): Change from Unordered_set to std::set.
>     (Got_page_entry_set): Likewise.
>     (global_got_symbols_): Likewise.
>     (Mips_output_data_mips_stubs::symbols_): Likewise.
>     (Mips_output_data_la25_stub::symbols_): Likewise.
>     (Mips_got_info::record_got_entry): Don't use find before insert.
>     (Mips_got_info::record_got_page_entry): Likewise.

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