4c692bc7aa
got treated identically to the ones in the base range, due to not paying attention to the fact that reg_entry's reg_num field doesn't fully specify the register number (reg_flags also needs to be checked for RegRex). This patch introduces and uses a new (inline) function to obtain the full register number, and uses it to fix all those cases. It additionally adds the missing operand checks for SVME instructions (which match the monitor/mwait ones). gas/ 2012-08-07 Jan Beulich <jbeulich@suse.com> * config/tc-i386.c (register_number): New function. (build_vex_prefix, process_immext, process_operands, build_modrm_byte, i386_index_check): Use it. gas/testsuite/ 2012-08-07 Jan Beulich <jbeulich@suse.com> * gas/i386/x86-64-specific-reg.{s,l}: New. * gas/i386/i386.exp: Run new test. opcodes/ 2012-08-07 Jan Beulich <jbeulich@suse.com> * i386-opc.tbl: Remove "FIXME" comments from SVME instructions.
918 lines
30 KiB
Text
918 lines
30 KiB
Text
2012-08-07 Jan Beulich <jbeulich@suse.com>
|
||
|
||
* gas/i386/x86-64-specific-reg.{s,l}: New.
|
||
* gas/i386/i386.exp: Run new test.
|
||
|
||
2012-08-07 Nick Clifton <nickc@redhat.com>
|
||
|
||
* gas/i386/secrel.s: Add test of <symbol>@SECREL32.
|
||
* gas/i386/secrel.d: Add expected disassembly.
|
||
|
||
2012-08-06 Maciej W. Rozycki <macro@codesourcery.com>
|
||
|
||
* gas/mips/mips.exp: Set has_newabi for all Linux targets.
|
||
* gas/mips/cfi-n64-1.d: Adjust for targets that do not infer the
|
||
ISA from the ABI.
|
||
* gas/mips/elf-rel-got-n32.d: Likewise.
|
||
* gas/mips/elf-rel-got-n64.d: Likewise.
|
||
* gas/mips/elf-rel-xgot-n32.d: Likewise.
|
||
* gas/mips/elf-rel-xgot-n64.d: Likewise.
|
||
* gas/mips/elf-rel18.d: Likewise.
|
||
* gas/mips/elf-rel28-n32.d: Likewise.
|
||
* gas/mips/elf-rel28-n64.d: Likewise.
|
||
* gas/mips/jal-newabi.d: Likewise.
|
||
* gas/mips/ldstla-n64-shared.d: Likewise.
|
||
* gas/mips/ldstla-n64-sym32.d: Likewise.
|
||
* gas/mips/ldstla-n64.d: Likewise.
|
||
* gas/mips/macro-warn-1-n32.d: Likewise.
|
||
* gas/mips/macro-warn-2-n32.d: Likewise.
|
||
* gas/mips/n32-consec.d: Likewise.
|
||
|
||
2012-08-06 Maciej W. Rozycki <macro@codesourcery.com>
|
||
|
||
* gas/mips/mips.exp: Set has_newabi for mips*-sde-elf* too.
|
||
* gas/mips/elf-rel-got-n32.s: Adjust padding.
|
||
* gas/mips/elf-rel-got-n64.s: Likewise.
|
||
* gas/mips/elf-rel23.s: Likewise.
|
||
* gas/mips/elf-rel28.s: Likewise.
|
||
* gas/mips/n32-consec.s: Likewise.
|
||
* gas/mips/elf-rel-xgot-n32.d: Adjust output expected.
|
||
* gas/mips/elf-rel-xgot-n64.d: Likewise.
|
||
* gas/mips/elf-rel23.d: Likewise.
|
||
* gas/mips/elf-rel23a.d: Likewise.
|
||
* gas/mips/elf-rel23b.d: Likewise.
|
||
* gas/mips/elf-rel28-n32.d: Likewise.
|
||
|
||
2012-08-06 Maciej W. Rozycki <macro@codesourcery.com>
|
||
|
||
* gas/mips/branch-swap-2.l: New list test.
|
||
* gas/mips/branch-swap-2.s: New test source.
|
||
* gas/mips/mips.exp: Run the new test.
|
||
|
||
2012-08-06 Roland McGrath <mcgrathr@google.com>
|
||
|
||
* gas/i386/x86-64-stack.s: Add cases for push segment register.
|
||
* gas/i386/x86-64-stack.d: Updated.
|
||
* gas/i386/x86-64-stack-suffix.d: Updated.
|
||
* gas/i386/x86-64-stack-intel.d: Updated.
|
||
* gas/i386/ilp32/x86-64-stack.d: Updated.
|
||
* gas/i386/ilp32/x86-64-stack-suffix.d: Updated.
|
||
* gas/i386/ilp32/x86-64-stack-intel.d: Updated.
|
||
|
||
* gas/i386/x86-64-stack.s: Add cases for push immediate.
|
||
* gas/testsuite/gas/i386/ilp32/x86-64-stack-intel.d: Updated.
|
||
* gas/testsuite/gas/i386/ilp32/x86-64-stack-suffix.d: Updated.
|
||
* gas/testsuite/gas/i386/ilp32/x86-64-stack.d: Updated.
|
||
* gas/testsuite/gas/i386/x86-64-stack-intel.d: Updated.
|
||
* gas/testsuite/gas/i386/x86-64-stack-suffix.d: Updated.
|
||
* gas/testsuite/gas/i386/x86-64-stack.d: Updated.
|
||
|
||
* gas/i386/x86-64-stack.s (try): Also try just rex.W (0x48) prefix.
|
||
* gas/testsuite/gas/i386/ilp32/x86-64-stack-intel.d: Updated.
|
||
* gas/testsuite/gas/i386/ilp32/x86-64-stack-suffix.d: Updated.
|
||
* gas/testsuite/gas/i386/ilp32/x86-64-stack.d: Updated.
|
||
* gas/testsuite/gas/i386/x86-64-stack-intel.d: Updated.
|
||
* gas/testsuite/gas/i386/x86-64-stack-suffix.d: Updated.
|
||
* gas/testsuite/gas/i386/x86-64-stack.d: Updated.
|
||
|
||
2012-08-02 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR binutils/14420
|
||
* gas/elf/dwarf2-1.d: Updated.
|
||
* gas/elf/dwarf2-2.d: Likwise.
|
||
* gas/i386/dw2-compress-1.d: Likwise.
|
||
|
||
2012-08-01 James Lemke <jwlemke@codesourcery.com>
|
||
|
||
* gas/cfi/cfi-ppc-1.d: Allow for code alignment of 2 or 4.
|
||
|
||
2012-07-31 Catherine Moore <clm@codesourcery.com>
|
||
Maciej W. Rozycki <macro@codesourcery.com>
|
||
|
||
* gas/mips/micromips@mips32-dsp.d: New test.
|
||
* gas/mips/micromips@mips32-dspr2.d: New test.
|
||
* gas/mips/mips32-dsp.d: Remove -mips32r2.
|
||
* gas/mips/mips32-dspr2.d: Likewise.
|
||
* gas/mips/mips32-dsp.s: Update padding.
|
||
* gas/mips/mips32-dspr2.s: Likewise.
|
||
* gas/mips/mips.exp: Use run_dump_test_arches to run MIPS32 DSP
|
||
tests.
|
||
|
||
2012-07-31 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/d30v/bittest.l: Updated.
|
||
|
||
2012-07-31 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/rdseed-intel.d: Append "#pass".
|
||
|
||
2012-07-30 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/inval-equ-2.l: Updated.
|
||
|
||
2012-07-27 Sean Keys <skeys@ipdatasys.com>
|
||
|
||
* gas/xgate/xgate.exp: Added hi/lo test.
|
||
* gas/xgate/hilo.d: New test file
|
||
* gas/xgate/hilo.s: Net test source file.
|
||
|
||
2012-07-24 Sandra Loosemore <sandra@codesourcery.com>
|
||
Jie Zhang <jzhang918@gmail.com>
|
||
|
||
* gas/arm/adr.d: New test.
|
||
* gas/arm/adr.s: New test.
|
||
|
||
2012-07-16 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
|
||
|
||
* gas/i386/i386.exp: Run adx, rdseed and prefetchw tests.
|
||
* gas/i386/x86-64-arch-2.s: Use prefetchw as 3dnow and Prfchw tests.
|
||
* gas/i386/arch-10.s: Likewise.
|
||
* gas/i386/arch-10-1.l: Changed correspondingly.
|
||
* 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.d: Likewise.
|
||
* gas/i386/arch-10-lzcnt.d: Likewise.
|
||
* gas/i386/x86-64-arch-2.d: Likewise.
|
||
* gas/i386/x86-64-arch-2-lzcnt.d: Likewise.
|
||
* gas/i386/ilp32/x86-64-arch-2.d: Likewise.
|
||
* gas/i386/arch-10-prefetchw.d: New file.
|
||
* gas/i386/x86-64-arch-2-prefetchw.d: Likewise.
|
||
* gas/i386/rdseed.s: Likewise.
|
||
* gas/i386/rdseed.d: Likewise.
|
||
* gas/i386/rdseed-intel.d: Likewise.
|
||
* gas/i386/adx.s: Likewise.
|
||
* gas/i386/adx.d: Likewise.
|
||
* gas/i386/adx-intel.d: Likewise.
|
||
* gas/i386/x86-64-rdseed.s: Likewise.
|
||
* gas/i386/x86-64-rdseed.d: Likewise.
|
||
* gas/i386/x86-64-rdseed-intel.d: Likewise.
|
||
* gas/i386/x86-64-adx.s: Likewise.
|
||
* gas/i386/x86-64-adx.d: Likewise.
|
||
* gas/i386/x86-64-adx-intel.d: Likewise.
|
||
|
||
2012-07-02 Roland McGrath <mcgrathr@google.com>
|
||
|
||
* gas/i386/rep-suffix.s: Add 'rep nop' case.
|
||
* gas/i386/x86-64-rep-suffix.s: Likewise.
|
||
* gas/i386/rep-suffix.d: Updated.
|
||
* gas/i386/x86-64-rep-suffix.d: Likewise.
|
||
* gas/i386/ilp32/x86-64-rep-suffix.d: Likewise.
|
||
|
||
2012-07-02 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/i386.exp: Don't run rep-bsf nor rep-ret.
|
||
|
||
* gas/i386/rep-bsf.d: Removed.
|
||
* gas/i386/rep-bsf.s: Likewise.
|
||
* gas/i386/rep-ret.d: Likewise.
|
||
* gas/i386/rep-ret.s: Likewise.
|
||
|
||
* gas/i386/rep-suffix.d: Updated.
|
||
* gas/i386/x86-64-rep-suffix.d: Likewise.
|
||
* gas/i386/ilp32/x86-64-rep-suffix.d: Likewise.
|
||
|
||
* gas/i386/rep-suffix.s: Add tests for bsf, bsr and ret.
|
||
* gas/i386/x86-64-rep-suffix.s: Likewise.
|
||
|
||
2012-06-30 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR gas/14315
|
||
* gas/elf/common1.d: New file.
|
||
* gas/elf/common1.l: Likewise.
|
||
* gas/elf/common1.s: Likewise.
|
||
* gas/elf/common2.d: Likewise.
|
||
* gas/elf/common2.l: Likewise.
|
||
* gas/elf/common2.s: Likewise.
|
||
|
||
* gas/elf/elf.exp: Run common1 and common2.
|
||
|
||
2012-06-29 Alan Modra <amodra@gmail.com>
|
||
|
||
* gas/lns/lns.exp (lns-common-1): Add crx to alt target list.
|
||
|
||
2012-06-28 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR gas/14260
|
||
* gas/arm/ldr-t-bad.s: Add test of bogus use of literal pool
|
||
addressing.
|
||
* gas/arm/ldr-t-bad.l: Update expected assembler error message
|
||
output.
|
||
|
||
2012-06-28 Nick Clifton <nickc@redhat.com>
|
||
|
||
* gas/lns/lns.exp: Use alternate lns-common test for targets
|
||
enabling linker relaxation.
|
||
* gas/lns/lns-big-delta.d: Allow for output from architectures
|
||
with 32-bit addresses.
|
||
|
||
2012-06-27 Alan Modra <amodra@gmail.com>
|
||
|
||
* gas/i386/rep-ret.s: Zero pad section.
|
||
* gas/i386/rep-ret.d: Update.
|
||
|
||
2012-06-22 Roland McGrath <mcgrathr@google.com>
|
||
|
||
* gas/i386/rep-ret.d: New file.
|
||
* gas/i386/rep-ret.s: New file.
|
||
* gas/i386/i386.exp: Add the new test.
|
||
|
||
* gas/i386/rep-bsf.d: New file.
|
||
* gas/i386/rep-bsf.s: New file.
|
||
* gas/i386/i386.exp: Add the new test.
|
||
|
||
2012-06-13 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/ilp32/x86-64-dc_a.d: New.
|
||
* gas/i386/ilp32/x86-64-dc_a.s: Likewise.
|
||
|
||
2012-06-11 Andreas Schwab <schwab@linux-m68k.org>
|
||
|
||
* gas/ppc/e500mc.d: Update.
|
||
* gas/ppc/476.d: Update.
|
||
|
||
2012-06-07 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/all/gas.exp: Don't run rept.
|
||
|
||
* gas/all/rept.d: Moved to ...
|
||
* gas/i386/rept.d: Here.
|
||
* gas/all/rept.s: Moved to ...
|
||
* gas/i386/rept.s: Here.
|
||
|
||
* gas/i386/i386.exp: Run rept.
|
||
|
||
2012-06-07 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR gas/14201
|
||
* gas/all/gas.exp: Run rept.
|
||
|
||
* gas/all/rept.d: New file.
|
||
* gas/all/rept.s: Likewise.
|
||
|
||
2012-05-29 Roland McGrath <mcgrathr@google.com>
|
||
|
||
* gas/i386/bundle-bad.s: Remove nested .bundle_lock case.
|
||
* gas/i386/bundle-bad.l: Remove expected error line.
|
||
* gas/i386/bundle-lock.s: Add nested .bundle_lock case.
|
||
* gas/i386/bundle-lock.d: Update expectations.
|
||
|
||
2012-05-28 Nick Clifton <nickc@redhat.com>
|
||
|
||
* gas/elf/syms.s: New test - checks the generation of multibyte
|
||
symbol names.
|
||
* gas/elf/syms.d: New file - expected readelf output.
|
||
* gas/elf/elf.exp: Add syms.
|
||
|
||
2012-05-25 Alan Modra <amodra@gmail.com>
|
||
|
||
* gas/lns/lns-big-delta.s: Add nops.
|
||
* gas/lns/lns-big-delta.d: Update.
|
||
|
||
2012-05-19 Alan Modra <amodra@gmail.com>
|
||
|
||
* gas/tic6x/unwind-1.d: Update for readelf changes.
|
||
* gas/tic6x/unwind-2.d: Likewise.
|
||
* gas/tic6x/unwind-3.d: Likewise.
|
||
|
||
2012-05-17 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/all/weakref1.d: Expect addend as signed.
|
||
* gas/arm/pic_vxworks.d: Likewise.
|
||
* gas/arm/wince.d: Likewise.
|
||
* gas/h8300/h8300.exp: Likewise.
|
||
* gas/i386/sub.d: Likewise.
|
||
* gas/mips/ecoff@ld.d: Likewise.
|
||
* gas/mips/ecoff@sd.d: Likewise.
|
||
* gas/mips/l_d-n32.d: Likewise.
|
||
* gas/mips/l_d-n64.d: Likewise.
|
||
* gas/mips/l_d.d: Likewise.
|
||
* gas/mips/ld-n32.d: Likewise.
|
||
* gas/mips/ld-n64.d: Likewise.
|
||
* gas/mips/ld.d: Likewise.
|
||
* gas/mips/mips1@l_d.d: Likewise.
|
||
* gas/mips/mips1@ld-forward.d: Likewise.
|
||
* gas/mips/mips1@ld.d: Likewise.
|
||
* gas/mips/mips1@s_d.d: Likewise.
|
||
* gas/mips/s_d-n32.d: Likewise.
|
||
* gas/mips/s_d-n64.d: Likewise.
|
||
* gas/mips/s_d.d: Likewise.
|
||
* gas/mips/sd-n32.d: Likewise.
|
||
* gas/mips/sd-n64.d: Likewise.
|
||
* gas/mips/sd.d: Likewise.
|
||
* gas/mmix/bz-c.d: Likewise.
|
||
* gas/mmix/geta-c.d: Likewise.
|
||
* gas/mmix/jump-c.d: Likewise.
|
||
* gas/mmix/pushj-c.d: Likewise.
|
||
* gas/mmix/pushj-cs.d: Likewise.
|
||
* gas/mmix/reloc16-n.d: Likewise.
|
||
* gas/mmix/reloc16-r.d: Likewise.
|
||
* gas/mmix/reloc16.d: Likewise.
|
||
* gas/mmix/reloc8-r.d: Likewise.
|
||
* gas/mmix/reloc8.d: Likewise.
|
||
* gas/mmix/relocxrn.d: Likewise.
|
||
* gas/sh/sh64/case-1.d: Likewise.
|
||
* gas/sh/sh64/mix-1.d: Likewise.
|
||
* gas/sh/sh64/pt32-1.d: Likewise.
|
||
* gas/sh/sh64/pt64-1.d: Likewise.
|
||
* gas/sh/sh64/pt64-32-2.d: Likewise.
|
||
* gas/sh/sh64/rel32-2.d: Likewise.
|
||
* gas/sh/sh64/rel32-4.d: Likewise.
|
||
* gas/sh/sh64/rel64-2.d: Likewise.
|
||
* gas/sh/sh64/rel64-4.d: Likewise.
|
||
* gas/tic6x/data-reloc.d: Likewise.
|
||
* gas/tic6x/pcr-relocs.d: Likewise.
|
||
* gas/xstormy16/allinsn.d: Likewise.
|
||
* gas/xstormy16/reloc-1.d: Likewise.
|
||
* gas/xstormy16/reloc-2.d: Likewise.
|
||
|
||
2012-05-17 Alan Modra <amodra@gmail.com>
|
||
|
||
* gas/elf/dwarf2-1.d: Update.
|
||
* gas/elf/dwarf2-2.d: Update.
|
||
* gas/i386/dw2-compress-1.d: Update.
|
||
|
||
2012-05-17 Alan Modra <amodra@gmail.com>
|
||
|
||
* gas/ppc/vle.d: Pass -a32 to assembler.
|
||
* gas/ppc/vle-reloc.d: Likewise.
|
||
* gas/ppc/vle-simple-1.d: Likewise, also match wider addresses.
|
||
* gas/ppc/vle-simple-2.d: Likewise.
|
||
* gas/ppc/vle-simple-3.d: Likewise.
|
||
* gas/ppc/vle-simple-4.d: Likewise.
|
||
* gas/ppc/vle-simple-5.d: Likewise.
|
||
* gas/ppc/vle-simple-6.d: Likewise.
|
||
|
||
2012-05-16 Meador Inge <meadori@codesourcery.com>
|
||
|
||
* gas/arm/stm-ldm.d: STMFD/LDMIA sp!, {reg} don't disassemble to
|
||
PUSH/POP {reg} any longer. Some new test cases have been added as well.
|
||
* gas/arm/stm-ldm.s: Likewise.
|
||
|
||
2012-05-15 James Murray <jsm@jsm-net.demon.co.uk>
|
||
|
||
* gas/m68hc11/insns9s12x.s: New
|
||
* gas/m68hc11/insns9s12x.d: New
|
||
* gas/m68hc11/hexprefix.s: New
|
||
* gas/m68hc11/hexprefix.d: New
|
||
* gas/m68hc11/9s12x-exg-sex-tfr.s: New
|
||
* gas/m68hc11/9s12x-exg-sex-tfr.d: New
|
||
* gas/m68hc11/insns9s12xg.s: New
|
||
* gas/m68hc11/insns9s12xg.d: New
|
||
* gas/m68hc11/9s12x-mov.s: New
|
||
* gas/m68hc11/9s12x-mov.d: New
|
||
* gas/m68hc11/m68hc11.exp: Updated
|
||
* gas/m68hc11/*.d: Brought in line with changed objdump output.
|
||
* gas/all/gas.exp: XFAIL all hc11/12 targets for redef2,3.
|
||
* gas/elf/elf.exp: XFAIL all hc11/12 targets for redef.
|
||
|
||
2012-05-14 Catherine Moore <clm@codesourcery.com>
|
||
Maciej W. Rozycki <macro@codesourcery.com>
|
||
Rhonda Wittels <rhonda@codesourcery.com>
|
||
|
||
* gas/ppc/ppc.exp: Run new tests.
|
||
* gas/ppc/vle-reloc.d: New test.
|
||
* gas/ppc/vle-reloc.s: New test.
|
||
* gas/ppc/vle-simple-1.d: New test.
|
||
* gas/ppc/vle-simple-1.s: New test.
|
||
* gas/ppc/vle-simple-2.d: New test.
|
||
* gas/ppc/vle-simple-2.s: New test.
|
||
* gas/ppc/vle-simple-3.d: New test.
|
||
* gas/ppc/vle-simple-3.s: New test.
|
||
* gas/ppc/vle-simple-4.d: New test.
|
||
* gas/ppc/vle-simple-4.s: New test.
|
||
* gas/ppc/vle-simple-5.d: New test.
|
||
* gas/ppc/vle-simple-5.s: New test.
|
||
* gas/ppc/vle-simple-6.d: New test.
|
||
* gas/ppc/vle-simple-6.s: New test.
|
||
* gas/ppc/vle.d: New test.
|
||
* gas/ppc/vle.s: New test.
|
||
|
||
2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/cris/rd-pic-1.d: Expect addend as signed.
|
||
* gas/cris/rd-tls-1.d: Likewise.
|
||
* gas/cris/rd-tls-2.d: Likewise.
|
||
|
||
2012-05-13 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/all/fwdexp.d: Expect addend as signed.
|
||
* gas/alpha/elf-reloc-1.d: Likewise.
|
||
* gas/i386/mixed-mode-reloc64.d: Likewise.
|
||
* gas/i386/reloc64.d: Likewise.
|
||
* gas/i386/ilp32/mixed-mode-reloc64.d: Expect addend as signed.
|
||
* gas/i386/ilp32/reloc64.d: Likewise.
|
||
* gas/ia64/pcrel.d: Likewise.
|
||
* gas/mips/branch-misc-2-64.d: Likewise.
|
||
* gas/mips/branch-misc-2pic-64.d: Likewise.
|
||
* gas/mips/branch-misc-4-64.d: Likewise.
|
||
* gas/mips/ldstla-n64-sym32.d: Likewise.
|
||
* gas/mips/micromips@branch-misc-2-64.d: Likewise.
|
||
* gas/mips/micromips@branch-misc-2pic-64.d: Likewise.
|
||
* gas/mips/micromips@branch-misc-4-64.d: Likewise.
|
||
* gas/mips/mips16-hilo-n32.d: Likewise.
|
||
* gas/ppc/astest.d: Likewise.
|
||
* gas/ppc/astest2.d: Likewise.
|
||
* gas/ppc/astest2_64.d: Likewise.
|
||
* gas/ppc/astest64.d: Likewise.
|
||
* gas/ppc/test1elf32.d: Likewise.
|
||
* gas/ppc/test1elf64.d: Likewise.
|
||
* gas/sparc/reloc64.d: Likewise.
|
||
|
||
2012-05-12 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/mips/elf-rel10.d: Updated.
|
||
* gas/mips/elf-rel22.d: Likewise.
|
||
* gas/mmix/comment-1.d: Likewise.
|
||
|
||
2012-05-12 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/ilp32/ilp32.exp: Don't run reloc64-inval.
|
||
|
||
* gas/i386/ilp32/reloc64.s: Add test for -4294967295 addend.
|
||
* gas/i386/ilp32/reloc64.d: Updated.
|
||
|
||
* gas/i386/ilp32/reloc64-inval.l: Removed.
|
||
* gas/i386/ilp32/reloc64-inval.s: Likewise.
|
||
|
||
2012-05-09 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/ilp32/ilp32.exp: Run reloc64-inval.
|
||
|
||
* gas/i386/ilp32/reloc64.s: Add tests for ".quad".
|
||
* gas/i386/ilp32/reloc64.d: Updated.
|
||
|
||
* gas/i386/ilp32/reloc64-inval.l: New file.
|
||
* gas/i386/ilp32/reloc64-inval.s: Likewise.
|
||
|
||
2012-05-08 Alan Modra <amodra@gmail.com>
|
||
|
||
* lib/gas-defs.exp (run_dump_test): Don't set LC_ALL here.
|
||
|
||
2012-05-06 Arnold Metselaar <arnold_m@operamail.com>
|
||
|
||
* gas/z80/jr-forwf.s: New file, adapted from z8k version.
|
||
* gas/z80/jr-backf.s: Likewise.
|
||
* gas/z80/djnz-backf.s: Likewise.
|
||
* gas/z80/ill_op: New file, with illegal operand.
|
||
* gas/z80/z80.exp: Run new tests.
|
||
|
||
2012-05-03 Sean Keys <skeys@ipdatasys.com>
|
||
|
||
* gas/all/gas.exp: Added xgate tex entry.
|
||
* gas/xgate/abi-xgate-16-32.d: Simple ABI flag test.
|
||
* gas/xgate/abi-xgate-16-64.d: Ditto
|
||
* gas/xgate/abi-xgate-32-32.d: Ditto
|
||
* gas/xgate/abi-xgate-32-64.d: Ditto
|
||
* gas/xgate/abi.s: Source file for ABI tests.
|
||
* gas/xgate/all_insns.d: Dump file for all instructions test.
|
||
* gas/xgate/all_insns.s: Source file for all instructions test.
|
||
* gas/xgate/insns-dwarf2.d: Dump file for dwarf2 test.
|
||
* gas/xgate/insns.d: Dump file for instructions test.
|
||
* gas/xgate/insns.s: Source file for instructions test.
|
||
* gas/xgate/xgate.exp: XGATE tests file.
|
||
|
||
2012-04-27 David S. Miller <davem@davemloft.net>
|
||
|
||
* gas/sparc/sparc.exp: Run cfr test.
|
||
* gas/sparc/cfr.s: New testcase.
|
||
* gas/sparc/cfr.d: Likewise.
|
||
|
||
* gas/sparc/sparc.exp: Run pause test.
|
||
* gas/sparc/pause.s: New testcase.
|
||
* gas/sparc/pause.d: Likewise.
|
||
|
||
* gas/sparc/cbcond.s: New file.
|
||
* gas/sparc/cbcond.d: New file.
|
||
* gas/sparc/sparc.exp: Run cbcond test.
|
||
|
||
* gas/sparc/crypto.s: New file.
|
||
* gas/sparc/crypto.d: New file.
|
||
* gas/sparc/sparc.exp: Run crypto test.
|
||
|
||
2012-04-12 David S. Miller <davem@davemloft.net>
|
||
|
||
* gas/sparc/reloc64.s: Add abs34 code model tests.
|
||
* gas/sparc/reloc64.d: Update.
|
||
|
||
2012-04-12 Roland McGrath <mcgrathr@google.com>
|
||
|
||
* gas/elf/elf.exp (run_elf_list_test): Treat arm-*-nacl* targets
|
||
as -armeabi.
|
||
|
||
* gas/arm/any-idiv.d: Match *-*-nacl* targets too.
|
||
* gas/arm/arch4t.d: Likewise.
|
||
* gas/arm/arch4t-eabi.d: Likewise.
|
||
* gas/arm/attr-any-armv4t.d: Likewise.
|
||
* gas/arm/attr-any-thumbv6.d: Likewise.
|
||
* gas/arm/attr-cpu-directive.d: Likewise.
|
||
* gas/arm/attr-default.d: Likewise.
|
||
* gas/arm/attr-march-all.d: Likewise.
|
||
* gas/arm/attr-march-armv1.d: Likewise.
|
||
* gas/arm/attr-march-armv2a.d: Likewise.
|
||
* gas/arm/attr-march-armv2.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.d: Likewise.
|
||
* gas/arm/attr-march-armv6j.d: Likewise.
|
||
* gas/arm/attr-march-armv6k.d: Likewise.
|
||
* gas/arm/attr-march-armv6k+sec.d: Likewise.
|
||
* gas/arm/attr-march-armv6kt2.d: Likewise.
|
||
* gas/arm/attr-march-armv6-m.d: Likewise.
|
||
* gas/arm/attr-march-armv6-m+os.d: Likewise.
|
||
* gas/arm/attr-march-armv6s-m.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-armv7a.d: Likewise.
|
||
* gas/arm/attr-march-armv7-a+idiv.d: Likewise.
|
||
* gas/arm/attr-march-armv7-a+mp.d: Likewise.
|
||
* gas/arm/attr-march-armv7-a+sec.d: Likewise.
|
||
* gas/arm/attr-march-armv7-a+sec+virt.d: Likewise.
|
||
* gas/arm/attr-march-armv7-a+virt.d: Likewise.
|
||
* gas/arm/attr-march-armv7.d: Likewise.
|
||
* gas/arm/attr-march-armv7em.d: Likewise.
|
||
* gas/arm/attr-march-armv7-m.d: Likewise.
|
||
* gas/arm/attr-march-armv7m.d: Likewise.
|
||
* gas/arm/attr-march-armv7-r.d: Likewise.
|
||
* gas/arm/attr-march-armv7r.d: Likewise.
|
||
* gas/arm/attr-march-armv7-r+mp.d: Likewise.
|
||
* gas/arm/attr-march-iwmmxt2.d: Likewise.
|
||
* gas/arm/attr-march-iwmmxt.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-fpa10.d: Likewise.
|
||
* gas/arm/attr-mfpu-fpa11.d: Likewise.
|
||
* gas/arm/attr-mfpu-fpa.d: Likewise.
|
||
* gas/arm/attr-mfpu-fpe2.d: Likewise.
|
||
* gas/arm/attr-mfpu-fpe3.d: Likewise.
|
||
* gas/arm/attr-mfpu-fpe.d: Likewise.
|
||
* gas/arm/attr-mfpu-maverick.d: Likewise.
|
||
* gas/arm/attr-mfpu-neon.d: Likewise.
|
||
* gas/arm/attr-mfpu-neon-fp16.d: Likewise.
|
||
* gas/arm/attr-mfpu-softfpa.d: Likewise.
|
||
* gas/arm/attr-mfpu-softvfp.d: Likewise.
|
||
* gas/arm/attr-mfpu-softvfp+vfp.d: Likewise.
|
||
* gas/arm/attr-mfpu-vfp10.d: Likewise.
|
||
* gas/arm/attr-mfpu-vfp10-r0.d: Likewise.
|
||
* gas/arm/attr-mfpu-vfp3.d: Likewise.
|
||
* gas/arm/attr-mfpu-vfp9.d: Likewise.
|
||
* gas/arm/attr-mfpu-vfp.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-vfpv4-d16.d: Likewise.
|
||
* gas/arm/attr-mfpu-vfpv4.d: Likewise.
|
||
* gas/arm/attr-mfpu-vfpxd.d: Likewise.
|
||
* gas/arm/attr-names.d: Likewise.
|
||
* gas/arm/attr-order.d: Likewise.
|
||
* gas/arm/attr-override-cpu-directive.d: Likewise.
|
||
* gas/arm/attr-override-mcpu.d: Likewise.
|
||
* gas/arm/got_prel.d: Likewise.
|
||
* gas/arm/mapdir.d: Likewise.
|
||
* gas/arm/mapmisc.d: Likewise.
|
||
* gas/arm/mapsecs.d: Likewise.
|
||
* gas/arm/mapshort-eabi.d: Likewise.
|
||
* gas/arm/mapshort-elf.d: Likewise.
|
||
* gas/arm/mov-highregs-any.d: Likewise.
|
||
* gas/arm/mov-lowregs-any.d: Likewise.
|
||
* gas/arm/pr12198-1.d: Likewise.
|
||
* gas/arm/pr12198-2.d: Likewise.
|
||
* gas/arm/thumb.d: Likewise.
|
||
* gas/arm/thumb-eabi.d: Likewise.
|
||
* gas/arm/thumbrel.d: Likewise.
|
||
|
||
2012-04-12 Jie Zhang <jie@codesourcery.com>
|
||
Meador Inge <meadori@codesourcery.com>
|
||
|
||
* gas/arm/push-pop.d: New testcase.
|
||
* gas/arm/push-pop.s: Ditto.
|
||
* gas/arm/stm-ldm.d: Ditto.
|
||
* gas/arm/stm-ldm.s: Ditto.
|
||
|
||
2012-04-07 David S. Miller <davem@davemloft.net>
|
||
|
||
* gas/all/gas.exp: Sparc can handle BFD_RELOC_8 for constants.
|
||
|
||
2012-04-03 Roland McGrath <mcgrathr@google.com>
|
||
|
||
* gas/i386/k1om.d: Add not-target match for *-*-nacl*.
|
||
* gas/i386/l1om.d: Likewise.
|
||
|
||
2012-04-02 DJ Delorie <dj@redhat.com>
|
||
|
||
* gas/rx/mov.d: Update patterns for fixed MOV.W encoding.
|
||
|
||
2012-03-20 Nick Clifton <nickc@redhat.com>
|
||
|
||
* gas/arm/vfp1xD.s: Add tests of the VMSR ad VMRS instructions in
|
||
priviledged modes.
|
||
* gas/arm/vfp1xD.d: Update expected output.
|
||
|
||
2012-03-16 Matthew Gretton-Dann <matther.gretton-dann@arm.com>
|
||
|
||
* gas/testsuite/gas/arm/any-idiv.d: New testcase.
|
||
* gas/testsuite/gas/arm/any-idiv.s: Likewise.
|
||
* gas/arm/attr-any-armv4t.d: Update expected output.
|
||
* gas/arm/attr-any-thumbv6.d: Likewise.
|
||
* gas/arm/attr-cpu-directive.d: Likewise.
|
||
* gas/arm/attr-default.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+os.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+sec.d: Likewise.
|
||
* gas/arm/attr-march-armv6k.d: Likewise.
|
||
* gas/arm/attr-march-armv6kt2.d: Likewise.
|
||
* gas/arm/attr-march-armv6s-m.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+mp.d: Likewise.
|
||
* gas/arm/attr-march-armv7-a+sec.d: Likewise.
|
||
* gas/arm/attr-march-armv7-a.d: Likewise.
|
||
* gas/arm/attr-march-armv7.d: Likewise.
|
||
* gas/arm/attr-march-armv7a.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-vfpv4-d16.d: Likewise.
|
||
* gas/arm/attr-mfpu-vfpv4.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.
|
||
* gas/arm/eabi_attr_1.d: Likewise.
|
||
* gas/arm/mov-highregs-any.d: Likewise.
|
||
* gas/arm/mov-lowregs-any.d: Likewise.
|
||
* gas/arm/pr12198-1.d: Likewise.
|
||
* gas/arm/pr12198-2.d: Likewise.
|
||
|
||
2012-03-15 Alan Modra <amodra@gmail.com>
|
||
|
||
* gas/i386/bundle-lock.d: Ignore trailing nops.
|
||
* gas/i386/bundle.d: Likewise.
|
||
* gas/i386/x86-64-bundle.d: Likewise.
|
||
|
||
2012-03-13 Roland McGrath <mcgrathr@google.com>
|
||
|
||
* gas/i386/bundle-bad.s: New file.
|
||
* gas/i386/bundle-bad.d: New file.
|
||
* gas/i386/bundle-bad.l: New file.
|
||
* gas/i386/i386.exp: Run it.
|
||
|
||
* gas/arm/bundle.s: New file.
|
||
* gas/arm/bundle.d: New file.
|
||
* gas/arm/bundle-lock.s: New file.
|
||
* gas/arm/bundle-lock.d: New file.
|
||
|
||
* gas/i386/bundle.s: New file.
|
||
* gas/i386/bundle.d: New file.
|
||
* gas/i386/x86-64-bundle.s: New file.
|
||
* gas/i386/x86-64-bundle.d: New file.
|
||
* gas/i386/bundle-lock.s: New file.
|
||
* gas/i386/bundle-lock.d: New file.
|
||
* gas/i386/i386.exp: Run them.
|
||
|
||
2012-03-10 Edmar Wienskoski <edmar@freescale.com>
|
||
|
||
* gas/ppc/e500mc64_nop.s: New test case for e500mc family
|
||
termination nops.
|
||
* gas/ppc/e500mc64_nop.d: Likewise.
|
||
* gas/ppc/e5500_nop.s: Likewise.
|
||
* gas/ppc/e5500_nop.d: Likewise.
|
||
* gas/ppc/e6500_nop.s: Likewise.
|
||
* gas/ppc/e6500_nop.d: Likewise.
|
||
* gas/ppc/e6500.s: New.
|
||
* gas/ppc/e6500.d: Likewise.
|
||
* gas/ppc/ppc.exp: Run e6500, e500mc64_nop, e5500_nop, and e6500_nop.
|
||
|
||
2012-03-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||
|
||
* gas/s390/esa-g5.d: Move length field to the second operand.
|
||
* gas/s390/esa-g5.s: Likewise.
|
||
|
||
2012-02-14 Alan Modra <amodra@gmail.com>
|
||
|
||
* gas/elf/bad-group.s: Add section attributes.
|
||
* gas/elf/elf.exp (groupautoa, groupautob): Don't run for hppa64-hpux.
|
||
(ifunc-1, type): Don't run for hpux.
|
||
* gas/elf/type-noifunc.e: Accept ANSI_COM.
|
||
* gas/elf/section7.s: Always have whitespace before directives.
|
||
* gas/elf/warn-2.s: Likewise.
|
||
* gas/i386/ifunc-3.s: Move .size directive.
|
||
|
||
2012-02-13 Alan Modra <amodra@gmail.com>
|
||
|
||
* gas/all/gas.exp (redef2): xfail m6811 and m6812.
|
||
* gas/elf/elf.exp: Use is_elf_format.
|
||
* gas/symver/symver.exp: Likewise.
|
||
* gas/m68hc11/m68hc11.exp: Simplify target test.
|
||
Add -m68hc11 to error tests that pass for hc12.
|
||
|
||
2012-02-11 Kai Tietz <ktietz@redhat.com>
|
||
|
||
* gas/i386/disp32.d: Adjust label pattern.
|
||
|
||
2012-02-08 Kai Tietz <ktietz@redhat.com>
|
||
|
||
* gas/i386/x86-64-disp32.d: Fix lable-pattern.
|
||
|
||
2012-02-08 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/hle-intel.d: New.
|
||
* gas/i386/hle.d: Likewise.
|
||
* gas/i386/hle.s: Likewise.
|
||
* gas/i386/hlebad.l: Likewise.
|
||
* gas/i386/hlebad.s: Likewise.
|
||
* gas/i386/rtm-intel.d: Likewise.
|
||
* gas/i386/rtm.d: Likewise.
|
||
* gas/i386/rtm.s: Likewise.
|
||
* gas/i386/x86-64-hle-intel.d: Likewise.
|
||
* gas/i386/x86-64-hle.d: Likewise.
|
||
* gas/i386/x86-64-hle.s: Likewise.
|
||
* gas/i386/x86-64-hlebad.l: Likewise.
|
||
* gas/i386/x86-64-hlebad.s: Likewise.
|
||
* gas/i386/x86-64-rtm-intel.d: Likewise.
|
||
* gas/i386/x86-64-rtm.d: Likewise.
|
||
* gas/i386/x86-64-rtm.s: Likewise.
|
||
|
||
* gas/i386/i386.exp: Run hle, hle-intel, hlebad x86-64-hle, rtm,
|
||
rtm-intel, x86-64-hle-intel, x86-64-hlebad, x86-64-rtm and
|
||
x86-64-rtm-intel.
|
||
|
||
2012-01-20 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/disp32.s: Add tests for .d8 suffix.
|
||
* gas/i386/x86-64-disp32.s: Likewise.
|
||
|
||
* gas/i386/disp32.d: Updated.
|
||
* gas/i386/x86-64-disp32.d: Likewise.
|
||
|
||
2012-01-17 Andreas Schwab <schwab@linux-m68k.org>
|
||
|
||
* gas/m68k/pmove.s, gas/m68k/pmove.d: New test.
|
||
* gas/m68k/all.exp: Run it.
|
||
|
||
2012-01-13 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/i386.exp: Run vmfunc and x86-64-vmfunc.
|
||
|
||
* gas/i386/vmfunc.d: New.
|
||
* gas/i386/vmfunc.s: Likewise.
|
||
* gas/i386/x86-64-vmfunc.d: Likewise.
|
||
|
||
2012-01-13 Iain Sandoe <idsandoe@googlemail.com>
|
||
|
||
* gas/all/redef2.d: Skip for Darwin.
|
||
* gas/all/redef3.d: Likewise.
|
||
* gas/all/weakref1.d: Likewise.
|
||
* gas/macros/irp.d: Likewise.
|
||
* gas/macros/repeat.d: Likewise.
|
||
* gas/macros/rept.d: Likewise.
|
||
* gas/macros/test2.d: Likewise.
|
||
* gas/macros/vararg.d: Likewise.
|
||
* gas/mach-o/macro-irp.d: New.
|
||
* gas/mach-o/macro-repeat.d: New.
|
||
* gas/mach-o/macro-rept.d: New.
|
||
* gas/mach-o/macro-test2.d: New.
|
||
* gas/mach-o/macro-vararg.d: New.
|
||
* gas/mach-o/redef2.d: New.
|
||
* gas/mach-o/redef3.d: New.
|
||
|
||
2012-01-13 Iain Sandoe <idsandoe@googlemail.com>
|
||
|
||
* gas/mach-o/dysymtab-3.d: New.
|
||
* gas/mach-o/symbols-7.s: New.
|
||
|
||
2012-01-13 Iain Sandoe <idsandoe@googlemail.com>
|
||
|
||
* gas/mach-o/dysymtab-2.d: Update to include the set VMA.
|
||
* gas/mach-o/symbols-1-64.d: Likewise.
|
||
* gas/mach-o/symbols-1.d: Likewise.
|
||
* gas/mach-o/symbols-6.d: Likewise.
|
||
* gas/mach-o/zerofill-1.d: Likewise.
|
||
* gas/mach-o/zerofill-2.d: Likewise.
|
||
|
||
2012-01-12 Iain Sandoe <idsandoe@googlemail.com>
|
||
|
||
* gas/mach-o/dysymtab-2.d: New.
|
||
* gas/mach-o/err-syms-4.s: New.
|
||
* gas/mach-o/err-syms-5.s: New.
|
||
* gas/mach-o/err-syms-6.s: New.
|
||
* gas/mach-o/symbols-6-64.d: New.
|
||
* gas/mach-o/symbols-6-64.s: New.
|
||
* gas/mach-o/symbols-6.d: New.
|
||
* gas/mach-o/symbols-6.s: New.
|
||
|
||
2012-01-09 Iain Sandoe <idsandoe@googlemail.com>
|
||
|
||
* gas/mach-o/err-syms-1.s: New.
|
||
* gas/mach-o/err-syms-2.s: New.
|
||
* gas/mach-o/err-syms-3.s: New.
|
||
* gas/mach-o/symbols-2.d: New.
|
||
* gas/mach-o/symbols-2.s: New.
|
||
* gas/mach-o/symbols-3.s: New.
|
||
* gas/mach-o/symbols-4.s: New.
|
||
* gas/mach-o/symbols-5.d: New.
|
||
* gas/mach-o/symbols-5.s: New.
|
||
|
||
2012-01-08 Richard Sandiford <rdsandiford@googlemail.com>
|
||
|
||
* gas/mips/tls-relw.s, gas/mips/tls-relw.d: New test.
|
||
* gas/mips/mips.exp: Run it.
|
||
|
||
2012-01-08 Richard Sandiford <rdsandiford@googlemail.com>
|
||
|
||
* gas/mips/align3.s, gas/mips/align3.d: New testcase.
|
||
* gas/mips/mips.exp: Run it.
|
||
|
||
2012-01-04 Iain Sandoe <idsandoe@googlemail.com>
|
||
|
||
* gas/mach-o/zerofill-2.d: New.
|
||
|
||
2012-01-04 Iain Sandoe <idsandoe@googlemail.com>
|
||
|
||
* gas/mach-o/zerofill-1.d: New.
|
||
* gas/mach-o/zerofill-1.s: New.
|
||
|
||
2012-01-03 Iain Sandoe <idsandoe@googlemail.com>
|
||
|
||
* gas/mach-o/dysymtab-1-64.d: New.
|
||
* gas/mach-o/dysymtab-1.d: New.
|
||
* gas/mach-o/symbols-1-64.d: New.
|
||
* gas/mach-o/symbols-1.d: New.
|
||
* gas/mach-o/symbols-base-64.s: New.
|
||
* gas/mach-o/symbols-base.s: New.
|
||
|
||
For older changes see ChangeLog-2011
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|