Remove redundant returns in void functions.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 7a713e7bb16e230de47213e272c7efa2b67c5f3c..e4f154598c8952b0285a008f93edeae00477794b 100644 (file)
@@ -1,3 +1,207 @@
+2003-12-09  Paul Brook  <paul@codesourcery.com>
+
+       * config/tc-arm.c (do_umaal): Fix typo.
+
+2003-12-06  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * dwarf2dbg.c: Convert to ISO-C.
+       * write.c: Likewise.
+       * write.h: Likewise.
+
+2003-12-06  Richard Sandiford  <rsandifo@redhat.com>
+
+       * config/tc-mips.c (macro): Switch misordered call to frag_grow()
+       and setting of tc_fr_offset.
+
+2003-12-05  Ricardo Anguiano <anguiano@codesourcery.com>
+           Mark Mitchell  <mark@codesourcery.com>
+           Richard Earnshaw  <rearnsha@arm.com>
+       
+       Add V6 support.
+       * config/tc-arm.c (ARM_EXT_V6): New macro.
+       (ARM_ARCH_V6): Likewise.
+       (SHIFT_IMMEDIATE): Likewise.
+       (SHIFT_LSL_OR_ASR_IMMEDIATE): Likewise.
+       (SHIFT_ASR_IMMEDIATE): Likewise.
+       (SHIFT_LSL_IMMMEDIATE): Likewise.
+       (do_cps): New function.
+       (do_cpsi): Likewise.
+       (do_ldrex): Likewise.
+       (do_pkhbt): Likewise.
+       (do_pkhtb): Likewise.
+       (do_qadd16): Likewise.
+       (do_rev): Likewise.
+       (do_rfe): Likewise.
+       (do_sxtah): Likewise.
+       (do_sxth): Likewise.
+       (do_setend): Likewise.
+       (do_smlad): Likewise.
+       (do_smlald): Likewise.
+       (do_smmul): Likewise.
+       (do_ssat): Likewise.
+       (do_usat): Likewise.
+       (do_srs): Likewise.
+       (do_ssat16): Likewise.
+       (do_usat16): Likewise.
+       (do_strex): Likewise.
+       (do_umaal): Likewise.
+       (do_cps_mode): Likewise.
+       (do_cps_flags): Likewise.
+       (do_endian_specifier): Likewise.
+       (do_pkh_core): Likewise.
+       (do_sat): Likewise.
+       (do_sat16): Likewise.
+       (insns): Add V6 instructions.
+       (do_t_cps): New function.
+       (do_t_cpy): Likewise.
+       (do_t_setend): Likewise.
+       (THUMB_CPY): New macro.
+       (tinsns): Add V6 instructions.
+       (decode_shift): Handle V6 restricted-shift options.
+       (thumb_mov_compare): Support CPY.
+       (arm_cores): Add arm1136js and arm1136jfs.
+       (arm_archs): Add armv6.
+       (arm_fpus): Add arm1136jfs.
+       * doc/c-arm.texi (ARM Options): Mention arm1136js, arm1136jfs, and
+       armv6 options.
+
+2003-12-06  Christian Groessler  <chris@groessler.org>
+
+       * config/tc-z8k.c (parse_reg): Be case insensitive when checking
+       register names.
+       (get_ctrl_operand): Be case insensitive when checking ctrl names.
+
+2003-12-05  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-sh.c (md_show_usage): Fix compilation errors
+       introduced by the previous delta.
+
+2003-12-03  Alexandre Oliva  <aoliva@redhat.com>
+
+       * config/tc-sh.c: Add support for sh4a and no-fpu variants.
+       * testsuite/gas/sh/basic.exp: Call tests for sh4a.
+       * testsuite/gas/sh/{err-sh4a-fp.s, err-sh4a.s, 
+       err-sh4al-dsp.s, sh4a-dsp.d, sh4a-dsp.s, sh4a-fp.d, 
+       sh4a-fp.s, sh4a.d, sh4a.s, sh4al-dsp.d, sh4al-dsp.s:
+       New files, tests for sh4a and related variants.
+       
+2003-12-05  Michael Snyder  <msnyder@redhat.com>
+
+       * config/tc-sh.c (md_show_usage): Mention new -isa options.
+       * doc/c-sh.texi: Document new -isa options.
+       * doc/c-sh64.texi: Ditto.
+       * NEWS: Mention new support for sh4a.
+
+2003-12-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-alpha.c (s_alpha_end): Don't crash if there is no
+       matching .ent.
+
+2003-12-04  Alan Modra  <amodra@bigpond.net.au>
+
+       * tc.h (md_pcrel_from): Don't declare if defined as a macro.
+
+2003-12-03  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
+
+       * config/tc-m32r.h : Add support for new machine m32r2.
+       * config/tc-m32r.c : Likewise.
+       Add new command line switches and directives to allow endian-ness
+       to be selected and some warnings to be turned into errors.
+       (line_separator_chars) : Use '!'.
+       * doc/c-m32r.texi: Document new switches and directives.
+       * NEWS: Mention new support.
+
+2003-12-03  Dave Airlie  <airlied@linux.ie>
+
+       * configure.in: Likewise.
+       * configure: Regenerate.
+       * config/tc-vax.c (md_shortopts): Add 'Q'.
+       (md_parse_option): Ignore 'Q' for now.
+
+2003-12-02  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * messages.c: Convert to ISO-C.
+       * obj.h: Likewise.
+       * output-file.c: Likewise.
+       * output-file.h: Likewise.
+       * sb.c: Likewise.
+       * sb.h: Likewise.
+       * stabs.c: Likewise.
+       * subsegs.c: Likewise.
+       * subsegs.h: Likewise.
+       * tc.h: Likewise.
+
+2003-12-02  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/obj-elf.c: Remove ARGSUSED.
+
+2003-12-02  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+
+2003-11-30  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * symbols.c: Convert to ISO-C.
+       * symbols.h: Likewise.
+
+2003-11-28  Christian Groessler  <chris@groessler.org>
+
+       * config/tc-z8k.c: Convert to ISO-C.
+       * config/tc-z8k.h: Likewise.
+
+2003-11-27  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * read.c: Convert to ISO-C.
+       * read.h: Likewise.
+
+2003-11-27  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-sh.c (sh_elf_cons): If md_cons_align is defined
+       call it to make sure that the constants that are going to be
+       emitted are correctly aligned.
+
+2003-11-27  Alexandre Oliva  <aoliva@redhat.com>
+
+       * config/tc-frv.c (md_pcrel_from_section): Don't adjust when
+       referencing symbol in a different section.
+
+2003-11-26  Christian Groessler  <chris@groessler.org>
+
+       * config/tc-z8k.c (s_segm): Fix indentation.
+       (md_apply_fix3): Likewise.
+       (cc_names): Add alias names for the names generated by the
+       disassembler.
+       (get_cc_operand): Be case insensitive.
+       (get_operands): Improve error handling for cc operands.
+       (check_operand): Not used, remove.
+       (md_assemble): Remove unused variable prev_opcode.  Skip
+       whitespace until end-of-line only.  Restore *op_end after call to
+       hash_find.
+
+2003-11-26  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-h8300.c (get_operand): Allow er4-er7 for ldm/stm
+       instructions on the H8SX.
+
+2003-11-25  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/tc-h8300.c (h8_exp): Remove.
+
+2003-11-25  Asgari Jinia  <asgarij@kpitcummins.com>
+
+       * config/tc-h8300.c (md_assemble): Check operands validity for
+       ldm/stm.
+       (get_operand): Check register pair's validity as per technical
+       note TN-H8*-193A/E from Renesas for H8s and for H8Sx manual.
+
+2003-11-24  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * listing.c: Convert to ISO-C.
+       * listing.h: Likewise.
+       * macro.c: Likewise.
+       * macro.h: Likewise.
+
 2003-11-24  Jakub Jelinek  <jakub@redhat.com>
 
        * app.c (do_scrub_chars): Add PUT (ch) and ch = GET ()
This page took 0.02455 seconds and 4 git commands to generate.