bfd:
[binutils-gdb.git] / gas / ChangeLog
index 0dabaebade41a3f1b6cd978536b8f4479fa2fd31..cfbd5198f74752010a4c89749f1dc0fd30e564b8 100644 (file)
@@ -1,3 +1,72 @@
+2005-11-08  Nathan Sidwell  <nathan@codesourcery.com>
+
+       Add ms2 support.
+       * config/tc-ms1.c (ms1_mach_bitmask): Initialize to MS1.
+       (ms1_architectures): Add ms2.
+       (md_parse_option): Add ms2.
+       (md_show_usage): Add ms2.
+       (md_assemble): Add JAL_HAZARD detection logic.
+       (md_cgen_lookup_reloc): Add MS1_OPERAND_LOOPSIZE case.
+       * doc/c-ms1.texi: New.
+       * doc/all.texi: Add MS1.
+       * doc/Makefile.am (CPU_DOCS): Add c-ms1.texi.
+       * doc/Makefile.in: Rebuilt.
+       * doc/Makefile: Rebuilt.
+
+2005-11-07  Steve Ellcey  <sje@cup.hp.com>
+
+       * configure: Regenerate after modifying bfd/warning.m4.
+
+2005-11-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR gas/1804
+       * config/tc-hppa.c (md_apply_fix): Use number_to_chars_bigendian to
+       output constant data.
+
+2005-11-07  Mark Mitchell  <mark@codesourcery.com>
+
+       * doc/Makefile.am (asconfig.texi): Set top_srcdir.
+       * doc/Makefile.in: Regenerated.
+       * doc/as.texinfo: Document "@FILE".
+
+2005-11-07  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/1568
+       * config/obj-coff.c (obj_coff_section): Set readonly flag with the
+       'x' attribute.  Remember the actions of the 'w' and 'n' attributes
+       and do not allow the 'x','s' or 'd' attributes to change them.
+
+2005-11-07  John Levon  <levon@movementarian.org>
+
+       * config/tc-i386.h (tc_comment_chars): Define.
+       * config/tc-i386.c (line_comment_chars): Use '/' unconditionally.
+       (i386_comment_chars): Add.
+       (md_parse_options): Process OPTION_DIVIDE.
+       (md_show_usage): Describe --divide option.
+       * doc/c-i386.texi: Document --divide option.
+
+2005-11-07  Arnold Metselaar  <arnold.metselaar@planet.nl>
+
+       * expr.c (op_encoding): Map '=' to O_SINGLE_EQ, if defined.
+       * config/tc-z80.h: Define O_SINGLE_EQ as O_eq.
+
+2005-11-07  Alan Modra  <amodra@bigpond.net.au>
+
+       * macro.c (buffer_and_nest): Skip labels regardless of
+       NO_PSEUDO_DOT and flag_m68k_mri.
+
+2005-11-07  Arnold Metselaar  <arnold.metselaar@planet.nl>
+
+       * expr.c (integer_constant): Match only 'B' as binary suffix if
+       NUMBERS_WITH_SUFFIX and LOCAL_LABELS_FB.  Allow both 'b' and 'B'
+       otherwise.
+
+2005-11-04  Alexandre Oliva  <aoliva@redhat.com>
+
+       * read.c (s_weakref): Do not permit redefinitions.
+       * symbols.c (colon): Do not permit redefinitions of equated
+       symbols.
+
 2005-11-01  Thiemo Seufer  <ths@networkno.de>
 
        PR gas/1299
 
        * config/tc-m32c.c (md_relax_table, subtype_mappings,
        md_convert_frag): Add jsr.w support.
-       
+
        * config/tc-m32c.c (md_assemble): Don't use errmsg as the format
        itself.
        (md_cgen_lookup_reloc): Add m32c bitbase operands.  Add 8-s24
 
        * Makefile.am: Add Z80 cpu.
        * Makefile.in: Regenerated.
-       * app.c (do_scrub_chars)<TC_Z80>: Correctly scrub "ex af,af'" 
+       * app.c (do_scrub_chars)<TC_Z80>: Correctly scrub "ex af,af'"
        and disallow newlines in quoted strings.
        * configure.tgt: Add z80-*-coff.
        * config/obj-coff.h: Add format "coff-z80".
        * doc/c-arm.texi: Document .cpu, .arch, .fpu and .eabi_attribute.
 
 2005-10-06  Khem Raj  <kraj@mvista.com>
-            NIIBE Yutaka  <gniibe@m17n.org>
+           NIIBE Yutaka  <gniibe@m17n.org>
 
        * config/tc-sh.c (allow_dollar_register_prefix): New variable.
        (parse_reg_without_prefix): New function.