From 574627a976d3ee85502d69e8e882c04c2bbe1e3b Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 6 May 2005 08:20:06 +0000 Subject: [PATCH] Move testsuite specific entries from gas/ChangeLog to gas/testsuite/ChangeLog --- gas/ChangeLog | 36 +------------------------------- gas/testsuite/ChangeLog | 55 +++++++++++++++++++++++++++++++++++++++++++------ 2 files changed, 50 insertions(+), 41 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index f74ddadcc..0c89245b1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -109,21 +109,7 @@ config/te-netware.h, config/te-sparcaout.h, config/te-sun3.h, config/te-tmips.h, config/te-vxworks.h, config/vax-inst.h, config/xtensa-istack.h, config/xtensa-relax.c, - config/xtensa-relax.h, doc/fdl.texi, - testsuite/gas/all/itbl-test.c, testsuite/gas/all/test-example.c, - testsuite/gas/all/test-gen.c, testsuite/gas/arm/maverick.c, - testsuite/gas/cris/cris.exp, testsuite/gas/hppa/basic/basic.exp, - testsuite/gas/hppa/parse/parse.exp, - testsuite/gas/hppa/reloc/reloc.exp, - testsuite/gas/hppa/unsorted/unsorted.exp, - testsuite/gas/m88k/m88k.exp, testsuite/gas/mmix/mmix-err.exp, - testsuite/gas/mmix/mmix-list.exp, testsuite/gas/mmix/mmix.exp, - testsuite/gas/mn10200/basic.exp, testsuite/gas/mn10300/am33-2.c, - testsuite/gas/mn10300/basic.exp, testsuite/gas/pdp11/opcode.s, - testsuite/gas/ppc/aix.exp, testsuite/gas/sh/basic.exp, - testsuite/gas/sh/err.exp, testsuite/gas/sh/arch/arch.exp, - testsuite/gas/sh/sh64/sh64.exp, testsuite/gas/v850/basic.exp, - testsuite/lib/gas-defs.exp + config/xtensa-relax.h, doc/fdl.texi 2005-05-05 Nick Clifton @@ -692,7 +678,6 @@ * config/tc-arm.h (TC_SEGMENT_INFO_TYPE): Redefined as struct arm_segment_info_type. (arm_segment_info_type): New struct. - * testsuite/gas/arm/unwind.d: Update expected output. 2005-03-28 Sterling Augustine Bob Wilson @@ -1701,8 +1686,6 @@ BFD_RELOC_UNUSED same as previous meaning of BFD_RELOC_NONE. (create_unwind_entry): Output dependency on the required personality routines. - testsuite/gas/arm/unwind.d: Alter expected output to include - dependency on __aeabi_unwind_cpp_pr[01]. 2005-02-07 Nathan Sidwell @@ -3705,23 +3688,6 @@ allow -up ISA variants. (sh_elf_final_processing): Replace if-else chain with a call to sh_find_elf_flags(). - * testsuite/gas/sh/arch: New directory. - * testsuite/gas/sh/arch/arch.exp: New test script. - * testsuite/gas/sh/arch/arch_expected.txt: New file. - * testsuite/gas/sh/arch/sh.s: New file. - * testsuite/gas/sh/arch/sh2.s: New file. - * testsuite/gas/sh/arch/sh-dsp.s: New file. - * testsuite/gas/sh/arch/sh2e.s: New file. - * testsuite/gas/sh/arch/sh3-nommu.s: New file. - * testsuite/gas/sh/arch/sh3.s: New file. - * testsuite/gas/sh/arch/sh3-dsp.s: New file. - * testsuite/gas/sh/arch/sh3e.s: New file. - * testsuite/gas/sh/arch/sh4-nommu-nofpu.s: New file. - * testsuite/gas/sh/arch/sh4-nofpu.s: New file. - * testsuite/gas/sh/arch/sh4.s: New file. - * testsuite/gas/sh/arch/sh4a-nofpu.s: New file. - * testsuite/gas/sh/arch/sh4al-dsp.s: New file. - * testsuite/gas/sh/arch/sh4a.s: New file. 2004-05-28 Peter Barada diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index eceba443c..1f4b1c942 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -21,6 +21,20 @@ * gas/i386/i386.exp: Don't run divide test on vxworks. +2005-05-05 Nick Clifton + + * Update the address and phone number of the FSF organization in + the GPL notices in the following files: + gas/all/itbl-test.c, gas/all/test-example.c, gas/all/test-gen.c, + gas/arm/maverick.c, gas/cris/cris.exp, gas/hppa/basic/basic.exp, + gas/hppa/parse/parse.exp, gas/hppa/reloc/reloc.exp, + gas/hppa/unsorted/unsorted.exp, gas/m88k/m88k.exp, + gas/mmix/mmix-err.exp, gas/mmix/mmix-list.exp, gas/mmix/mmix.exp, + gas/mn10200/basic.exp, gas/mn10300/am33-2.c, + gas/mn10300/basic.exp, gas/pdp11/opcode.s, gas/ppc/aix.exp, + gas/sh/basic.exp, gas/sh/err.exp, gas/sh/arch/arch.exp, + gas/sh/sh64/sh64.exp, gas/v850/basic.exp, lib/gas-defs.exp + 2005-05-05 Mike Frysinger * gas/sh/basic.exp: Replace linux-gnu with linux-* to allow for @@ -159,6 +173,10 @@ * gas/arm/tls.s, gas/arm/tls.d: New files. * gas/arm/arm.exp: Run TLS test. +2005-03-29 Julian Brown + + * gas/arm/unwind.d: Update expected output. + 2005-03-28 H.J. Lu PR 803 @@ -341,7 +359,7 @@ * gas/arc/extensions.d: Likewise. * gas/arc/warn.s: Warnings for readonly core registers accessed. * gas/arc/warn.d: Likewise. - * testsuite/gas/arc/arc.exp: Run extensions testcase. + * gas/arc/arc.exp: Run extensions testcase. 2005-03-03 Richard Sandiford @@ -572,6 +590,11 @@ * gas/ia64/ia64.exp: Pass -munwind-check=error for unwind-err and proc. +2005-02-10 Julian Brown + + * gas/arm/unwind.d: Alter expected output to include dependency on + __aeabi_unwind_cpp_pr[01]. + 2005-02-09 Jan Beulich * gas/i386/intelok.s: Remove comments disabling alternative forms of @@ -830,15 +853,15 @@ 2004-11-29 Kazuhiro Inaoka - * testsuite/gas/m32r/rela-1.s: New test. - * testsuite/gas/m32r/rela-1.d: Expected disassembly. - * testsuite/gas/m32r/m32r.exp: Run the new test. - * testsuite/gas/m32r/relax-1.d: Update for fixed pcrel reloc + * gas/m32r/rela-1.s: New test. + * gas/m32r/rela-1.d: Expected disassembly. + * gas/m32r/m32r.exp: Run the new test. + * gas/m32r/relax-1.d: Update for fixed pcrel reloc generation. 2004-11-27 Richard Earnshaw - * gas/testsuite/arm/thumbv6.d (setend): Remove stray tab at end + * gas/arm/thumbv6.d (setend): Remove stray tab at end of dump pattern. 2004-11-25 H.J. Lu @@ -1389,6 +1412,26 @@ * gas/m68k/mode5.d: New file: Expected disassmbly. * gas/m68k/all.exp: Run new test. +2004-05-28 Andrew Stubbs + + * gas/sh/arch: New directory. + * gas/sh/arch/arch.exp: New test script. + * gas/sh/arch/arch_expected.txt: New file. + * gas/sh/arch/sh.s: New file. + * gas/sh/arch/sh2.s: New file. + * gas/sh/arch/sh-dsp.s: New file. + * gas/sh/arch/sh2e.s: New file. + * gas/sh/arch/sh3-nommu.s: New file. + * gas/sh/arch/sh3.s: New file. + * gas/sh/arch/sh3-dsp.s: New file. + * gas/sh/arch/sh3e.s: New file. + * gas/sh/arch/sh4-nommu-nofpu.s: New file. + * gas/sh/arch/sh4-nofpu.s: New file. + * gas/sh/arch/sh4.s: New file. + * gas/sh/arch/sh4a-nofpu.s: New file. + * gas/sh/arch/sh4al-dsp.s: New file. + * gas/sh/arch/sh4a.s: New file. + 2004-05-27 H.J. Lu * gas/ia64/regs.d: Updated. -- 2.11.4.GIT