This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: Stabilize .rel.dyn sort on MIPS
- From: Thiemo Seufer <ths at networkno dot de>
- To: binutils at sourceware dot org, richard at codesourcery dot com
- Date: Thu, 19 Oct 2006 12:10:27 +0100
- Subject: Re: Stabilize .rel.dyn sort on MIPS
- References: <87ods8lku6.fsf@talisman.home>
Richard Sandiford wrote:
[snip]
> bfd/
> * elfxx-mips.c (sort_dynamic_relocs): Sort relocations against the
> same symbol by increasing r_offset.
> (sort_dynamic_relocs_64): Likewise. Fix comparisons between very
> large and very small symbol indexes.
>
> ld/testsuite/
> * ld-mips-elf/tlslib-o32-hidden.got: Sort relocations against the
> same symbol in order of increasing r_offset.
> * ld-mips-elf/tls-multi-got-1.got: Likewise.
> * ld-mips-elf/tls-hidden3.r: Likewise.
> * ld-mips-elf/tls-hidden4.r: Likewise.
Ok.
Thiemo