gas/
[deliverable/binutils-gdb.git] / gas / ChangeLog
index c84e9e88134f97cde9529586cb544ed0fc8bf105..983acfe54cdd05b87bf7b06345f6273075e4f06d 100644 (file)
@@ -1,3 +1,62 @@
+2013-06-22  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * doc/as.texinfo: Use MIPS rather than @sc{mips} throughout.
+       Use "CPU" instead of "cpu".
+       * doc/c-mips.texi: Likewise.
+       (MIPS Opts): Rename to MIPS Options.
+       (MIPS option stack): Rename to MIPS Option Stack.
+       (MIPS ASE instruction generation overrides): Rename to
+       MIPS ASE Instruction Generation Overrides (for now).
+       (MIPS floating-point): Rename to MIPS Floating-Point.
+
+2013-06-22  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * doc/c-mips.texi (MIPS Macros): New section.
+       (MIPS Object): Replace with...
+       (MIPS Small Data): ...this new section.
+
+2013-06-22  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * doc/c-mips.texi (MIPS symbol sizes): Move section further up file.
+       Capitalize name.  Use @kindex instead of @cindex for .set entries.
+
+2013-06-22  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * doc/c-mips.texi (MIPS Stabs): Remove section.
+
+2013-06-20  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * config/tc-mips.c (ISA_SUPPORTS_SMARTMIPS, ISA_SUPPORTS_DSP_ASE)
+       (ISA_SUPPORTS_DSP64_ASE, ISA_SUPPORTS_DSPR2_ASE, ISA_SUPPORTS_EVA_ASE)
+       (ISA_SUPPORTS_MT_ASE, ISA_SUPPORTS_MCU_ASE, ISA_SUPPORTS_VIRT_ASE)
+       (ISA_SUPPORTS_VIRT64_ASE): Delete.
+       (mips_ase): New structure.
+       (mips_ases): New table.
+       (FP64_ASES): New macro.
+       (mips_ase_groups): New array.
+       (mips_isa_rev, mips_ase_mask, mips_check_isa_supports_ase)
+       (mips_check_isa_supports_ases, mips_set_ase, mips_lookup_ase): New
+       functions.
+       (is_opcode_valid): Use mips_ases to get the 64-bit ASE flags.
+       (md_parse_option): Use mips_ases and mips_set_ase instead of
+       separate case statements for each ASE option.
+       (mips_after_parse_args): Use FP64_ASES.  Use
+       mips_check_isa_supports_ases to check the ASEs against
+       other options.
+       (s_mipsset): Use mips_ases and mips_set_ase instead of
+       separate if statements for each ASE option.  Use
+       mips_check_isa_supports_ases, even when a non-ASE option
+       is specified.
+
+2013-06-19  Greta Yorsh  <Greta.Yorsh@arm.com>
+
+       * config/tc-arm.c (arm_cpus): Add support for Cortex-A12.
+
+2013-06-18  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * config/tc-mips.c (md_shortopts, options, md_longopts)
+       (md_longopts_size): Move earlier in file.
+
 2013-06-18  Richard Sandiford  <rdsandiford@googlemail.com>
 
        * config/tc-mips.c (mips_set_options): Replace separate "ase_*" fields
This page took 0.028445 seconds and 4 git commands to generate.