mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-12 06:26:17 +00:00
ee86248cee
2009-04-20 Jan Beulich <jbeulich@novell.com> * Makefile.am: Add explicit dependency of tc-i386.o on tc-i386-intel.c. * Makefile.in: Likewise. * config/tc-i386.c (i386_finalize_immediate): Declare, broken out from i386_immediate. (i386_immediate): Slightly re-arrange, call i386_finalize_immediate. (i386_finalize_displacement): Declare, broken out from i386_displacement. (i386_displacement): Slightly re-arrange, call i386_finalize_displacement. (i386_intel_simplify, i386_intel_parse_name): Declare. (this_operand): Initialize to -1. (set_intel_syntax): Set expression rank for O_full_ptr. (md_assemble): Set this_operand back to -1 after parsing operands. (x86_cons): Negate intel_syntax to indicate state. Call i386_intel_simplify. (md_operand): Convert if to switch. Handle '[' for Intel syntax. (i386_intel_operand): Delete, including all helper functions and data. * config/tc-i386-intel.c: New file, all new code. * config/tc-i386.h (i386_operator): Declare. (md_operator): Define to i386_operator. (i386_need_index_operator): Declare. (md_need_index_operator): Define to i386_need_index_operator. (O_full_ptr): Define. gas/testsuite/ 2009-04-20 Jan Beulich <jbeulich@novell.com> * gas/i386/equ.s: Adjust. * gas/i386/equ.d: Remove reference to equ.e. * gas/i386/equ.e: Delete. * gas/i386/intel-expr.s: New. * gas/i386/intel-expr.d: New. * gas/i386/i386.exp: Run new test. * gas/i386/intel.s: Adjust. * gas/i386/intel.e: Remove no longer valid warning messages. * gas/i386/intel16.s: Adjust. * gas/i386/intel16.d: Remove reference to intel16.e. * gas/i386/intel16.e: Delete. * gas/i386/intelbad.s: Add more tests. * gas/i386/intelbad.l: Adjust. * gas/i386/intelok.s: Remove now unneeded equates. Add more tests. * gas/i386/intelok.d: Remove reference to intelok.e. Adjust. * gas/i386/intelok.e: Delete. * gas/i386/x86_64.s: Adjust. * gas/i386/x86_64.d: Remove reference to x86_64.e. * gas/i386/x86_64.e: Delete.
667 lines
22 KiB
Plaintext
667 lines
22 KiB
Plaintext
2009-04-20 Jan Beulich <jbeulich@novell.com>
|
||
|
||
* gas/i386/equ.s: Adjust.
|
||
* gas/i386/equ.d: Remove reference to equ.e.
|
||
* gas/i386/equ.e: Delete.
|
||
* gas/i386/intel-expr.s: New.
|
||
* gas/i386/intel-expr.d: New.
|
||
* gas/i386/i386.exp: Run new test.
|
||
* gas/i386/intel.s: Adjust.
|
||
* gas/i386/intel.e: Remove no longer valid warning messages.
|
||
* gas/i386/intel16.s: Adjust.
|
||
* gas/i386/intel16.d: Remove reference to intel16.e.
|
||
* gas/i386/intel16.e: Delete.
|
||
* gas/i386/intelbad.s: Add more tests.
|
||
* gas/i386/intelbad.l: Adjust.
|
||
* gas/i386/intelok.s: Remove now unneeded equates. Add more
|
||
tests.
|
||
* gas/i386/intelok.d: Remove reference to intelok.e. Adjust.
|
||
* gas/i386/intelok.e: Delete.
|
||
* gas/i386/x86_64.s: Adjust.
|
||
* gas/i386/x86_64.d: Remove reference to x86_64.e.
|
||
* gas/i386/x86_64.e: Delete.
|
||
|
||
2009-04-16 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* gas/all/gas.exp: Disable assign and assign-ok tests on blackfin.
|
||
* gas/all/p2425.s: Use "==" instead of "=".
|
||
* gas/all/weakref1.s: Likewise.
|
||
* gas/macros/and.s: Likewise.
|
||
* gas/macros/test1.s: Likewise.
|
||
* gas/hppa/parse/parse.exp: Remove xfail on block1.
|
||
|
||
2009-04-15 Jan Beulich <jbeulich@novell.com>
|
||
|
||
* gas/i386/intel.e: Adjust expectations.
|
||
|
||
2009-04-15 Jan Beulich <jbeulich@novell.com>
|
||
|
||
* gas/i386/x86-64-sse5.s: Add test of protd.
|
||
* gas/i386/x86-64-sse5.d: Adjust expectations to match input.
|
||
|
||
2009-04-09 Catherine Moore <clm@codesourcery.com>
|
||
|
||
* gas/mips/mips.exp: Run new tests.
|
||
* gas/mips/eret.s: New test.
|
||
* gas/mips/eret.d: New test output.
|
||
* gas/mips/eret.l: New test output.
|
||
|
||
2009-04-07 Peter Bergner <bergner@vnet.ibm.com>
|
||
|
||
* gas/ppc/e500mc.d: Update to match extended mnemonics.
|
||
|
||
2009-04-01 Nathan Sidwell <nathan@codesourcery.com>
|
||
|
||
* gas/arm/align.s, gas/arm/align.d: New.
|
||
* gas/arm/thumb32.d, gas/arm/arch6zk.d, gas/arm/arch6zk.s,
|
||
arm/thumb2_relax.d: Adjust for align changes.
|
||
|
||
2009-03-31 Peter Bergner <bergner@vnet.ibm.com>
|
||
|
||
* gas/ppc/power7.d ("ori", ".p2align"): Add tests for group ending nop.
|
||
* gas/ppc/power7.s: Likewise.
|
||
* gas/ppc/power6.d: Likewise.
|
||
* gas/ppc/power6.s: Likewise.
|
||
|
||
2009-03-30 Joseph Myers <joseph@codesourcery.com>
|
||
|
||
* gas/arm/mapsecs.d, gas/arm/mapsecs.s: New.
|
||
|
||
2009-03-26 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
|
||
|
||
* gas/arm/wince_inst.d: Convert to unified syntax.
|
||
|
||
2009-03-18 Andrew Stubbs <ams@codesourcery.com>
|
||
|
||
* gas/arm/adr-invalid.d: New file.
|
||
* gas/arm/adr-invalid.l: New file.
|
||
* gas/arm/adr-invalid.s: New file.
|
||
|
||
2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
|
||
|
||
* gas/ppc/textalign-xcoff-001.d: Expect the section VMAs to be
|
||
properly aligned.
|
||
* gas/ppc/textalign-xcoff-002.d: Likewise.
|
||
|
||
2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
|
||
|
||
* gas/ppc/xcoff-branch-1.s, gas/ppc/xcoff-branch-1-32.d,
|
||
gas/ppc/xcoff-branch-1-64.d: New tests.
|
||
* gas/ppc/aix.exp: Run them.
|
||
|
||
2009-03-11 Hans-Peter Nilsson <hp@axis.com>
|
||
|
||
* gas/cris/rd-bkw5.d, gas/cris/rd-bkw5.s, gas/cris/rd-bkw5b.d,
|
||
gas/cris/rd-bkw5bpic.d, gas/cris/rd-bkw5bv32.d,
|
||
gas/cris/rd-bkw5bv32pic.d, gas/cris/rd-bkw5pic.d,
|
||
gas/cris/rd-bkw5v32.d, gas/cris/rd-bkw5v32pic.d: New tests.
|
||
|
||
2009-03-10 Hans-Peter Nilsson <hp@axis.com>
|
||
|
||
* gas/cris/rd-bkw4.d, gas/cris/rd-bkw4v32.d, gas/cris/rd-bkw4.s:
|
||
New test.
|
||
|
||
2009-03-10 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* gas/ppc/altivec_and_spe.d (objdump): Add -Maltivec.
|
||
* gas/ppc/common.d: Adjust for -Mcom not including -Mppc.
|
||
|
||
2009-03-05 Joseph Myers <joseph@codesourcery.com>
|
||
|
||
* gas/arm/mapmisc.d, gas/arm/mapmisc.dat, gas/arm/mapmisc.s: New.
|
||
|
||
2009-03-02 Qinwei <qinwei@sunnorth.com.cn>
|
||
|
||
* gas/score/arith_32-lt.d: New file.
|
||
* gas/score/arith_32.d: New file.
|
||
* gas/score/arith_32.s: New file.
|
||
* gas/score/bit_32-lt.d: New file.
|
||
* gas/score/bit_32.d: New file.
|
||
* gas/score/bit_32.s: New file.
|
||
* gas/score/branch_32-lt.d: New file.
|
||
* gas/score/branch_32.d: New file.
|
||
* gas/score/branch_32.s: New file.
|
||
* gas/score/cmp_32-lt.d: New file.
|
||
* gas/score/cmp_32.d: New file.
|
||
* gas/score/cmp_32.s: New file.
|
||
* gas/score/load_store_32-lt.d: New file.
|
||
* gas/score/load_store_32.d: New file.
|
||
* gas/score/load_store_32.s: New file.
|
||
* gas/score/logical_32-lt.d: New file.
|
||
* gas/score/logical_32.d: New file.
|
||
* gas/score/logical_32.s: New file.
|
||
* gas/score/mv_32-lt.d: New file.
|
||
* gas/score/mv_32.d: New file.
|
||
* gas/score/mv_32.s: New file.
|
||
* gas/score/relax_32.exp: New file.
|
||
* gas/score/relaxation_macro.h: New file.
|
||
* gas/score/shift_32-lt.d: New file.
|
||
* gas/score/shift_32.d: New file.
|
||
* gas/score/shift_32.s: New file.
|
||
* gas/score/syscontrol_32-lt.d: New file.
|
||
* gas/score/syscontrol_32.d: New file.
|
||
* gas/score/syscontrol_32.s: New file.
|
||
|
||
2009-03-01 Mark Mitchell <mark@codesourcery.com>
|
||
|
||
* gas/arm/archv6m.s: Add dmb, dsb, and isb.
|
||
* gas/arm/archv6m.d: Likewise.
|
||
|
||
2009-02-26 Peter Bergner <bergner@vnet.ibm.com>
|
||
|
||
* gas/ppc/e500mc.d ("wait", "waitsrv", "waitimpl"): Add tests.
|
||
* gas/ppc/e500mc.s: Likewise.
|
||
* gas/ppc/power6.d ("cdtbcd", "cbcdtd", "addg6s"): Add tests.
|
||
* gas/ppc/power6.s: Likewise.
|
||
* gas/ppc/power7.d ("lfdpx", "mffgpr", "mftgpr"): Remove invalid tests.
|
||
("wait", "waitsrv", "waitimpl", "divwe", "divwe.", "divweo", "divweo.",
|
||
"divweu", "divweu.", "divweuo", "divweuo.", "bpermd", "popcntw",
|
||
"popcntd", "ldbrx", "stdbrx", "lfiwzx", "lfiwzx", "fcfids", "fcfids.",
|
||
"fcfidus", "fcfidus.", "fctiwu", "fctiwu.", "fctiwuz", "fctiwuz.",
|
||
"fctidu", "fctidu.", "fctiduz", "fctiduz.", "fcfidu", "fcfidu.",
|
||
"ftdiv", "ftdiv", "ftsqrt", "ftsqrt", "dcbtt", "dcbtstt", "dcffix",
|
||
"dcffix.", "lbarx", "lbarx", "lbarx", "lharx", "lharx", "lharx",
|
||
"stbcx.", "sthcx.", "fre", "fre.", "fres", "fres.", "frsqrte",
|
||
"frsqrte.", "frsqrtes", "frsqrtes.", "isel"): Add tests.
|
||
* gas/ppc/power7.s: Likewise.
|
||
* gas/ppc/vsx.d: New test.
|
||
* gas/ppc/vsx.s: Likewise.
|
||
* gas/ppc/ppc.exp: Run it.
|
||
|
||
2009-02-23 Mark Mitchell <mark@codesourcery.com>
|
||
|
||
* gas/arm/thumb2_bad_reg.s: Update to allow R13 as second argument
|
||
for CMP.
|
||
* gas/arm/thumb2_bad_reg.l: Adjust accordingly.
|
||
|
||
2009-02-19 Peter Bergner <bergner@vnet.ibm.com>
|
||
|
||
* gas/ppc/e500mc.d ("lfdepx", "stfdepx"): Fix tests to expect a
|
||
floating point register.
|
||
|
||
2009-02-18 Adam Nemet <anemet@caviumnetworks.com>
|
||
|
||
* gas/mips/octeon.s: Add more tests for dmfc2 and dmtc2.
|
||
* gas/mips/octeon.d: Update.
|
||
* gas/mips/octeon-ill.l: Update error message.
|
||
|
||
2009-02-16 Nick Clifton <nickc@redhat.com>
|
||
|
||
* gas/mips/e32-rel2.d: Adjust expected output to remove the 0x4000
|
||
offset.
|
||
* gas/mips/e32el-rel2.d: Likewise.
|
||
* gas/mips/elf-rel2.d: Likewise.
|
||
* gas/mips/elf-rel9-mips16.d: Likewise.
|
||
* gas/mips/elf-rel9.d: Likewise.
|
||
* gas/mips/elfel-rel2.d: Likewise.
|
||
* gas/mips/lb.d: Likewise.
|
||
* gas/mips/mips-abi32.d: Likewise.
|
||
* gas/mips/mips-gp32-fp32.d: Likewise.
|
||
* gas/mips/mips-gp32-fp64.d: Likewise.
|
||
* gas/mips/mips-gp64-fp32.d: Likewise.
|
||
* gas/mips/mips-gp64-fp64.d: Likewise.
|
||
* gas/mips/mips32-sf32.d: Likewise.
|
||
|
||
2009-02-12 Nathan Sidwell <nathan@codesourcery.com>
|
||
|
||
* m68k/br-isac.d, m68k/br-isac.s: Add stldsr test.
|
||
|
||
2009-02-06 Nick Clifton <nickc@redhat.com>
|
||
|
||
* gas/mips/beq.d: Make no assumptions about the symbols used as
|
||
branch targets in the disassembly, or the names of the relocs
|
||
produced.
|
||
* gas/mips/bge.d: Likewise.
|
||
* gas/mips/bgeu.d: Likewise.
|
||
* gas/mips/blt.d: Likewise.
|
||
* gas/mips/bltu.d: Likewise.
|
||
* gas/mips/mips32-sf32.d: Likewise.
|
||
* gas/mips/mips1-fp.d: Likewise.
|
||
* gas/mips/branch-misc-1.d: Skip for the mips-ecoff target.
|
||
* gas/mips/branch-misc-2-64.d: Likewise.
|
||
* gas/mips/branch-misc-2.d: Likewise.
|
||
* gas/mips/branch-misc-2pic-64.d: Likewise.
|
||
* gas/mips/branch-misc-2pic.d: Likewise.
|
||
* gas/mips/branch-swap.d: Likewise.
|
||
|
||
2009-02-06 Nick Clifton <nickc@redhat.com>
|
||
|
||
* gas/elf/symtab.d: But do not run the test for the Alpha or HPPA
|
||
ports.
|
||
|
||
2009-02-05 Peter Bergner <bergner@vnet.ibm.com>
|
||
|
||
* gas/ppc/booke.s ("dcbt", "dcbtst"): New tests.
|
||
* gas/ppc/booke.d: Likewise.
|
||
* gas/ppc/power4_32.s: Likewise.
|
||
* gas/ppc/power4_32.d: Likewise.
|
||
|
||
2009-02-05 Catherine Moore <clm@codesourcery.com>
|
||
|
||
* gas/elf/elf.exp: Really run the symtab test.
|
||
|
||
2009-02-04 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
AVX Programming Reference (January, 2009)
|
||
* gas/i386/arch-avx-1-3.l: New.
|
||
* gas/i386/arch-avx-1-3.s: Likewise.
|
||
* gas/i386/arch-avx-1-4.l: Likewise.
|
||
* gas/i386/arch-avx-1-4.s: Likewise.
|
||
* gas/i386/arch-avx-1-5.l: Likewise.
|
||
* gas/i386/arch-avx-1-5.s: Likewise.
|
||
* gas/i386/arch-avx-1-6.l: Likewise.
|
||
* gas/i386/arch-avx-1-6.s: Likewise.
|
||
|
||
* gas/i386/arch-10.s: Add vpclmul instructions.
|
||
* gas/i386/arch-avx-1.s: Likewise.
|
||
* gas/i386/avx.s: Likewise.
|
||
* gas/i386/x86-64-arch-2.s: Likewise.
|
||
* gas/i386/x86-64-avx.s: Likewise.
|
||
|
||
* gas/i386/sse2avx.s: Add pclmul instructions.
|
||
* gas/i386/x86-64-sse2avx.s: Likewise.
|
||
|
||
* gas/i386/arch-10.d: Updated.
|
||
* gas/i386/arch-10-1.l: Likewise.
|
||
* gas/i386/arch-10-2.l: Likewise.
|
||
* gas/i386/arch-10-3.l: Likewise.
|
||
* gas/i386/arch-10-4.l: Likewise.
|
||
* gas/i386/arch-avx-1.d: Likewise.
|
||
* gas/i386/arch-avx-1-1.l: Likewise.
|
||
* gas/i386/arch-avx-1-2.l: Likewise.
|
||
* gas/i386/avx.d: Likewise.
|
||
* gas/i386/avx-intel.d: Likewise.
|
||
* gas/i386/sse2avx.d: Likewise.
|
||
* gas/i386/x86-64-arch-2.d: Likewise.
|
||
* gas/i386/x86-64-avx.d: Likewise.
|
||
* gas/i386/x86-64-avx-intel.d: Likewise.
|
||
* gas/i386/x86-64-sse2avx.d: Likewise.
|
||
|
||
* gas/i386/i386.exp: Run arch-avx-1-3, arch-avx-1-4,
|
||
arch-avx-1-5 and arch-avx-1-6.
|
||
|
||
2009-02-03 DJ Delorie <dj@redhat.com>
|
||
|
||
* gas/mep/relocs.d: Updated for new configuration.
|
||
* gas/mep/complex-relocs.exp: Likewise.
|
||
|
||
2009-02-03 Sandip Matte <sandip@rmicorp.com>
|
||
|
||
* gas/mips/mips.exp (xlr): New architecture.
|
||
(xlr-ext): Run test.
|
||
* gas/mips/xlr-ext.d, gas/mips/xlr-ext.s: New.
|
||
|
||
2009-02-03 Maxim Kuvyrkov <maxim@codesourcery.com>
|
||
|
||
* gas/m68k/tls-gd-3.d, gas/m68k/tls-gd-3.s: New test.
|
||
* gas/m68k/all.exp: Run it.
|
||
|
||
2009-01-29 Mark Mitchell <mark@codesourcery.com>
|
||
|
||
* gas/arm/copro.s: Avoid using r15 where not permitted.
|
||
* gas/arm/copro.d: Adjust accordingly.
|
||
* gas/arm/thumb2_bad_reg.s: New.
|
||
* gas/arm/thumb2_bad_reg.l: Likewise.
|
||
* gas/arm/thumb2_bad_reg.d: Likewise.
|
||
|
||
2009-01-29 Mark Mitchell <mark@codesourcery.com>
|
||
|
||
* gas/arm/thumb32.s: Add tests for orn and rrx.
|
||
* gas/arm/thumb32.d: Adjust accordingly.
|
||
* gas/arm/thumb32.l: Likewise.
|
||
* gas/arm/thumb2_invert.s: Add tests for orn and orr.
|
||
* gas/arm/thumb2_invert.d: Adjust accordingly.
|
||
* gas/arm/tcompat.s: Add tests for rrx.
|
||
* gas/arm/tcompat.d: Adjust accordingly.
|
||
|
||
2009-01-29 Mark Mitchell <mark@codesourcery.com>
|
||
|
||
* gas/arm/thumb32.s (qadd): Add tests for them.
|
||
* gas/arm/thumb32.d: Adjust accordingly.
|
||
|
||
2009-01-29 Mark Mitchell <mark@codesourcery.com>
|
||
|
||
* gas/arm/thumb32.s (qadd): Add qadd, qdadd, qsub, and qdsub.
|
||
* gas/arm/thumb32.d: Likewise.
|
||
|
||
2009-01-29 Paul Brook <paul@codesourcery.com>
|
||
Mark Mitchell <mark@codesourcery.com>
|
||
|
||
* gas/arm/thumb2_mul.s: New file.
|
||
* gas/arm/thumb2_mul.d: Likewise.
|
||
* gas/arm/thumb2_mul-bad.s: Likewise.
|
||
* gas/arm/thumb2_mul-bad.d: Likewise.
|
||
* gas/arm/thumb2_mul-bad.l: Likewise.
|
||
* gas/arm/t16-bad.s: Add tests for"mul" with high registers.
|
||
* gas/arm/t16-bad.l: Update accordingly.
|
||
|
||
2009-01-29 Nick Clifton <nickc@redhat.com>
|
||
|
||
* gas/all/gas.exp: Expect forward test to fail for MeP.
|
||
Expect relax test to fail for MeP.
|
||
* gas/mep/relocs.d: Update expected disassembly.
|
||
|
||
2009-01-27 Nick Clifton <nickc@redhat.com>
|
||
|
||
* gas/arm/attr-cpu-directive.d: Only run test for EABI targets.
|
||
* gas/arm/attr-default.d : Likewise.
|
||
* gas/arm/attr-march-all.d: Likewise.
|
||
* gas/arm/attr-march-armv1.d: Likewise.
|
||
* gas/arm/attr-march-armv2.d: Likewise.
|
||
* gas/arm/attr-march-armv2a.d: Likewise.
|
||
* gas/arm/attr-march-armv2s.d: Likewise.
|
||
* gas/arm/attr-march-armv3.d: Likewise.
|
||
* gas/arm/attr-march-armv3m.d: Likewise.
|
||
* gas/arm/attr-march-armv4.d: Likewise.
|
||
* gas/arm/attr-march-armv4t.d: Likewise.
|
||
* gas/arm/attr-march-armv4txm.d: Likewise.
|
||
* gas/arm/attr-march-armv4xm.d: Likewise.
|
||
* gas/arm/attr-march-armv5.d: Likewise.
|
||
* gas/arm/attr-march-armv5t.d: Likewise.
|
||
* gas/arm/attr-march-armv5te.d: Likewise.
|
||
* gas/arm/attr-march-armv5tej.d: Likewise.
|
||
* gas/arm/attr-march-armv5texp.d: Likewise.
|
||
* gas/arm/attr-march-armv5txm.d: Likewise.
|
||
* gas/arm/attr-march-armv6-m.d: Likewise.
|
||
* gas/arm/attr-march-armv6.d: Likewise.
|
||
* gas/arm/attr-march-armv6j.d: Likewise.
|
||
* gas/arm/attr-march-armv6k.d: Likewise.
|
||
* gas/arm/attr-march-armv6kt2.d: Likewise.
|
||
* gas/arm/attr-march-armv6t2.d: Likewise.
|
||
* gas/arm/attr-march-armv6z.d: Likewise.
|
||
* gas/arm/attr-march-armv6zk.d: Likewise.
|
||
* gas/arm/attr-march-armv6zkt2.d: Likewise.
|
||
* gas/arm/attr-march-armv6zt2.d: Likewise.
|
||
* gas/arm/attr-march-armv7-a.d: Likewise.
|
||
* gas/arm/attr-march-armv7-m.d: Likewise.
|
||
* gas/arm/attr-march-armv7-r.d: Likewise.
|
||
* gas/arm/attr-march-armv7.d: Likewise.
|
||
* gas/arm/attr-march-armv7a.d: Likewise.
|
||
* gas/arm/attr-march-armv7m.d: Likewise.
|
||
* gas/arm/attr-march-armv7r.d: Likewise.
|
||
* gas/arm/attr-march-iwmmxt.d: Likewise.
|
||
* gas/arm/attr-march-iwmmxt2.d: Likewise.
|
||
* gas/arm/attr-march-xscale.d: Likewise.
|
||
* gas/arm/attr-mcpu.d: Likewise.
|
||
* gas/arm/attr-mfpu-arm1020e.d: Likewise.
|
||
* gas/arm/attr-mfpu-arm1020t.d: Likewise.
|
||
* gas/arm/attr-mfpu-arm1136jf-s.d: Likewise.
|
||
* gas/arm/attr-mfpu-arm1136jfs.d: Likewise.
|
||
* gas/arm/attr-mfpu-arm7500fe.d: Likewise.
|
||
* gas/arm/attr-mfpu-fpa.d: Likewise.
|
||
* gas/arm/attr-mfpu-fpa10.d: Likewise.
|
||
* gas/arm/attr-mfpu-fpa11.d: Likewise.
|
||
* gas/arm/attr-mfpu-fpe.d: Likewise.
|
||
* gas/arm/attr-mfpu-fpe2.d: Likewise.
|
||
* gas/arm/attr-mfpu-fpe3.d: Likewise.
|
||
* gas/arm/attr-mfpu-maverick.d: Likewise.
|
||
* gas/arm/attr-mfpu-neon-fp16.d: Likewise.
|
||
* gas/arm/attr-mfpu-neon.d: Likewise.
|
||
* gas/arm/attr-mfpu-softfpa.d: Likewise.
|
||
* gas/arm/attr-mfpu-softvfp+vfp.d: Likewise.
|
||
* gas/arm/attr-mfpu-softvfp.d: Likewise.
|
||
* gas/arm/attr-mfpu-vfp.d: Likewise.
|
||
* gas/arm/attr-mfpu-vfp10-r0.d: Likewise.
|
||
* gas/arm/attr-mfpu-vfp10.d: Likewise.
|
||
* gas/arm/attr-mfpu-vfp3.d: Likewise.
|
||
* gas/arm/attr-mfpu-vfp9.d: Likewise.
|
||
* gas/arm/attr-mfpu-vfpv2.d: Likewise.
|
||
* gas/arm/attr-mfpu-vfpv3-d16.d: Likewise.
|
||
* gas/arm/attr-mfpu-vfpv3.d: Likewise.
|
||
* gas/arm/attr-mfpu-vfpxd.d: Likewise.
|
||
* gas/arm/attr-order.d: Likewise.
|
||
* gas/arm/attr-override-cpu-directive.d: Likewise.
|
||
* gas/arm/attr-override-mcpu.d: Likewise.
|
||
|
||
2009-01-27 Nick Clifton <nickc@redhat.com>
|
||
|
||
* gas/lib/gas-defs.exp: Update description of run_dump_test proc.
|
||
|
||
* gas/mips/dli.d: Pass -64 to gas.
|
||
* gas/mips/mips64-mips3d-incl.d: Likewise.
|
||
* gas/mips/octeon.d: Likewise.
|
||
* gas/mips/sb1-ext-mdmx.d: Likewise.
|
||
* gas/mips/sb1-ext-ps.d: Likewise.
|
||
* gas/mips/e32el-rel2.s: Pass -march=mips3 to gas.
|
||
Update expected relocs.
|
||
* gas/mips/ld-ilocks-addr32.d: Do not run for tx39 targets.
|
||
* gas/mips/mips.exp: Remove 'ilocks' variable.
|
||
Add ecoff targets to 'addr32' variable.
|
||
Set 'no_mips16' for ecoff targets.
|
||
Do not run div-ilocks or mul-ilocks test variants.
|
||
* gas/mips/mips16-intermix.d: Use nm instead of objdump so that
|
||
the symbol table output is sorted. Update expecetd output.
|
||
|
||
2009-01-26 Andrew Stubbs <ams@codesourcery.com>
|
||
|
||
* gas/arm/attr-cpu-directive.d: New file.
|
||
* gas/arm/attr-cpu-directive.s: New file.
|
||
* gas/arm/attr-default.d: New file.
|
||
* gas/arm/attr-march-all.d: New file.
|
||
* gas/arm/attr-march-armv1.d: New file.
|
||
* gas/arm/attr-march-armv2.d: New file.
|
||
* gas/arm/attr-march-armv2a.d: New file.
|
||
* gas/arm/attr-march-armv2s.d: New file.
|
||
* gas/arm/attr-march-armv3.d: New file.
|
||
* gas/arm/attr-march-armv3m.d: New file.
|
||
* gas/arm/attr-march-armv4.d: New file.
|
||
* gas/arm/attr-march-armv4t.d: New file.
|
||
* gas/arm/attr-march-armv4txm.d: New file.
|
||
* gas/arm/attr-march-armv4xm.d: New file.
|
||
* gas/arm/attr-march-armv5.d: New file.
|
||
* gas/arm/attr-march-armv5t.d: New file.
|
||
* gas/arm/attr-march-armv5te.d: New file.
|
||
* gas/arm/attr-march-armv5tej.d: New file.
|
||
* gas/arm/attr-march-armv5texp.d: New file.
|
||
* gas/arm/attr-march-armv5txm.d: New file.
|
||
* gas/arm/attr-march-armv6-m.d: New file.
|
||
* gas/arm/attr-march-armv6.d: New file.
|
||
* gas/arm/attr-march-armv6j.d: New file.
|
||
* gas/arm/attr-march-armv6k.d: New file.
|
||
* gas/arm/attr-march-armv6kt2.d: New file.
|
||
* gas/arm/attr-march-armv6t2.d: New file.
|
||
* gas/arm/attr-march-armv6z.d: New file.
|
||
* gas/arm/attr-march-armv6zk.d: New file.
|
||
* gas/arm/attr-march-armv6zkt2.d: New file.
|
||
* gas/arm/attr-march-armv6zt2.d: New file.
|
||
* gas/arm/attr-march-armv7-a.d: New file.
|
||
* gas/arm/attr-march-armv7-m.d: New file.
|
||
* gas/arm/attr-march-armv7-r.d: New file.
|
||
* gas/arm/attr-march-armv7.d: New file.
|
||
* gas/arm/attr-march-armv7a.d: New file.
|
||
* gas/arm/attr-march-armv7m.d: New file.
|
||
* gas/arm/attr-march-armv7r.d: New file.
|
||
* gas/arm/attr-march-iwmmxt.d: New file.
|
||
* gas/arm/attr-march-iwmmxt2.d: New file.
|
||
* gas/arm/attr-march-xscale.d: New file.
|
||
* gas/arm/attr-mcpu.d: New file.
|
||
* gas/arm/attr-mfpu-arm1020e.d: New file.
|
||
* gas/arm/attr-mfpu-arm1020t.d: New file.
|
||
* gas/arm/attr-mfpu-arm1136jf-s.d: New file.
|
||
* gas/arm/attr-mfpu-arm1136jfs.d: New file.
|
||
* gas/arm/attr-mfpu-arm7500fe.d: New file.
|
||
* gas/arm/attr-mfpu-fpa.d: New file.
|
||
* gas/arm/attr-mfpu-fpa10.d: New file.
|
||
* gas/arm/attr-mfpu-fpa11.d: New file.
|
||
* gas/arm/attr-mfpu-fpe.d: New file.
|
||
* gas/arm/attr-mfpu-fpe2.d: New file.
|
||
* gas/arm/attr-mfpu-fpe3.d: New file.
|
||
* gas/arm/attr-mfpu-maverick.d: New file.
|
||
* gas/arm/attr-mfpu-neon-fp16.d: New file.
|
||
* gas/arm/attr-mfpu-neon.d: New file.
|
||
* gas/arm/attr-mfpu-softfpa.d: New file.
|
||
* gas/arm/attr-mfpu-softvfp+vfp.d: New file.
|
||
* gas/arm/attr-mfpu-softvfp.d: New file.
|
||
* gas/arm/attr-mfpu-vfp.d: New file.
|
||
* gas/arm/attr-mfpu-vfp10-r0.d: New file.
|
||
* gas/arm/attr-mfpu-vfp10.d: New file.
|
||
* gas/arm/attr-mfpu-vfp3.d: New file.
|
||
* gas/arm/attr-mfpu-vfp9.d: New file.
|
||
* gas/arm/attr-mfpu-vfpv2.d: New file.
|
||
* gas/arm/attr-mfpu-vfpv3-d16.d: New file.
|
||
* gas/arm/attr-mfpu-vfpv3.d: New file.
|
||
* gas/arm/attr-mfpu-vfpxd.d: New file.
|
||
* gas/arm/attr-order.d: Update Tag_ARM_ISA_use and Tag_THUMB_ISA_use.
|
||
* gas/arm/attr-override-cpu-directive.d: New file.
|
||
* gas/arm/attr-override-cpu-directive.s: New file.
|
||
* gas/arm/attr-override-mcpu.d: New file.
|
||
* gas/arm/attr-override-mcpu.s: New file.
|
||
* gas/arm/blank.s: New file.
|
||
* gas/arm/eabi_attr_1.d: Update Tag_ARM_ISA_use and Tag_THUMB_ISA_use.
|
||
|
||
2009-01-26 Nick Clifton <nickc@redhat.com>
|
||
|
||
* gas/arm/attr-order.d: Do not run this test for non-ELF based ARM
|
||
targets.
|
||
|
||
2009-01-24 Andreas Schwab <schwab@suse.de>
|
||
|
||
* gas/lns/lns.exp: Don't run lns-duplicate for d10v target.
|
||
|
||
2009-01-23 Andreas Schwab <schwab@suse.de>
|
||
|
||
* gas/mips/mips16-e.d: Adjust for change in LOCAL_LABEL_PREFIX.
|
||
* gas/mips/mipsel16-e.d: Likewise.
|
||
* gas/mips/tmips16-e.d: Likewise.
|
||
* gas/mips/tmipsel16-e.d: Likewise.
|
||
|
||
2009-01-19 Nick Clifton <nickc@redhat.com>
|
||
|
||
* lib/gas-defs.exp (run_list_test): Fix typo in comment.
|
||
|
||
2009-01-19 Nick Clifton <nickc@redhat.com>
|
||
|
||
* gas/arm/attr-syntax.d: Do not run for non-ELF based ARM
|
||
targets.
|
||
|
||
2009-01-19 Andrew Stubbs <ams@codesourcery.com>
|
||
|
||
* gas/arm/attr-order.d: New file.
|
||
* gas/arm/attr-order.s: New file.
|
||
|
||
2009-01-16 Andrew Stubbs <ams@codesourcery.com>
|
||
Daniel Jacobowitz <dan@codesourcery.com>
|
||
|
||
* gas/arm/attr-syntax.d: New file.
|
||
* gas/arm/attr-syntax.s: New file.
|
||
|
||
2009-01-15 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR 9722
|
||
* gas/testsuite/gas/arm/archv6m.d: Update expected NOP opcode.
|
||
* gas/testsuite/gas/arm/pr9722.s: New test.
|
||
* gas/testsuite/gas/arm/pr9722.d: Expected disassembly.
|
||
|
||
2009-01-14 Peter Bergner <bergner@vnet.ibm.com>
|
||
|
||
* gas/ppc/power6.s ("mtfsf", "mtfsf.", "mtfsfi", "mtfsfi."): Add tests.
|
||
* gas/ppc/power6.d: Likewise.
|
||
|
||
2009-01-12 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/sse-noavx.s: Add tests for lfence, mfence and movnti.
|
||
* gas/i386/x86-64-sse-noavx.s: Likewise.
|
||
|
||
* gas/i386/sse-noavx.d: Updated.
|
||
* gas/i386/x86-64-sse-noavx.d: Likewise.
|
||
|
||
2009-01-12 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/opts.s: Add tests for add, adc, and, cmp, or, sbb,
|
||
sub and xor.
|
||
* gas/i386/x86-64-opts.s: Likewise.
|
||
|
||
* gas/i386/opts.d: Updated.
|
||
* gas/i386/opts-intel.d: Likewise.
|
||
* gas/i386/sse2avx-opts.d: Likewise.
|
||
* gas/i386/sse2avx-opts-intel.d: Likewise.
|
||
* gas/i386/x86-64-opts.d: Likewise.
|
||
* gas/i386/x86-64-opts-intel.d: Likewise.
|
||
* gas/i386/x86-64-sse2avx-opts.d: Likewise.
|
||
* gas/i386/x86-64-sse2avx-opts-intel.d: Likewise.
|
||
|
||
2009-01-10 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/arch-10.s: Add clflush and syscall.
|
||
* gas/i386/x86-64-arch-2.s: Likewise.
|
||
|
||
* gas/i386/arch-10.d: Updated.
|
||
* gas/i386/arch-10-1.l: Likewise.
|
||
* 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.d: Likewise.
|
||
|
||
2009-01-09 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/arch-10.s: Add rdtscp.
|
||
* gas/i386/x86-64-arch-2.s: Likewise.
|
||
|
||
* gas/i386/arch-10.d: Updated.
|
||
* gas/i386/arch-10-1.l: Likewise.
|
||
* 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.d: Likewise.
|
||
|
||
2009-01-06 Chao-ying Fu <fu@mips.com>
|
||
|
||
* gas/mips/jalr.s, gas/mips/jalr.l: Add more tests for jalr
|
||
and jalr.hb.
|
||
|
||
2009-01-06 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
AVX Programming Reference (December, 2008)
|
||
* gas/i386/avx.s: Add tests for 256bit vmovntdq, vmovntpd and
|
||
vmovntps.
|
||
* gas/i386/x86-64-avx.s: Likewise.
|
||
|
||
* gas/i386/avx.d: Updated.
|
||
* gas/i386/avx-intel.d: Likewise.
|
||
* gas/i386/x86-64-avx.d: Likewise.
|
||
* gas/i386/x86-64-avx-intel.d: Likewise.
|
||
|
||
2009-01-05 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
AVX Programming Reference (December, 2008)
|
||
* gas/i386/arch-10.s: Replace vfmaddpd with vfmadd132pd.
|
||
* gas/i386/x86-64-arch-2.s: Likewise.
|
||
|
||
* gas/i386/arch-10.d: Updated.
|
||
* gas/i386/arch-10-1.l: Likewise.
|
||
* gas/i386/arch-10-2.l: Likewise.
|
||
* gas/i386/arch-10-3.l: Likewise.
|
||
* gas/i386/arch-10-4.l: Likewise.
|
||
* gas/i386/avx.d: Likewise.
|
||
* gas/i386/avx-intel.d: Likewise.
|
||
* gas/i386/inval-avx.l: Likewise.
|
||
* gas/i386/x86-64-arch-2.d: Likewise.
|
||
* gas/i386/x86-64-avx.d: Likewise.
|
||
* gas/i386/x86-64-avx-intel.d: Likewise.
|
||
* gas/i386/x86-64-inval-avx.l: Likewise.
|
||
|
||
* gas/i386/avx.s: Remove vpermil2ps/vpermil2pd and FMA
|
||
instructions. Update tests.
|
||
* gas/i386/inval-avx.s: Likewise.
|
||
* gas/i386/x86-64-avx.s: Likewise.
|
||
* gas/i386/x86-64-inval-avx.s: Likewise.
|
||
|
||
* gas/i386/fma.d: New.
|
||
* gas/i386/fma.s: Likewise.
|
||
* gas/i386/fma-intel.d: Likewise.
|
||
* gas/i386/x86-64-fma.d: Likewise.
|
||
* gas/i386/x86-64-fma.s: Likewise.
|
||
* gas/i386/x86-64-fma-intel.d: Likewise.
|
||
|
||
* gas/i386/i386.exp: Run fma, fma-intel, x86-64-fma and
|
||
x86-64-fma-intel.
|
||
|
||
For older changes see ChangeLog-2008
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|