This is the mail archive of the binutils@sources.redhat.com 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: [applied] bfd and gas changes for mips


Eric Christopher wrote:
> This fixes a few miscellaneous bugs and, I hope, finally gets PIC/CPIC
> semantics correct.

[snip]
> diff -u -p -w -r1.53 elfxx-mips.c
> --- bfd/elfxx-mips.c	9 May 2003 02:27:09 -0000	1.53
> +++ bfd/elfxx-mips.c	21 May 2003 21:50:33 -0000
> @@ -163,8 +163,7 @@ struct mips_elf_hash_sort_data
>    long min_got_dynindx;
>    /* The greatest dynamic symbol table index corresponding to a symbol
>       with a GOT entry that is not referenced (e.g., a dynamic symbol
> -     with dynamic relocations pointing to it from non-primary
> -     GOTs).  */
> +     with dynamic relocations pointing to it from non-primary     GOTs).  */

Some formatting breakage here.

>    long max_unref_got_dynindx;
>    /* The greatest dynamic symbol table index not corresponding to a
>       symbol without a GOT entry.  */
> @@ -246,8 +245,7 @@ struct mips_elf_link_hash_table
>  
>  struct extsym_info
>  {
> -  bfd *abfd;
> -  struct bfd_link_info *info;
> +  bfd *abfd;  struct bfd_link_info *info;

Here also.


Thiemo


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