diff options
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index a60f66d..b24baef 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,109 @@ +2012-12-17 Nick Clifton <nickc@redhat.com> + + * config/default.exp: Add copyright notice. + * gas/aarch64/aarch64.exp: Likewise. + * gas/all/gas.exp: Likewise. + * gas/alpha/alpha.exp: Likewise. + * gas/arc/arc.exp: Likewise. + * gas/arc/warn.exp: Likewise. + * gas/arm/arm.exp: Likewise. + * gas/bfin/bfin.exp: Likewise. + * gas/bfin/error.exp: Likewise. + * gas/cfi/cfi.exp: Likewise. + * gas/cr16/cr16.exp: Likewise. + * gas/cr16/pic.exp: Likewise. + * gas/crx/allinsn.exp: Likewise. + * gas/d10v/d10v.exp: Likewise. + * gas/d30v/d30.exp: Likewise. + * gas/dlx/alltests.exp: Likewise. + * gas/elf/elf.exp: Likewise. + * gas/epiphany/allinsn.exp: Likewise. + * gas/fr30/allinsn.exp: Likewise. + * gas/fr30/fr30.exp: Likewise. + * gas/frv/allinsn.exp: Likewise. + * gas/h8300/h8300-coff.exp: Likewise. + * gas/h8300/h8300-elf.exp: Likewise. + * gas/h8300/h8300.exp: Likewise. + * gas/h8300/t01_mov.exp: Likewise. + * gas/h8300/t02_mova.exp: Likewise. + * gas/h8300/t03_add.exp: Likewise. + * gas/h8300/t04_sub.exp: Likewise. + * gas/h8300/t05_cmp.exp: Likewise. + * gas/h8300/t06_ari2.exp: Likewise. + * gas/h8300/t07_ari3.exp: Likewise. + * gas/h8300/t08_or.exp: Likewise. + * gas/h8300/t09_xor.exp: Likewise. + * gas/h8300/t10_and.exp: Likewise. + * gas/h8300/t11_logs.exp: Likewise. + * gas/h8300/t12_bit.exp: Likewise. + * gas/h8300/t13_otr.exp: Likewise. + * gas/hppa/README: Likewise. + * gas/i386/i386.exp: Likewise. + * gas/i386/ilp32/ilp32.exp: Likewise. + * gas/i386/ilp32/cfi/ilp32.exp: Likewise. + * gas/i386/ilp32/elf/ilp32.exp: Likewise. + * gas/i386/ilp32/lns/ilp32.exp: Likewise. + * gas/i860/README.i860: Likewise. + * gas/i860/i860.exp: Likewise. + * gas/ia64/ia64.exp: Likewise. + * gas/ieee-fp/x930509a.exp: Likewise. + * gas/iq2000/allinsn.exp: Likewise. + * gas/iq2000/load-hazards.exp: Likewise. + * gas/iq2000/odd-ldw.exp: Likewise. + * gas/iq2000/odd-sdw.exp: Likewise. + * gas/iq2000/yield.exp: Likewise. + * gas/lm32/all.exp: Likewise. + * gas/lns/lns.exp: Likewise. + * gas/m32r/allinsn.exp: Likewise. + * gas/m32r/error.exp: Likewise. + * gas/m32r/m32r2.exp: Likewise. + * gas/m32r/m32rx.exp: Likewise. + * gas/m32r/pic.exp: Likewise. + * gas/m32r/rel32.exp: Likewise. + * gas/m68hc11/m68hc11.exp: Likewise. + * gas/m68k/all.exp: Likewise. + * gas/m68k-coff/gas.exp: Likewise. + * gas/mach-o/mach-o.exp: Likewise. + * gas/macros/macros.exp: Likewise. + * gas/mcore/allinsn.exp: Likewise. + * gas/mep/allinsn.exp: Likewise. + * gas/mep/complex-relocs.exp: Likewise. + * gas/microblaze/allinsn.exp: Likewise. + * gas/microblaze/endian.exp: Likewise. + * gas/microblaze/reloc_sym.exp: Likewise. + * gas/microblaze/special_reg.exp: Likewise. + * gas/mips/mips.exp: Likewise. + * gas/mri/mri.exp: Likewise. + * gas/msp430/msp430.exp: Likewise. + * gas/mt/errors.exp: Likewise. + * gas/mt/mt.exp: Likewise. + * gas/mt/relocs.exp: Likewise. + * gas/openrisc/allinsn.exp: Likewise. + * gas/pdp11/pdp11.exp: Likewise. + * gas/pj/pj.exp: Likewise. + * gas/ppc/ppc.exp: Likewise. + * gas/rx/make-d: Likewise. + * gas/rx/rx.exp: Likewise. + * gas/score/relax.exp: Likewise. + * gas/score/relax_32.exp: Likewise. + * gas/sparc/mismatch.exp: Likewise. + * gas/sparc/sparc.exp: Likewise. + * gas/sparc-solaris/addend.exp: Likewise. + * gas/sparc-solaris/gas.exp: Likewise. + * gas/sun4/addend.exp: Likewise. + * gas/symver/symver.exp: Likewise. + * gas/tic4x/tic4x.exp: Likewise. + * gas/tic54x/tic54x.exp: Likewise. + * gas/tic6x/tic6x.exp: Likewise. + * gas/vax/vax.exp: Likewise. + * gas/xc16x/xc16x.exp: Likewise. + * gas/xgate/xgate.exp: Likewise. + * gas/xstormy16/allinsn.exp: Likewise. + * gas/xtensa/all.exp: Likewise. + * gas/z80/z80.exp: Likewise. + * gas/z8k/z8k.exp: Likewise. + * lib/gas-dg.exp: Likewise. + 2012-12-06 Yufeng Zhang <yufeng.zhang@arm.com> * gas/aarch64/illegal.s: Add test for unaccepted LDR literal. |