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]

MIPS backports to 2.25


Hi Tristan,

There are four small commits which I'd like to backport for MIPS.

1) Documentation cleanup
2) Fix warnings when building documentation
3) Clean up displaying .MIPS.abiflags
4) Regression fix for .insn

I'm not sure on the policy for backports but (2) and (4) are the most
important.

Thanks,
Matthew

commit f179c51249f2a34eaba50f64152a257513aabcf8
Author: Matthew Fortune <matthew.fortune@imgtec.com>
Date:   Tue Oct 21 11:58:19 2014 +0100

    MIPS Documentation fixes

    gas/
        * doc/as.texinfo: Update the MIPS FP ABI descriptions.
        * doc/c-mips.texi: Spell check and correct throughout.

commit 00ac7aa072c90d95615bd1c89c699f0ea5eeae22
Author: Matthew Fortune <matthew.fortune@imgtec.com>
Date:   Fri Oct 17 11:07:17 2014 +0100

    Show information about unknown ASEs and extensions in .MIPS.abiflags

    bfd/
        * elfxx-mips.c (print_mips_ases): Print unknown ASEs.
        (print_mips_isa_ext): Print the value of an unknown extension.

    binutils/

        * readelf.c (print_mips_ases): Print unknown ASEs.
        (print_mips_isa_ext): Print the value of an unknown extension.

    include/

        * elf/mips.h (AFL_ASE_MASK): Define.

commit 8bd978587880bff236f2b3c20df703c88899be5f
Author: Matthew Fortune <matthew.fortune@imgtec.com>
Date:   Fri Oct 17 20:25:09 2014 +0100

    Fix bad @value references in MIPS documentation

    gas/

        * doc/c-mips.texi: Fix bad @value references.


commit 7bb01e2d7401f2eb8995d445917708209d3ad4bf
Author: Maciej W. Rozycki <macro@codesourcery.com>
Date:   Tue Oct 21 23:06:23 2014 +0100

    MIPS/GAS: Correct file option settings with `.insn'

    This makes sure `HAVE_CODE_COMPRESSION' evaluates correctly when the
    `.insn' directive is used at the beginning of a source file before any
    instructions have been produced and that ELF file header's MIPS16 and
    microMIPS ASE flags are set correctly in the case where no instructions
    have been produced other than with the said directive.

        gas/
        * config/tc-mips.c (s_insn): Set file options.

        gas/testsuite/
        * gas/mips/insn-opts.d: New test.
        * gas/mips/insn-opts.s: New test source.
        * gas/mips/mips.exp: Run the new test.


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