13761a1136
* config.bfd (msp430): Define targ_selvecs. * configure.in: Add bfd_elf32_msp430_ti_vec. * cpu-msp430.c: Add some more MSP430 machine numbers. * elf32-msp430.c Add support for MSP430X relocations. Add support for TI compiler generated relocations. Add support for sym_diff relocations. Add support for relaxing out of range short branches into long branches. Add support for MSP430 attribute section. * reloc.c: Add MSP430X relocations. * targets.c: Add bfd_elf32_msp430_ti_vec. * bfd-in2.h: Regenerate. * configure: Regenerate. * libbfd.h: Regenerate. * readelf.c: Add support for MSP430X architecture. * readelf.exp: Expect -wi test to fail for the MSP430. * config/tc-msp430.c: Add support for the MSP430X architecture. Add code to insert a NOP instruction after any instruction that might change the interrupt state. Add support for the LARGE memory model. Add code to initialise the .MSP430.attributes section. * config/tc-msp430.h: Add support for the MSP430X architecture. * doc/c-msp430.texi: Document the new -mL and -mN command line options. * NEWS: Mention support for the MSP430X architecture. * gas/all/gas.exp: Skip the DIFF1 test for the MSP430. Expect the FORWARD test to pass for the MSP430. Skip the REDEF tests for the MSP430. Expect the 930509A test to fail for the MSP430. * gas/all/sleb128-4.d: Skip for the MSP430. * gas/elf/elf.exp: Set target_machine to msp430 for the MSP430. Skip the EHOPT0 test for the MSP430. Skip the REDEF and EQU-RELOC tests for the MSP430. * gas/elf/section2.e-msp430: New file. * gas/lns/lns-big-delta.d: Remove expectation of 20-bit addresses. * gas/lns/lns.exp: Use alternate LNS COMMON test for the MSP430. * gas/msp430/msp430x.s: New test. * gas/msp430/msp430x.d: Expected disassembly. * gas/msp430/msp430.exp: Run new test. * gas/msp430/opcode.d: Update expected disassembly. * msp430.h: Add MSP430X relocs. Add some more MSP430 machine numbers. Add values used by .MSP430.attributes section. * msp430.h: Add patterns for MSP430X instructions. * Makefile.am: Add emsp430X.c * Makefine.in: Regenerate. * configure.tgt (msp430): Add msp430X emulation. * ldmain.c (multiple_definition): Only disable relaxation if it was enabled by the user. * ldmain.h (RELAXATION_ENABLED_BY_USER): New macro. * emulparams/msp430all.sh: Add support for MSP430X. * emultempl/generic.em: (before_parse): Enable relaxation for the MSP430. * scripttempl/msp430.sc: Reorganize sections. Add .rodata section. * scripttempl/msp430_3.sc: Likewise. * NEWS: Mention support for MSP430X. * ld-elf/flags1.d: Expect this test to pass on the MSP430. * ld-elf/init-fini-arrays.d: Expect this test to fail on the MSP430. * ld-elf/merge.d: Expect this test to pass on the MSP430. * ld-elf/sec64k.exp: Skip these tests for the MSP430. * ld-gc/pr13683.d: Expect this test to fail on the MSP430. * ld-srec/srec.exp: Expect these tests to fail on the MSP430. * ld-undefined/undefined.exp: Expect the UNDEFINED LINE test to fail on the MSP430. * msp430-dis.c: Add support for MSP430X instructions.
211 lines
6.1 KiB
Text
211 lines
6.1 KiB
Text
2013-05-02 Nick Clifton <nickc@redhat.com>
|
||
|
||
* readelf.exp: Expect -wi test to fail for the MSP430.
|
||
|
||
2013-05-01 Maciej W. Rozycki <macro@codesourcery.com>
|
||
|
||
* lib/binutils-common.exp (is_elf_format): Also exclude
|
||
*-*-linux*ecoff*.
|
||
|
||
2013-02-26 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR binutils/15191
|
||
* binutils-all/readelf.n: Updare expected output from readelf.
|
||
|
||
2013-02-14 Maciej W. Rozycki <macro@codesourcery.com>
|
||
|
||
* binutils-all/mips/mixed-mips16.s: Add missing stack adjustment.
|
||
* binutils-all/mips/mixed-mips16.d: Update accordingly.
|
||
|
||
2013-02-13 Maciej W. Rozycki <macro@codesourcery.com>
|
||
|
||
* binutils-all/mips/mixed-micromips.d: New test.
|
||
* binutils-all/mips/mixed-mips16.d: New test.
|
||
* binutils-all/mips/mixed-micromips.s: New test source.
|
||
* binutils-all/mips/mixed-mips16.s: New test source.
|
||
* binutils-all/mips/mips.exp: New file.
|
||
|
||
2012-12-17 Nick Clifton <nickc@redhat.com>
|
||
|
||
* binutils-all/windres/README: Add copyright notice.
|
||
|
||
2012-11-27 Roland McGrath <mcgrathr@google.com>
|
||
|
||
* lib/binutils-common.exp (is_zlib_supported): New function.
|
||
* lib/utils-lib.exp (run_dump_test): If as options include
|
||
--compress-debug-sections and zlib is not available, report
|
||
the test as unsupported.
|
||
* binutils-all/compress.exp: Bail out if zlib is not available.
|
||
* binutils-all/objdump.exp (objdump compressed debug):
|
||
Mark unsupported if zlib is not available.
|
||
* binutils-all/readelf.exp (readelf_compressed_wa_test): Likewise.
|
||
|
||
2012-11-06 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR binutils/14567
|
||
* binutils-all/ar.exp (bfdtest1): Removed.
|
||
(long_filenames): Take bfdtests.
|
||
(thin_archive): Likewise.
|
||
(thin_archive_with_nested): Likewise.
|
||
(bfdtests): New.
|
||
Pass $bfdtests to long_filenames, thin_archive and
|
||
thin_archive_with_nested.
|
||
|
||
2012-10-29 Alan Modra <amodra@gmail.com>
|
||
|
||
* binutils-all/copy-3.d: Exclude all cygwin and mingw targets,
|
||
and rs6000.
|
||
|
||
2012-10-24 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* binutils-all/ar.exp (bfdtest1): Remove findfile.
|
||
|
||
2012-10-21 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* binutils-all/dw2-1.W: Updated.
|
||
|
||
2012-10-20 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* binutils-all/compress.exp: Add an objdump test.
|
||
* binutils-all/dw2-1.W: New file.
|
||
|
||
2012-08-17 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* binutils-all/ar.exp (long_filenames): Remove extra verbose
|
||
before binutils_run.
|
||
(thin_archive): Likewise.
|
||
(thin_archive_with_nested): Likewise. Also run bfdtest1 on
|
||
$archive2.
|
||
|
||
2012-08-16 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR binutils/14481
|
||
* ar.exp (bfdtest1): New.
|
||
(long_filenames): Run bfdtest1.
|
||
(thin_archive): Likewise.
|
||
(thin_archive_with_nested): Likewise.
|
||
|
||
2012-08-13 Ian Bolton <ian.bolton@arm.com>
|
||
Laurent Desnogues <laurent.desnogues@arm.com>
|
||
Jim MacArthur <jim.macarthur@arm.com>
|
||
Marcus Shawcroft <marcus.shawcroft@arm.com>
|
||
Nigel Stephens <nigel.stephens@arm.com>
|
||
Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
|
||
Richard Earnshaw <rearnsha@arm.com>
|
||
Sofiane Naci <sofiane.naci@arm.com>
|
||
Tejas Belagod <tejas.belagod@arm.com>
|
||
Yufeng Zhang <yufeng.zhang@arm.com>
|
||
|
||
* objdump.exp: Add AArch64.
|
||
|
||
2012-08-02 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR binutils/14420
|
||
* binutils-all/i386/compressed-1a.d: Updated.
|
||
* binutils-all/objdump.W: Likewise.
|
||
* binutils-all/readelf.wa: Likewise.
|
||
* binutils-all/x86-64/compressed-1a.d: Likewise.
|
||
|
||
2012-07-28 Kai Tietz <ktietz@redhat.com>
|
||
|
||
* binutils-all/windres/version_small.rc: New test.
|
||
* binutils-all/windres/version_small.rsd: Likewise.
|
||
|
||
2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR binutils/14319
|
||
* binutils-all/compress.exp: Test compress empty debug sections.
|
||
|
||
* binutils-all/dw2-empty.S: New file.
|
||
|
||
2012-06-07 Thomas Schwinge <thomas@codesourcery.com>
|
||
|
||
* binutils-all/i386/i386.exp: Don't skip for x86_64-*-linux*.
|
||
|
||
2012-05-17 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* binutils-all/hppa/objdump.exp: Expect addend as signed.
|
||
|
||
2012-05-17 Alan Modra <amodra@gmail.com>
|
||
|
||
* binutils-all/objdump.W: Update.
|
||
* binutils-all/readelf.wa: Update.
|
||
* binutils-all/i386/compressed-1a.d: Update.
|
||
* binutils-all/x86-64/compressed-1a.d: Update.
|
||
|
||
2012-05-16 Meador Inge <meadori@codesourcery.com>
|
||
|
||
* binutils-all/arm/objdump.exp:
|
||
STMFD/LDMIA sp!, {reg} don't disassemble to PUSH/POP {reg} any longer.
|
||
|
||
2012-04-12 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR binutils/13947
|
||
* binutils-all/i386/compressed-1b.d: Remove empty REL section.
|
||
* binutils-all/i386/compressed-1c.d: Likewise.
|
||
|
||
* binutils-all/x86-64/compressed-1b.d: Remove empty RELA
|
||
section.
|
||
* binutils-all/x86-64/compressed-1c.d: Likewise.
|
||
|
||
2012-04-03 Roland McGrath <mcgrathr@google.com>
|
||
|
||
* lib/binutils-common.exp (is_elf_format): Consider *-*-nacl* to
|
||
be ELF too.
|
||
|
||
* binutils-all/elfedit-4.d: Add "#as: --64" option.
|
||
|
||
* binutils-all/i386/i386.exp: Accept nacl targets too.
|
||
* binutils-all/x86-64/x86-64.exp: Likewise.
|
||
|
||
2012-03-13 Hans-Peter Nilsson <hp@axis.com>
|
||
|
||
PR binutils/3807
|
||
* binutils-all/objcopy.exp (localize-hidden-1): Correct xfailed
|
||
mips-targets.
|
||
|
||
2012-02-25 Walter Lee <walt@tilera.com>
|
||
|
||
* binutils-all/objdump.exp (cpus_expected): Add tilegx.
|
||
|
||
2012-02-14 Alan Modra <amodra@gmail.com>
|
||
|
||
* binutils-all/dlltool.exp: Add setup_xfail.
|
||
|
||
* binutils-all/dw2-decodedline.S: Always have whitespace before
|
||
directives.
|
||
* binutils-all/version.s: Likewise.
|
||
* binutils-all/objdump.exp (dw2-decodedline): Don't run for
|
||
hppa64*-*-hpux*, i370-*-*, i960-*-*.
|
||
|
||
2012-02-11 Kai Tietz <ktietz@redhat.com>
|
||
|
||
* binutils-all/version.def: New file.
|
||
* binutils-all/dlltool.exp: Add version-dll test.
|
||
|
||
2012-02-02 Nick Clifton <nickc@redhat.com>
|
||
|
||
* binutils-all/readelf.n: Add #pass to cope with targets that add
|
||
their own notes.
|
||
|
||
2012-02-01 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR binutils/13482
|
||
* binutils-all/version.s: New test source file.
|
||
* binutils-all/readelf.n: New file: expected readelf output.
|
||
* binutils-all/readelf.exp: Add test of .note section contents.
|
||
|
||
For older changes see ChangeLog-0411
|
||
|
||
Copyright (C) 2012 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|