Move testsuite specific entries from gas/ChangeLog to gas/testsuite/ChangeLog
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 6da2330e69d85e95f8423436515ed47687e9dac9..0c89245b1adbe8ec79e8d7969ec04a326831c240 100644 (file)
@@ -1,3 +1,29 @@
+2005-05-06  Jan Beulich  <jbeulich@novell.com>
+
+       * sb.h (sb_add_buffer): Reintroduce.
+       * sb.c (sb_add_buffer): Likewise.
+
+2005-05-06  Jan Beulich  <jbeulich@novell.com>
+
+       * macro.c (new_formal, del_formal): New.
+       (do_formals): Use new_formal. Check for and parse qualifier. Warn if
+       required argument has default value. Stop looking for more formal
+       when there was a vararg one.
+       (macro_expand_body): Use new_formal and del_formal.
+       (macro_expand): Likewise. Initialize local variable err. Don't
+       return immediately when encountering an error. Warn when keyword
+       argument already had a value assigned. Eliminate duplicate clearing
+       of argument value. When current positional argument matches parameter
+       of vararg type, assign to it all the remaining arguments. Issue error
+       when required parameter does not have value.
+       (free_macro): Use del_formal.
+       (expand_irp): Initialize formal type. Free buffers associated with
+       formal prior to returning.
+       * macro.h (struct formal_struct): Add new field 'type' with new
+       enumeration type 'formal_type'.
+       * doc/as.texinfo: Document macro parameter qualifiers.
+       * NEWS: Mention new functionality.
+
 2005-05-06  Jan Beulich  <jbeulich@novell.com>
 
        * cond.c (s_ifb): New.
        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  <nickc@redhat.com>
 
        * 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  <sterling@tensilica.com>
            Bob Wilson  <bob.wilson@acm.org>
        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  <nathan@codesourcery.com>
 
        allow <arch>-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 <peter@the-baradas.com>
 
This page took 0.03956 seconds and 4 git commands to generate.