2006-10-08 Paul Brook <paul@codesourcery.com>
[binutils-gdb.git] / gas / ChangeLog
index 6e72db5247dc8abf89aaf1244a8d727003876b9c..fd4d462b66d0d46199af8bbaf8b5fb8dac53176f 100644 (file)
@@ -1,3 +1,36 @@
+2006-10-08  Paul Brook  <paul@codesourcery.com>
+
+       * config/tc-arm.c (parse_big_immediate): 64-bit host fix.
+       (parse_operands): Use parse_big_immediate for OP_NILO.
+       (neon_cmode_for_logic_imm): Try smaller element sizes.
+       (neon_cmode_for_move_imm): Ditto.
+       (do_neon_logic): Handle .i64 pseudo-op.
+
+2006-09-29  Alan Modra  <amodra@bigpond.net.au>
+
+       * po/POTFILES.in: Regenerate.
+
+2006-09-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.h (CpuMNI): Renamed to ...
+       (CpuSSSE3): This.
+       (CpuUnknownFlags): Updated.
+       (processor_type): Replace PROCESSOR_YONAH with PROCESSOR_CORE
+       and PROCESSOR_MEROM with PROCESSOR_CORE2.
+       * config/tc-i386.c: Updated.
+       * doc/c-i386.texi: Likewise.
+       
+       * config/tc-i386.c (cpu_arch): Add ".ssse3", "core" and "core2".
+
+2006-09-28  Bridge Wu  <mingqiao.wu@gmail.com>
+
+       * config/tc-arm.c (md_apply_fix): Do not clear write_back bit.
+
+2006-09-27  Nick Clifton  <nickc@redhat.com>
+
+       * output-file.c (output_file_close): Prevent an infinite loop
+       reporting that stdoutput could not be closed.
+
 2006-09-26  Mark Shinwell  <shinwell@codesourcery.com>
             Joseph Myers  <joseph@codesourcery.com>
             Ian Lance Taylor  <ian@wasabisystems.com>