mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
7a9068fe16
bfd/ 2011-07-22 H.J. Lu <hongjiu.lu@intel.com> * Makefile.am (ALL_MACHINES): Add cpu-k1om.lo. (ALL_MACHINES_CFILES): Add cpu-k1om.c. * Makefile.in: Regenerated. * archures.c (bfd_architecture): Add bfd_arch_k1om. (bfd_k1om_arch): New. (bfd_archures_list): Add &bfd_k1om_arch. * bfd-in2.h: Regenerated. * config.bfd (targ64_selvecs): Add bfd_elf64_k1om_vec if bfd_elf64_x86_64_vec is supported. Add bfd_elf64_k1om_freebsd_vec if bfd_elf64_x86_64_freebsd_vec is supported. (targ_selvecs): Likewise. * configure.in: Support bfd_elf64_k1om_vec and bfd_elf64_k1om_freebsd_vec. * configure: Regenerated. * cpu-k1om.c: New. * elf64-x86-64.c (elf64_k1om_elf_object_p): New. (bfd_elf64_k1om_vec): Likewise. (bfd_elf64_k1om_freebsd_vec): Likewise. * targets.c (bfd_elf64_k1om_vec): New. (bfd_elf64_k1om_freebsd_vec): Likewise. (_bfd_target_vector): Add bfd_elf64_k1om_vec and bfd_elf64_k1om_freebsd_vec. binutils/ 2011-07-22 H.J. Lu <hongjiu.lu@intel.com> * dwarf.c (init_dwarf_regnames): Handle EM_K1OM. * elfedit.c (elf_machine): Support EM_K1OM. (elf_class): Likewise. * readelf.c (guess_is_rela): Handle EM_K1OM. (dump_relocations): Likewise. (get_machine_name): Likewise. (get_section_type_name): Likewise. (get_elf_section_flags): Likewise. (process_section_headers): Likewise. (get_symbol_index_type): Likewise. (is_32bit_abs_reloc): Likewise. (is_32bit_pcrel_reloc): Likewise. (is_64bit_abs_reloc): Likewise. (is_64bit_pcrel_reloc): Likewise. (is_none_reloc): Likewise. * doc/binutils.texi: Mention K1OM for elfedit. binutils/testsuite/ 2011-07-22 H.J. Lu <hongjiu.lu@intel.com> * binutils-all/elfedit.exp: Run elfedit-4. * binutils-all/elfedit-4.d: New. gas/ 2011-07-22 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (cpu_arch): Add k1om. (i386_align_code): Handle PROCESSOR_K1OM. (check_cpu_arch_compatible): Check EM_K1OM. (i386_arch): Handle Intel K1OM. (i386_mach): Return bfd_mach_k1om for Intel K1OM. (i386_target_format): Return ELF_TARGET_K1OM_FORMAT for Intel K1OM. * config/tc-i386.h (ELF_TARGET_K1OM_FORMAT): New. (processor_type): Add PROCESSOR_K1OM. * doc/c-i386.texi: Document k1om. gas/testsuite/ 2011-07-22 H.J. Lu <hongjiu.lu@intel.com> * gas/i386/k1om.d: New. * gas/i386/k1om-inval.l: Likewise. * gas/i386/k1om-inval.s: Likewise. * gas/i386/i386.exp: Run k1om-inval and k1om. include/elf/ 2011-07-22 H.J. Lu <hongjiu.lu@intel.com> * common.h (EM_K1OM): New. ld/ 2011-07-22 H.J. Lu <hongjiu.lu@intel.com> * Makefile.am (ALL_64_EMULATIONS): Add eelf_k1om.o and eelf_k1om_fbsd.o (eelf_k1om.c): New. (eelf_k1om_fbsd.c): Likewise. * Makefile.in: Regenerated. * configure.tgt (targ64_extra_emuls): Add elf_k1om if elf_x86_64 is supported. Add elf_k1om_fbsd if elf_x86_64_fbsd is supported. (targ_extra_emuls): Likewise. * emulparams/elf_k1om.sh: New. * emulparams/elf_k1om_fbsd.sh: Likewise. ld/testsuite/ 2011-07-22 H.J. Lu <hongjiu.lu@intel.com> * ld-x86-64/abs-k1om.d: New. * ld-x86-64/protected2-k1om.d: Likewise. * ld-x86-64/protected3-k1om.d: Likewise. * ld-x86-64/x86-64.exp: Run abs-k1om, protected2-k1om and protected3-k1om. opcodes/ 2011-07-22 H.J. Lu <hongjiu.lu@intel.com> * configure.in: Handle bfd_k1om_arch. * configure: Regenerated. * disassemble.c (disassembler): Handle bfd_k1om_arch. * i386-dis.c (print_insn): Handle bfd_mach_k1om and bfd_mach_k1om_intel_syntax. * i386-gen.c (cpu_flag_init): Set CPU_UNKNOWN_FLAGS to ~(CpuL1OM|CpuK1OM). Add CPU_K1OM_FLAGS. (cpu_flags): Add CpuK1OM. * i386-opc.h (CpuK1OM): New. (i386_cpu_flags): Add cpuk1om. * i386-init.h: Regenerated. * i386-tbl.h: Likewise.
889 lines
28 KiB
Plaintext
889 lines
28 KiB
Plaintext
2011-07-22 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/k1om.d: New.
|
||
* gas/i386/k1om-inval.l: Likewise.
|
||
* gas/i386/k1om-inval.s: Likewise.
|
||
|
||
* gas/i386/i386.exp: Run k1om-inval and k1om.
|
||
|
||
2011-07-04 Maciej W. Rozycki <macro@codesourcery.com>
|
||
|
||
* gas/mips/loc-swap.d: New test case for DWARF-2 location with
|
||
branch swapping.
|
||
* gas/mips/loc-swap-dis.d: Likewise.
|
||
* gas/mips/mips16@loc-swap.d: Likewise, MIPS16 version.
|
||
* gas/mips/mips16@loc-swap-dis.d: Likewise.
|
||
* gas/mips/loc-swap.s: Source for the new tests.
|
||
* gas/mips/mips.exp: Run the new tests.
|
||
|
||
2011-06-30 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
AVX Programming Reference (June, 2011)
|
||
* gas/i386/bmi2.s: Correct rorx tests.
|
||
* gas/i386/x86-64-bmi2.s: Likewise.
|
||
|
||
* gas/i386/bmi2-intel.d: Updated.
|
||
* gas/i386/bmi2.d: Likewise.
|
||
* gas/i386/x86-64-bmi2-intel.d: Likewise.
|
||
* gas/i386/x86-64-bmi2.d: Likewise.
|
||
|
||
2011-06-30 Paul Carroll <pcarroll@codesourcery.com>
|
||
|
||
* gas/arm/addthumb2err.s: New test file.
|
||
* gas/arm/addthumb2err.d: Test control file.
|
||
* gas/arm/addthumb2err.l: Expected error messages.
|
||
|
||
2011-06-30 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR gas/12931
|
||
* gas/arm/blx-bad.d: Add exrta nop at end of disassembly.
|
||
* gas/arm/inst-po-be.d: Add exrta nop at end of disassembly.
|
||
* gas/arm/inst-po.d: Add exrta nop at end of disassembly.
|
||
|
||
2011-06-30 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR gas/12848
|
||
* gas/arm/thumb-b-bad.s: New test.
|
||
* gas/arm/thumb-b-bad.d: Test control file.
|
||
* gas/arm/thumb-b-bad.l: Expected error output.
|
||
|
||
2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
|
||
|
||
* gas/mips/mips16-e.d, gas/mips/mips16-f.d,
|
||
gas/mips/mipsel16-e.d, gas/mips/mipsel16-f.d,
|
||
gas/mips/tmips16-e.d, gas/mips/tmips16-f.d,
|
||
gas/mips/tmipsel16-e.d, gas/mips/tmipsel16-f.d: Fix GPR mask.
|
||
* gas/mips/reginfo-1.s, gas/mips/reginfo-1a.d,
|
||
gas/mips/reginfo-1b.d: New tests.
|
||
* gas/mips/mips.exp: Run them.
|
||
|
||
2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
|
||
|
||
* gas/mips/24k-triple-stores-9.d: Add -z to dump options and
|
||
explicitly match one nop.
|
||
* gas/mips/24k-triple-stores-10.d: Likewise.
|
||
* gas/mips/24k-triple-stores-11.d: Likewise.
|
||
* gas/mips/lifloat.d: Likewise.
|
||
* gas/mips/trunc.d: Likewise 1 extra nop.
|
||
* gas/mips/vr4111.d: Likewise 2 nops.
|
||
|
||
2011-06-26 Richard Sandiford <rdsandiford@googlemail.com>
|
||
|
||
* gas/mips/24k-branch-delay-1.d: Do not allow stores to be put
|
||
into delay slots.
|
||
* gas/mips/24k-triple-stores-1.d: Put the first nop after the
|
||
second store, rather than the first.
|
||
* gas/mips/24k-triple-stores-2.d: Likewise.
|
||
* gas/mips/24k-triple-stores-4.d: Likewise.
|
||
* gas/mips/24k-triple-stores-8.d: Likewise.
|
||
* gas/mips/24k-triple-stores-3.d: Remove first nop.
|
||
* gas/mips/24k-triple-stores-5.d: Likewise.
|
||
* gas/mips/24k-triple-stores-6.d: Likewise.
|
||
* gas/mips/24k-triple-stores-7.d: Likewise.
|
||
* gas/mips/24k-triple-stores-9.d: Add a nop after the second store.
|
||
Expect a nop at the end.
|
||
* gas/mips/24k-triple-stores-10.d: Put the first nop after the
|
||
second store, rather than the first. Expect a nop at the end.
|
||
|
||
2011-06-25 Richard Sandiford <rdsandiford@googlemail.com>
|
||
|
||
* gas/mips/vr4130.s: Add some more ".set noreorder" tests.
|
||
* gas/mips/vr4130.d: Update accordingly.
|
||
|
||
2011-06-23 Richard Sandiford <rdsandiford@googlemail.com>
|
||
|
||
* gas/mips/pr12915.s, gas/mips/pr12915.d: New test.
|
||
* gas/mips/mips.exp: Run it.
|
||
|
||
2011-06-21 Sameera Deshpande <sameera.deshpande@arm.com>
|
||
|
||
* gas/arm/vcvt-bad.d: New test.
|
||
* gas/arm/vcvt-bad.l: Likewise.
|
||
* gas/arm/vcvt-bad.s: Likewise.
|
||
* gas/arm/vcvt.d: Likewise.
|
||
* gas/arm/vcvt.s: Likewise.
|
||
|
||
2011-06-14 Tristan Gingold <gingold@adacore.com>
|
||
|
||
* gas/ppc/test1xcoff32.d: Adjust for csect anchor.
|
||
|
||
2011-06-13 Walter Lee <walt@tilera.com>
|
||
|
||
* gas/tilepro/t_constants.s: New file.
|
||
* gas/tilepro/t_constants.d: Likewise.
|
||
* gas/tilepro/t_insns.s: Likewise.
|
||
* gas/tilepro/tilepro.exp: Likewise.
|
||
* gas/tilepro/t_insns.d: Likewise.
|
||
* gas/tilegx/tilegx.exp: Likewise.
|
||
* gas/tilegx/t_insns.d: Likewise.
|
||
* gas/tilegx/t_insns.s: Likewise.
|
||
|
||
2011-06-13 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR gas/12854
|
||
* gas/arm/shift-bad.s: New test.
|
||
* gas/arm/shift-bad.l: Expcted error output.
|
||
* gas/arm/shift-bad.s: New control file.
|
||
|
||
2011-06-12 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/arch-10-lzcnt.d: Updated.
|
||
* gas/i386/x86-64-arch-2-lzcnt.d: Likewise.
|
||
|
||
2011-06-10 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
AVX Programming Reference (June, 2011)
|
||
* gas/i386/arch-10-1.l: Updated.
|
||
* gas/i386/arch-10-2.l: Likewise.
|
||
* gas/i386/arch-10-3.l: Likewise.
|
||
* gas/i386/arch-10-4.l: Likewise.
|
||
|
||
* gas/i386/arch-10.s: Add LZCNT to comments.
|
||
* gas/i386/x86-64-arch-2.s: Likewise.
|
||
|
||
* gas/i386/arch-10-lzcnt.d: New.
|
||
* gas/i386/avx-gather-intel.d: Likewise.
|
||
* gas/i386/avx-gather.d: Likewise.
|
||
* gas/i386/avx-gather.s: Likewise.
|
||
* gas/i386/avx2-intel.d: Likewise.
|
||
* gas/i386/avx2.d: Likewise.
|
||
* gas/i386/avx2.s: Likewise
|
||
* gas/i386/avx256int-intel.d: Likewise.
|
||
* gas/i386/avx256int.d: Likewise.
|
||
* gas/i386/avx256int.s: Likewise.
|
||
* gas/i386/bmi2-intel.d: Likewise.
|
||
* gas/i386/bmi2.d: Likewise.
|
||
* gas/i386/bmi2.s: Likewise.
|
||
* gas/i386/inval-invpcid.l:Likewise.
|
||
* gas/i386/inval-invpcid.s: Likewise.
|
||
* gas/i386/invpcid-intel.d: Likewise.
|
||
* gas/i386/invpcid.d: Likewise.
|
||
* gas/i386/invpcid.s: Likewise.
|
||
* gas/i386/x86-64-arch-2-lzcnt.d: Likewise.
|
||
* gas/i386/x86-64-avx-gather-intel.d: Likewise.
|
||
* gas/i386/x86-64-avx-gather.d: Likewise.
|
||
* gas/i386/x86-64-avx-gather.s: Likewise.
|
||
* gas/i386/x86-64-avx2-intel.d: Likewise.
|
||
* gas/i386/x86-64-avx2.d: Likewise.
|
||
* gas/i386/x86-64-avx2.s: Likewise.
|
||
* gas/i386/x86-64-avx256int-intel.d: Likewise.
|
||
* gas/i386/x86-64-avx256int.d: Likewise.
|
||
* gas/i386/x86-64-avx256int.s: Likewise.
|
||
* gas/i386/x86-64-bmi2-intel.d: Likewise.
|
||
* gas/i386/x86-64-bmi2.d: Likewise.
|
||
* gas/i386/x86-64-bmi2.s: Likewise.
|
||
* gas/i386/x86-64-inval-invpcid.l: Likewise.
|
||
* gas/i386/x86-64-inval-invpcid.s: Likewise.
|
||
* gas/i386/x86-64-invpcid-intel.d: Likewise.
|
||
* gas/i386/x86-64-invpcid.d: Likewise.
|
||
* gas/i386/x86-64-invpcid.s: Likewise.
|
||
|
||
2011-06-09 James Greenhalgh <james.greenhalgh@arm.com>
|
||
|
||
* gas/arm/ldrd-unpredicatble.d: New testcase.
|
||
* gas/arm/ldrd-unpredicatble.s: Likewise.
|
||
* gas/arm/ldrd-unpredicatble.l: Likewise.
|
||
|
||
2011-06-02 Jie Zhang <jie@codesourcery.com>
|
||
Nathan Sidwell <nathan@codesourcery.com>
|
||
|
||
* gas/arm/inst.d: Adjust for signed zero offsets.
|
||
* gas/arm/ldst-offset0.d: New test.
|
||
* gas/arm/ldst-offset0.s: New test.
|
||
* gas/arm/offset-1.d: New test.
|
||
* gas/arm/offset-1.s: New test.
|
||
|
||
2011-05-31 Paul Brook <paul@codesourcery.com>
|
||
|
||
* gas/arm/arm-idiv-bad.d: New test.
|
||
* gas/arm/arm-idiv-bad.s: New test.
|
||
* gas/arm/arm-idiv-bad.l: New test.
|
||
* gas/arm/arm-idiv.d: New test.
|
||
* gas/arm/arm-idiv.s: New test.
|
||
|
||
2011-05-31 Paul Brook <paul@codesourcery.com>
|
||
|
||
* gas/arm/ldr-global.d: New test.
|
||
* gas/arm/ldr-global.s: New test.
|
||
|
||
2011-05-31 Paul Brook <paul@codesourcery.com>
|
||
|
||
* arm/t2-branch-global.d: New test.
|
||
* arm/t2-branch-global.s: New test.
|
||
|
||
2011-05-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||
|
||
* gas/s390/esa-g5.d: Fix fp register pair operands.
|
||
* gas/s390/esa-g5.s: Likewise.
|
||
* gas/s390/zarch-z196.d: Likewise.
|
||
* gas/s390/zarch-z196.s: Likewise.
|
||
* gas/s390/zarch-z9-109.d: Likewise.
|
||
* gas/s390/zarch-z9-109.s: Likewise.
|
||
* gas/s390/zarch-z9-ec.d: Likewise.
|
||
* gas/s390/zarch-z9-ec.s: Likewise.
|
||
|
||
2011-05-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||
|
||
* gas/s390/esa-g5.d: Fix register pair operands.
|
||
* gas/s390/esa-g5.s: Likewise.
|
||
* gas/s390/esa-z9-109.d: Likewise.
|
||
* gas/s390/esa-z9-109.s: Likewise.
|
||
* gas/s390/zarch-z196.d: Likewise.
|
||
* gas/s390/zarch-z196.s: Likewise.
|
||
* gas/s390/zarch-z9-109.d: Likewise.
|
||
* gas/s390/zarch-z9-109.s: Likewise.
|
||
* gas/s390/zarch-z900.d: Likewise.
|
||
* gas/s390/zarch-z900.s: Likewise.
|
||
* gas/s390/zarch-z990.d: Likewise.
|
||
* gas/s390/zarch-z990.s: Likewise.
|
||
|
||
2011-05-20 Bernd Schmidt <bernds@codesourcery.com>
|
||
|
||
* gas/tic6x/pcr-relocs.d: New test.
|
||
* gas/tic6x/pcr-relocs.s: New test.
|
||
* gas/tic6x/pcr-relocs-undef.d: New test.
|
||
* gas/tic6x/pcr-relocs-undef.s: New test.
|
||
* gas/tic6x/reloc-bad-2.s: Update for pcr_offset.
|
||
* gas/tic6x/reloc-bad-2.l: Update for pcr_offset.
|
||
|
||
2011-05-18 Nick Clifton <nickc@redhat.com>
|
||
|
||
* gas/arm/req.l: Updated expected warning message.
|
||
|
||
2011-05-18 Tristan Gingold <gingold@adacore.com>
|
||
|
||
* gas/ppc/xcoff-dwsect-1-32.d: New test.
|
||
* gas/ppc/xcoff-dwsect-1-64.d: Ditto.
|
||
* gas/ppc/xcoff-dwsect-1.s: New file.
|
||
* gas/ppc/aix.exp (do_align_test): Add tests.
|
||
|
||
2011-05-16 Hans-Peter Nilsson <hp@axis.com>
|
||
|
||
* gas/cris/rd-brokw-pic-1.d, gas/cris/rd-brokw-pic-2.d,
|
||
gas/cris/rd-fragtest-pic.d: Gate on targets cris-*-*elf* and
|
||
cris-*-linux-gnu.
|
||
* gas/cris/pic-err-2.s, gas/cris/pic-err-3.s: New tests.
|
||
|
||
2011-05-14 Alan Modra <amodra@gmail.com>
|
||
|
||
* gas/all/gas.exp: Fix typo last change.
|
||
|
||
2011-05-13 Alan Modra <amodra@gmail.com>
|
||
|
||
* gas/all/gas.exp: Remove some xfails on redef2 and redef3 tests.
|
||
Update comments.
|
||
* gas/hppa/unsorted/unsorted.exp: Run globalbug test on appropriate
|
||
targets rather than xfailing.
|
||
|
||
2011-05-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
||
|
||
PR gas/12715
|
||
* gas/arm/neon-const.s: Add testcase for 64-bit Neon constants.
|
||
* gas/arm/neon-const.d: Likewise.
|
||
|
||
2011-05-11 Richard Sandiford <rdsandiford@googlemail.com>
|
||
|
||
* gas/mips/24k-branch-delay-1.d: Allow 64-bit addresses. Stub out
|
||
function names.
|
||
* gas/mips/24k-triple-stores-1.d: Likewise.
|
||
* gas/mips/24k-triple-stores-2.d: Likewise.
|
||
* gas/mips/24k-triple-stores-3.d: Likewise.
|
||
* gas/mips/24k-triple-stores-4.d: Likewise.
|
||
* gas/mips/24k-triple-stores-5.d: Likewise.
|
||
* gas/mips/24k-triple-stores-7.d: Likewise.
|
||
* gas/mips/24k-triple-stores-8.d: Likewise.
|
||
* gas/mips/24k-triple-stores-9.d: Likewise.
|
||
* gas/mips/24k-triple-stores-10.d: Likewise.
|
||
* gas/mips/24k-triple-stores-11.d: Likewise.
|
||
* gas/mips/24k-triple-stores-6.d: Likewise. Add -EB.
|
||
* gas/mips/mips.exp: Only run 24k-triple-stores-11.d on ELF targets.
|
||
|
||
2011-05-11 Richard Sandiford <rdsandiford@googlemail.com>
|
||
|
||
* gas/mips/24k-branch-delay-1.d: Add -32 to assembler options.
|
||
* gas/mips/24k-triple-stores-1.d: Likewise.
|
||
* gas/mips/24k-triple-stores-2.d: Likewise.
|
||
* gas/mips/24k-triple-stores-3.d: Likewise.
|
||
* gas/mips/24k-triple-stores-4.d: Likewise.
|
||
* gas/mips/24k-triple-stores-5.d: Likewise.
|
||
* gas/mips/24k-triple-stores-6.d: Likewise.
|
||
* gas/mips/24k-triple-stores-7.d: Likewise.
|
||
* gas/mips/24k-triple-stores-8.d: Likewise.
|
||
* gas/mips/24k-triple-stores-9.d: Likewise.
|
||
* gas/mips/24k-triple-stores-10.d: Likewise.
|
||
* gas/mips/24k-triple-stores-11.d: Likewise.
|
||
|
||
2011-05-11 Tejas Belagod <tejas.belagod@arm.com>
|
||
|
||
* gas/arm/ld-sp-warn-cortex-m3.d: New test.
|
||
* gas/arm/ld-sp-warn-cortex-m3.l: New test.
|
||
* gas/arm/ld-sp-warn-cortex-m4.d: New test.
|
||
* gas/arm/ld-sp-warn-cortex-m4.l: New test.
|
||
* gas/arm/ld-sp-warn-v7.d: New test.
|
||
* gas/arm/ld-sp-warn-v7.l: New test.
|
||
* gas/arm/ld-sp-warn-v7a.d: New test.
|
||
* gas/arm/ld-sp-warn-v7a.l: New test.
|
||
* gas/arm/ld-sp-warn-v7e-m.l: New test.
|
||
* gas/arm/ld-sp-warn-v7em.d: New test.
|
||
* gas/arm/ld-sp-warn-v7m.d: New test.
|
||
* gas/arm/ld-sp-warn-v7m.l: New test.
|
||
* gas/arm/ld-sp-warn-v7r.d: New test.
|
||
* gas/arm/ld-sp-warn-v7r.l: New test.
|
||
* gas/arm/ld-sp-warn.s: New test.
|
||
|
||
2010-05-10 Quentin Neill <quentin.neill@amd.com>
|
||
|
||
* gas/i386/i386.exp: Add new bdver2 test cases.
|
||
* gas/i386/nops-1-bdver2.d: New.
|
||
* gas/i386/x86-64-nops-1-bdver2.d: New.
|
||
|
||
2011-05-09 Paul Brook <paul@codesourcery.com>
|
||
|
||
* gas/tic6x/unwind-1.d: New test.
|
||
* gas/tic6x/unwind-1.s: New test.
|
||
* gas/tic6x/unwind-2.d: New test.
|
||
* gas/tic6x/unwind-2.s: New test.
|
||
* gas/tic6x/unwind-3.d: New test.
|
||
* gas/tic6x/unwind-3.s: New test.
|
||
* gas/tic6x/unwind-bad-1.d: New test.
|
||
* gas/tic6x/unwind-bad-1.s: New test.
|
||
* gas/tic6x/unwind-bad-1.l: New test.
|
||
* gas/tic6x/unwind-bad-2.d: New test.
|
||
* gas/tic6x/unwind-bad-2.s: New test.
|
||
* gas/tic6x/unwind-bad-2.l: New test.
|
||
|
||
2011-04-29 Hans-Peter Nilsson <hp@axis.com>
|
||
|
||
* gas/elf/dwarf2-1.d, gas/elf/dwarf2-2.d: Adjust for change in
|
||
output format.
|
||
* gas/i386/dw2-compress-1.d: Ditto.
|
||
|
||
2011-04-20 Catherine Moore <clm@codesourcery.com>
|
||
David Ung <davidu@mips.com>
|
||
|
||
* gas/mips/24k-branch-delay-1.d: New.
|
||
* gas/mips/24k-branch-delay-1.s: New.
|
||
* gas/mips/24k-triple-stores-1.d: New.
|
||
* gas/mips/24k-triple-stores-1.s: New.
|
||
* gas/mips/24k-triple-stores-2.d: New.
|
||
* gas/mips/24k-triple-stores-2.s: New.
|
||
* gas/mips/24k-triple-stores-3.d: New.
|
||
* gas/mips/24k-triple-stores-3.s: New.
|
||
* gas/mips/24k-triple-stores-4.s: New.
|
||
* gas/mips/24k-triple-stores-4.d: New.
|
||
* gas/mips/24k-triple-stores-5.d: New.
|
||
* gas/mips/24k-triple-stores-5.s: New.
|
||
* gas/mips/24k-triple-stores-6.d: New.
|
||
* gas/mips/24k-triple-stores-6.s: New.
|
||
* gas/mips/24k-triple-stores-7.d: New.
|
||
* gas/mips/24k-triple-stores-7.s: New.
|
||
* gas/mips/24k-triple-stores-8.d: New.
|
||
* gas/mips/24k-triple-stores-8.s: New.
|
||
* gas/mips/24k-triple-stores-9.d: New.
|
||
* gas/mips/24k-triple-stores-9.s: New.
|
||
* gas/mips/24k-triple-stores-10.d: New.
|
||
* gas/mips/24k-triple-stores-10.s: New.
|
||
* gas/mips/24k-triple-stores-11.d: New.
|
||
* gas/mips/24k-triple-stores-11.s: New.
|
||
* gas/mips/mips.exp: Invoke new tests.
|
||
|
||
2011-04-19 Nick Clifton <nickc@redhat.com>
|
||
|
||
* gas/arm/mrs-msr-thumb-v7e-m.s: Restore name of basepri_max
|
||
register.
|
||
* gas/arm/mrs-msr-thumb-v7e-m.d: Likewise.
|
||
* gas/arm/arch7.d: Likewise.
|
||
* gas/arm/arch7.s: Likewise.
|
||
|
||
2011-04-18 Nick Clifton <nickc@redhat.com>
|
||
|
||
* gas/arm/arch7.s: Fix typo basepri_max should be basepri_mask.
|
||
* gas/arm/mrs-msr-thumb-v7e-m.s: Likewise.
|
||
* gas/arm/arch7.d: Update expected disassembly.
|
||
* gas/arm/attr-march-armv7.d: Remove Microcontroller tag.
|
||
* gas/arm/blx-bad.d: Only run for ELF based targets.
|
||
* gas/arm/mrs-msr-thumb-v6t2.d: Likewise.
|
||
* gas/arm/vldm-arm.d: Likewise.
|
||
* gas/arm/mrs-msr-thumb-v7-m.d: Likewise.
|
||
Remove qualifiers from PSR and IAPSR regsiter names.
|
||
* gas/arm/mrs-msr-thumb-v7e-m.d: Likewise.
|
||
* gas/arm/thumb2_bcond.d: Update expected disassembly to allow for
|
||
relaxing of branch insns.
|
||
* gas/arm/thumb32.d: Fix whitespace problems in disassembly.
|
||
|
||
2011-04-18 Tristan Gingold <gingold@adacore.com>
|
||
|
||
* gas/macros/app1.s: Export symbol
|
||
* gas/macros/app2.s: Ditto
|
||
* gas/macros/app3.s: Ditto
|
||
* gas/macros/app4.s: Ditto
|
||
* gas/macros/app4b.s: Ditto
|
||
* gas/macros/app1.d: Adjust.
|
||
* gas/macros/app2.d: Ditto.
|
||
* gas/macros/app3.d: Ditto.
|
||
* gas/macros/app4.d: Ditto.
|
||
|
||
2011-04-18 Tristan Gingold <gingold@adacore.com>
|
||
|
||
* lib/gas-defs.exp (get_standard_section_names): Add names for
|
||
alpha vms.
|
||
* gas/all/gas.exp: Do not test diff1.s on alpha-vms.
|
||
|
||
2011-04-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||
|
||
* gas/s390/zarch-machine.s: New testcase.
|
||
* gas/s390/zarch-machine.d: New testcase output.
|
||
* gas/s390/s390.exp: Execute the new testcase.
|
||
|
||
2011-04-13 Nick Clifton <nickc@redhat.com>
|
||
|
||
* gas/v850/v850e1.s: Add a insn using reg+offset addressing.
|
||
* gas/v850/v850e1.d: Add expected disassembly.
|
||
|
||
2011-04-12 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR binutils/12534
|
||
* gas/arm/thumb32.s: Add PC relative LDRD and STRD insns.
|
||
* gas/arm/thumb32.l: Update expected output.
|
||
* gas/arm/thumb32.d: Update expected disassembly.
|
||
|
||
PR gas/12532
|
||
* gas/arm/plt-1.d: Update expected disassembly.
|
||
* gas/arm/thumb2_bcond.d: Likewise.
|
||
* gas/arm/weakdef-1.d: Likewise.
|
||
|
||
2011-04-12 Alan Modra <amodra@gmail.com>
|
||
|
||
* gas/all/gas.exp (do_930509a): Don't xfail h8300 and mn10200.
|
||
|
||
2011-04-11 Julian Brown <julian@codesourcery.com>
|
||
|
||
* gas/arm/mrs-msr-thumb-v7-m.s: New.
|
||
* gas/arm/mrs-msr-thumb-v7-m.d: New.
|
||
* gas/arm/mrs-msr-thumb-v7-m-bad.d: New.
|
||
* gas/arm/mrs-msr-thumb-v7-m-bad.l: New.
|
||
* gas/arm/mrs-msr-thumb-v7-m-bad.s: New.
|
||
* gas/arm/mrs-msr-thumb-v7e-m.d: New.
|
||
* gas/arm/mrs-msr-thumb-v7e-m.s: New.
|
||
* gas/arm/mrs-msr-arm-v7-a-bad.d: New.
|
||
* gas/arm/mrs-msr-arm-v7-a-bad.l: New.
|
||
* gas/arm/mrs-msr-arm-v7-a-bad.s: New.
|
||
* gas/arm/mrs-msr-arm-v7-a.d: New.
|
||
* gas/arm/mrs-msr-arm-v7-a.s: New.
|
||
* gas/arm/mrs-msr-arm-v6.d: New.
|
||
* gas/arm/mrs-msr-arm-v6.s: New.
|
||
* gas/arm/mrs-msr-thumb-v6t2.d: New.
|
||
* gas/arm/mrs-msr-thumb-v6t2.s: New.
|
||
* gas/arm/arch7.d: Fix typo in disassembly for BASEPRI_MAX,
|
||
bitmasks for IAPSR etc.
|
||
* gas/arm/arch7.s: Specify bitmask for APSR writes.
|
||
* gas/arm/archv6m.s: Likewise.
|
||
* msr-imm-bad.l: Tweak expected disassembly in error message.
|
||
* msr-reg-bad.l: Likewise.
|
||
* msr-imm.d: Tweak expected disassembly.
|
||
* msr-reg.d: Likewise.
|
||
* msr-reg-thumb.d: Likewise.
|
||
* msr-imm.s: Specify bitmask on APSR writes.
|
||
* msr-reg.s: Add comment about deprecated usage.
|
||
|
||
2011-04-11 Dan McDonald <dan@wellkeeper.com>
|
||
|
||
PR gas/12296
|
||
* gas/arm/arch7.s: Add SVC insn.
|
||
* gas/arm/arch7.d: Add disassembly of SVC insn.
|
||
* gas/arm/attr-march-armv7.d: Add arch profile tag.
|
||
|
||
2011-04-06 Joseph Myers <joseph@codesourcery.com>
|
||
|
||
* gas/all/gas.exp (*arm*-*-coff): Change to arm*-*-coff.
|
||
(thumb*-*-coff, thumb*-*-pe*): Don;t handle.
|
||
* gas/arm/arm.exp (*arm*-*-*): Change to arm*-*-*.
|
||
(*xscale*-*-*): Don't handle.
|
||
* gas/cfi/cfi.exp (xscale*-*): Don't handle.
|
||
* gas/elf/elf.exp (*arm*-*-*): Change to arm*-*-*.
|
||
(xscale*-*-*): Don't handle.
|
||
|
||
2011-03-31 Bernd Schmidt <bernds@codesourcery.com>
|
||
|
||
* gas/tic6x/scomm-directive-1.s: New test.
|
||
* gas/tic6x/scomm-directive-1.d: New test.
|
||
* gas/tic6x/scomm-directive-2.s: New test.
|
||
* gas/tic6x/scomm-directive-2.d: New test.
|
||
* gas/tic6x/scomm-directive-3.s: New test.
|
||
* gas/tic6x/scomm-directive-3.d: New test.
|
||
* gas/tic6x/scomm-directive-4.s: New test.
|
||
* gas/tic6x/scomm-directive-4.d: New test.
|
||
* gas/tic6x/scomm-directive-5.s: New test.
|
||
* gas/tic6x/scomm-directive-5.d: New test.
|
||
* gas/tic6x/scomm-directive-6.s: New test.
|
||
* gas/tic6x/scomm-directive-6.d: New test.
|
||
* gas/tic6x/scomm-directive-7.s: New test.
|
||
* gas/tic6x/scomm-directive-7.d: New test.
|
||
* gas/tic6x/scomm-directive-8.s: New test.
|
||
* gas/tic6x/scomm-directive-8.d: New test.
|
||
|
||
2011-03-29 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/ilp32/quad.d: Add tests for multiple operands.
|
||
* gas/i386/ilp32/quad.s: Likewise.
|
||
|
||
2011-03-29 Mike Frysinger <vapier@gentoo.org>
|
||
|
||
* gas/bfin/expected_errors.s: Add invalid BYTEUNPACK insn tests.
|
||
* gas/bfin/expected_errors.l: Add new error messages.
|
||
|
||
2011-03-29 Mike Frysinger <vapier@gentoo.org>
|
||
|
||
* gas/bfin/expected_errors.s: Add invalid BYTEOP16M insn tests.
|
||
* gas/bfin/expected_errors.l: Add new error messages.
|
||
|
||
2011-03-29 Mike Frysinger <vapier@gentoo.org>
|
||
|
||
* gas/bfin/expected_errors.s: Add invalid BYTEOP16P insn tests.
|
||
* gas/bfin/expected_errors.l: Add new error messages.
|
||
|
||
2011-03-28 Mike Frysinger <vapier@gentoo.org>
|
||
|
||
* gas/bfin/expected_errors.s: Add invalid 16bit acc add insn tests.
|
||
* gas/bfin/expected_errors.l: Add new error messages.
|
||
* testsuite/gas/bfin/video2.s: Drop invalid 16bit acc add insn.
|
||
* testsuite/gas/bfin/video2.d: Updated disassembly output.
|
||
|
||
2011-03-28 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/ilp32/inval.s: Remove .quad.
|
||
* gas/i386/ilp32/inval.l: Updated.
|
||
|
||
* gas/i386/ilp32/quad.d: New.
|
||
* gas/i386/ilp32/quad.s: Likewise.
|
||
|
||
2011-03-24 Mike Frysinger <vapier@gentoo.org>
|
||
|
||
* gas/bfin/expected_errors.s: Add invalid vector add/sub insn tests.
|
||
* gas/bfin/expected_errors.l: Add new error messages.
|
||
|
||
2011-03-24 Mike Frysinger <vapier@gentoo.org>
|
||
|
||
* gas/bfin/16bit_illegals.d, gas/bfin/16bit_illegals.s: Delete.
|
||
* gas/bfin/allinsn16.d, gas/bfin/allinsn16.s: New files.
|
||
* gas/bfin/bfin.exp: Change 16bit_illegals to allinsn16.
|
||
|
||
2011-03-24 Mike Frysinger <vapier@gentoo.org>
|
||
|
||
* gas/bfin/expected_errors.s: Add invalid dsp mult insn tests.
|
||
* gas/bfin/expected_errors.l: Add new error messages.
|
||
|
||
2011-03-23 Mike Frysinger <vapier@gentoo.org>
|
||
|
||
* gas/bfin/expected_errors.s: Add invalid SEARCH/BITMUX insns.
|
||
* gas/bfin/expected_errors.l: Add expected errors.
|
||
|
||
2011-03-18 Alan Modra <amodra@gmail.com>
|
||
|
||
* gas/elf/bad-size.err: Adjust expected error.
|
||
* gas/i386/bad-size.warn: Likewise.
|
||
* gas/i386/inval-equ-2.l: Likewise.
|
||
* gas/symver/symver2.l: Likewise.
|
||
|
||
2011-03-17 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR gas/12589
|
||
* gas/i386/pr12589-1.d: New.
|
||
* gas/i386/pr12589-1.s: Likewise.
|
||
|
||
* gas/i386/i386.exp: Run pr12589-1.
|
||
|
||
2011-03-16 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/bad-size.d: New.
|
||
* gas/i386/bad-size.s: Likewise.
|
||
* gas/i386/bad-size.warn: Likewise.
|
||
|
||
* gas/i386/i386.exp: Run bad-size for ELF targets.
|
||
|
||
2011-03-06 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/elf/bad-size.err: Revert the last change.
|
||
|
||
2011-03-05 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/elf/bad-size.err: Updated.
|
||
|
||
2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
|
||
|
||
* gas/mips/alnv_ps-swap.d: New test for ALNV.PS instruction
|
||
branch swapping.
|
||
* gas/mips/alnv_ps-swap.s: Source for the new test.
|
||
* gas/mips/mips.exp: Run the new test.
|
||
|
||
2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
|
||
|
||
* gas/mips/relax-bposge.l: New test for DSP branch relaxation.
|
||
* gas/mips/relax-bposge.s: Source for the new test.
|
||
* gas/mips/mips.exp: Run the new test.
|
||
|
||
2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
|
||
|
||
* gas/mips/relax-at.d: New test for branch relaxation with .set
|
||
at.
|
||
* gas/mips/relax.s: Update to support the new test.
|
||
* gas/mips/relax.l: Update accordingly.
|
||
* gas/mips/relax.d: Update for multi-arch invocation.
|
||
* gas/mips/mips.exp: Run the new test. Adjust to run "relax"
|
||
across all applicable architectures.
|
||
|
||
2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
|
||
|
||
* gas/mips/branch-misc-2.d: Adjust for relocation change.
|
||
* gas/mips/branch-misc-2pic.d: Likewise.
|
||
* gas/mips/branch-misc-4.d: New test for PC-relative relocation
|
||
overflow.
|
||
* gas/mips/branch-misc-4-64.d: Likewise.
|
||
* gas/mips/branch-misc-4.s: Source for the new tests.
|
||
* testsuite/gas/mips/mips.exp: Run the new tests.
|
||
|
||
2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
|
||
|
||
* gas/mips/relax-swap1.l: Adjust for message capitalization
|
||
correction.
|
||
* gas/mips/relax-swap2.l: Likewise.
|
||
* gas/mips/relax.l: Likewise.
|
||
|
||
2011-02-25 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/ilp32/ilp32.exp: Run reloc64.
|
||
|
||
* gas/i386/ilp32/reloc64.s: Allow TLS relocations with 32bit
|
||
register destinations.
|
||
* gas/i386/ilp32/reloc64.d: Updated.
|
||
|
||
* gas/i386/ilp32/reloc64.l: New.
|
||
|
||
2011-02-25 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR gas/12519
|
||
* gas/elf/bad-size.d: New.
|
||
* gas/elf/bad-size.err: Likewise.
|
||
* gas/elf/bad-size.s: Likewise.
|
||
|
||
* gas/elf/elf.exp: Run bad-size.
|
||
|
||
2011-02-13 Mike Frysinger <vapier@gentoo.org>
|
||
|
||
* gas/bfin/arithmetic.d, gas/bfin/parallel.d: Change A0 to A1.
|
||
|
||
2011-02-13 Mike Frysinger <vapier@gentoo.org>
|
||
|
||
* gas/bfin/arithmetic.d, gas/bfin/parallel.d, gas/bfin/parallel3.d,
|
||
gas/bfin/vector.d, gas/bfin/vector2.d: Add ".L" to dsp mult insns.
|
||
|
||
2011-02-13 Mike Frysinger <vapier@gentoo.org>
|
||
|
||
* gas/bfin/video.d, gas/bfin/video.s, gas/bfin/video2.d,
|
||
gas/bfin/video2.s: Remove BYTEOP2M insns.
|
||
|
||
2011-02-10 Kai Tietz <kai.tietz@onevision.com>
|
||
|
||
* gas/cfi/cfi-x86_64.d: Adjust for x64 PE+.
|
||
|
||
2011-02-10 Vincent Rivière <vincent.riviere@freesbee.fr>
|
||
|
||
* gas/m68k/cpu32.d: Set explicit architecture for objdump.
|
||
* gas/m68k/mcf-coproc.d: Likewise.
|
||
* gas/m68k/mcf-wdebug.d: Likewise.
|
||
|
||
2011-02-10 Alan Modra <amodra@gmail.com>
|
||
|
||
* gas/elf/dwarf2-4.s: Don't use @.
|
||
|
||
2011-02-08 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR gas/6957
|
||
* gas/i386/nops-1-i686.d: Updated.
|
||
* gas/i386/nops-3-i686.d: Likewise.
|
||
* gas/i386/nops-4-i686.d: Likewise.
|
||
|
||
2011-02-08 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/i386.exp: Run nops-4a-i686 and nops-6.
|
||
|
||
* gas/i386/nops-4a-i686.d: New.
|
||
* gas/i386/nops-6.d: Likewise.
|
||
* gas/i386/nops-6.s: Likewise.
|
||
|
||
2011-02-07 Vincent Riviere <vincent.riviere@freesbee.fr>
|
||
|
||
PR gas/3041
|
||
* gas/m68k/p3041pcrel.s, * gas/m68k/p3041pcrel.d: New test.
|
||
* gas/m68k/all.exp: Add "p3041pcrel" and enable p3041 tests for
|
||
all m68k-aout targets.
|
||
|
||
2011-02-04 Bernd Schmidt <bernds@codesourcery.com>
|
||
|
||
* gas/tic6x/dir-junk.l: Remove tests for .atomic and .noatomic.
|
||
* gas/tic6x/dir-junk.s: Likewise.
|
||
* gas/tic6x/insns-c674x-bad.d: Remove test.
|
||
* gas/tic6x/insns-c674x-bad.l: Likewise.
|
||
* gas/tic6x/insns-c674x-bad.s: Likewise.
|
||
* gas/tic6x/insns-atomic.d: Remove "-matomic" switch.
|
||
|
||
2011-01-31 Nick Clifton <nickc@redhat.com>
|
||
|
||
* gas/all/align.d: Skip for the RX.
|
||
* gas/elf/group1a.d: Likewise.
|
||
* gas/elf/groupautoa.d: Likewise.
|
||
* gas/elf/elf.exp: Do not run section5 test for the RX port.
|
||
* gas/elf/section4.d: Likewise.
|
||
* gas/elf/section7.d: Likewise.
|
||
* gas/macros/semi.s: Fill with a non-zero pattern.
|
||
* gas/macros/semi.d: Expect non-zero fill value.
|
||
* gas/rx/bcnd.d: Update expected disassembly.
|
||
* gas/rx/bra.d: Likewise.
|
||
* gas/rx/macros.inc: Add reg1 macro.
|
||
* gas/rx/max.sm: Use reg1 macro to avoid generating illegal NOP
|
||
instruction.
|
||
* gas/rx/mov.sm: Likewise.
|
||
* gas/rx/max.d: Update expected disassembly.
|
||
* gas/rx/mov.d: Likewise.
|
||
* gas/rx/rx-asm-good.s: Use Renesas section names.
|
||
* gas/rx/rx-asm-good.d: Update expected disassembly.
|
||
|
||
2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR gas/12409
|
||
* gas/elf/dwarf2-4.d: New.
|
||
* gas/elf/dwarf2-4.s: Likewise.
|
||
|
||
* gas/elf/elf.exp: Run dwarf2-4.
|
||
|
||
2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/intel.d: Updated.
|
||
* gas/i386/opcode-intel.d: Likewise.
|
||
* gas/i386/opcode-suffix.d: Likewise.
|
||
* gas/i386/opcode.d: Likewise.
|
||
|
||
2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/ilp32/x86-64-arch-2.d: Add tbm flag and TBM instruction
|
||
pattern.
|
||
|
||
2011-01-17 Quentin Neill <quentin.neill@amd.com>
|
||
|
||
* gas/i386/tbm.s: New.
|
||
* gas/i386/tbm.d: New.
|
||
* gas/i386/tbm-intel.d: New.
|
||
* gas/i386/x86-64-tbm.s: New.
|
||
* gas/i386/x86-64-tbm.d: New.
|
||
* gas/i386/x86-64-tbm-intel.d: New.
|
||
* gas/i386/arch-10.d: Add tbm flag and TBM instruction pattern.
|
||
* gas/i386/arch-10.s: Add a TBM instruction.
|
||
* gas/i386/arch-10-1.l: Add TBM instruction pattern.
|
||
* gas/i386/arch-10-2.l: Likewise.
|
||
* gas/i386/arch-10-3.l: Likewise.
|
||
* gas/i386/arch-10-4.l: Likewise.
|
||
* gas/i386/x86-64-arch-2.s: Likewise.
|
||
* gas/i386/x86-64-arch-2.d: Likewise.
|
||
|
||
2011-01-16 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/ilp32/immed64.s: New.
|
||
* gas/i386/ilp32/reloc64.s: Likewise.
|
||
* gas/i386/ilp32/x86-64-pcrel.s: Likewise.
|
||
|
||
* gas/i386/ilp32/inval.s: Add more tests.
|
||
|
||
* gas/i386/ilp32/immed64.d: Updated.
|
||
* gas/i386/ilp32/inval.l: Likewise.
|
||
* gas/i386/ilp32/reloc64.d: Likewise.
|
||
* gas/i386/ilp32/x86-64-pcrel.d: Likewise.
|
||
|
||
2011-01-15 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/ilp32/ilp32.exp: Run inval.
|
||
|
||
* gas/i386/ilp32/inval.l: New.
|
||
* gas/i386/ilp32/inval.s: Likewise.
|
||
* gas/i386/ilp32/x86-64.s: Likewise.
|
||
|
||
* gas/i386/ilp32/x86-64.d: Don't use ../x86_64.s. Updated.
|
||
|
||
2011-01-14 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/ilp32/cfi/ilp32.exp: Replace --n32 with --x32.
|
||
* gas/i386/ilp32/elf/ilp32.exp: Likewise.
|
||
* gas/i386/ilp32/ilp32.exp: Likewise.
|
||
* gas/i386/ilp32/lns/ilp32.exp: Likewise.
|
||
|
||
2011-01-11 Mingjie Xing <mingjie.xing@gmail.com>
|
||
|
||
* mips/loongson-3a-2.s, mips/loongson-3a-2.d: Use the real offset
|
||
value in assembly.
|
||
|
||
2011-01-10 Nathan Sidwell <nathan@codesourcery.com>
|
||
Glauber de Oliveira Costa <glommer@gmail.com>
|
||
|
||
* gas/arm/tls.s: Add tlsdesc tests.
|
||
* gas/arm/tls.d: Adjust.
|
||
|
||
2011-01-07 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/ilp32/x86-64-arch-2.d: Add bmi flag and BMI instruction
|
||
pattern.
|
||
|
||
2011-01-07 Quentin Neill <quentin.neill@amd.com>
|
||
|
||
* gas/i386/arch-10.s: Add a BMI instruction.
|
||
* gas/i386/x86-64-arch-2.s: Likewise.
|
||
* gas/i386/arch-10.d: Add bmi flag and BMI instruction pattern.
|
||
* gas/i386/x86-64-arch-2.d: Likewise.
|
||
* gas/i386/arch-10-1.l: Add BMI instruction pattern.
|
||
* gas/i386/arch-10-2.l: Likewise.
|
||
* gas/i386/arch-10-3.l: Likewise.
|
||
* gas/i386/arch-10-4.l: Likewise.
|
||
|
||
2011-01-06 Paul Koning <ni1d@arrl.net>
|
||
|
||
* gas/pdp11/pdp11.exp: Add run of absreloc.
|
||
|
||
2011-01-06 Paul Koning <ni1d@arrl.net>
|
||
|
||
* gas/pdp11/absreloc.s: New.
|
||
* gas/pdp11/absreloc.d: New.
|
||
|
||
2011-01-06 Paul Koning <ni1d@arrl.net>
|
||
|
||
* gas/pdp11/opcode.d: Fix expected output for sec instruction.
|
||
|
||
2011-01-05 Nathan Sidwell <nathan@codesourcery.com>
|
||
|
||
* gas/arm/blx-bad.s: New.
|
||
* gas/arm/blx-bad.d: New.
|
||
|
||
2011-01-04 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/bmi-intel.d: New.
|
||
* gas/i386/bmi.d: Likewise.
|
||
* gas/i386/bmi.s: Likewise.
|
||
* gas/i386/x86-64-bmi-intel.d: Likewise.
|
||
* gas/i386/x86-64-bmi.d: Likewise.
|
||
* gas/i386/x86-64-bmi.s: Likewise.
|
||
|
||
* gas/i386/i386.exp: Run bmi, bmi-intel, x86-64-bmi and
|
||
x86-64-bmi-intel.
|
||
|
||
2011-01-01 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/ilp32/lns/lns-common-1.d: Also expect .zdebug in
|
||
section name.
|
||
* gas/i386/ilp32/lns/lns-duplicate.d: Likewise.
|
||
|
||
For older changes see ChangeLog-2010
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|