* config/tc-arm.c (only_one_reg_in_list): New function.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index dda0c1a4ec14685b8b044797349f6101c19f255b..b1d863af0f82665e5bc212a9556938ff5cfc27a8 100644 (file)
@@ -1,6 +1,236 @@
+2012-04-12  Jie Zhang  <jie@codesourcery.com>
+            Meador Inge  <meadori@codesourcery.com>
+
+       * config/tc-arm.c (only_one_reg_in_list): New function.
+       (encode_ldmstm): Ditto.
+       (do_ldmstm): Use a different encoding when pushing or poping
+       a single register.
+       (A_COND_MASK): New macro.
+       (A_PUSH_POP_OP_MASK): Ditto.
+       (A1_OPCODE_PUSH): Ditto.
+       (A2_OPCODE_PUSH): Ditto.
+       (A2_OPCODE_POP): Ditto.
+
+2012-04-06  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * doc/c-mips.texi (MIPS Opts): Correct -no-mfix-24k to
+       -mno-fix-24k.
+
+2012-04-06  Roland McGrath  <mcgrathr@google.com>
+
+       * configure.in (AC_CHECK_HEADERS): Add locale.h.
+       * config.in: Regenerate.
+       * configure: Regenerate.
+
+2012-04-05  Nick Clifton  <nickc@redhat.com>
+
+       * configure.in (AC_CHECK_FUNCS): Add setlocale.
+       (AM_LC_MESSAGES): Add.
+       * aclocal.m4: Regenerate.
+       * config.in: Regenerate.
+       * configure: Regenerate.
+
+2012-04-03  DJ Delorie  <dj@redhat.com>
+
+       * config/rx-parse.y: Make the .L optional for ADC and SBB.
+
+2012-04-02  DJ Delorie  <dj@redhat.com>
+
+       * config/rx-parse.y: IMM->IMM_, take an extra parameter for the
+       transfer size.
+       (IMM): New, call IMM_ with the default 32.
+       (IMMW,IMMB): Likewise, for 16 and 8.
+       (NIMM, MBIMM): Add size parameter.
+       (immediate): Likewise.  Allow 32768..65535 for 16-bit transfers.
+       (MOV.W): Use IMMW instead of IMM.
+
+       * config/rx-parse.y (ADC,SBB): ADC and SBB only allow .L.
+       (op_dp20_rm_l): New.
+       (op_dp20_rim_l): New.
+
+       * config/rx-parse.y (op_dp20_rms): Rename to op_dp20_rr, don't allow mem.
+       (ABS, NEG, NOT): These only take REG or REG,REG (rr, not rms).
+
+2012-03-29  Terry Guo  <terry.guo@arm.com>
+
+       * config/tc-arm.c (arm_cpus): Add cortex-m0plus.
+       * doc/c-arm.texi (ARM Options): Document -mcpu=cortex-m0plus.
+
+2012-03-23  Maxim Kuvyrkov  <maxim@codesourcery.com>
+
+       * config/tc-mips.c (mips_cpu_info_table): Add entry for Broadcom XLP.
+       * doc/c-mips.texi: Mention XLP.
+
+2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
+
+       [SH] Support the .uaquad and .8byte directives also for non-sh64
+       configurations.
+
+       * config/tc-sh.c (sh_cons_fix_new, md_apply_fix) [!HAVE_SH64]: Handle
+       BFD_RELOC_64.
+       * doc/c-sh64.texi (SH64 Machine Directives): Move .uaquad
+       description...
+       * doc/c-sh.texi (SH Machine Directives): ... here.
+
+2012-03-20  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-arm.c (do_vmrs): Accept priviledged mode VFP system
+       registers.
+       (do_vmsr): Likewise.
+       (arm_opcode_insns): Do not default to using the FPSCR register in
+       the VMRS and VMSR registers.
+
+2012-03-16  Roland McGrath  <mcgrathr@google.com>
+
+       * config/tc-i386.h [TE_NACL] (ELF_TARGET_FORMAT32, ELF_TARGET_FORMAT64):
+       Define for this case.
+       * configure.tgt (i386-*-nacl*): If ${cpu} is x86_64*, default to x32.
+
+2012-03-16  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
+
+       * config/tc-arm.c (aeabi_set_public_attributes): Correct
+       handling of Tag_DIV_use.
+
+2012-03-15  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * doc/as.texinfo (Bundle directives): Fix typo.
+
+2012-03-14  Ryan Mansfield  <rmansfield@qnx.com>
+
+       * doc/as.texinfo (Bundle directives): Replace @defn with @dfn.
+
+2012-03-13  Roland McGrath  <mcgrathr@google.com>
+
+       * config/tc-arm.c (arm_frag_max_var): New function.
+       * config/tc-arm.h: Declare it.
+       (md_frag_max_var): New macro.
+
+       * config/tc-i386.c (i386_frag_max_var): New function.
+       * config/tc-i386.h: Declare it.
+       (md_frag_max_var): New macro.
+
+       * doc/as.texinfo (Bundle directives): New node.
+       (Pseudo Ops): Add it to the menu.
+       * NEWS: Mention new feature.
+       * read.c [md_frag_max_var] (HANDLE_BUNDLE): New macro.
+       [HANDLE_BUNDLE] (bundle_align_p2): New variable.
+       [HANDLE_BUNDLE] (bundle_lock_frchain, bundle_lock_frag): New variables.
+       [HANDLE_BUNDLE] (start_bundle, pending_bundle_size, finish_bundle):
+       New functions.
+       (assemble_one): New function if [HANDLE_BUNDLE], #define directly
+       to md_assembly if not.
+       (read_a_source_file): Call assemble_one in place of md_assemble.
+       (read_a_source_file) [HANDLE_BUNDLE]: Check for unterminated
+       .bundle_lock at end of processing.
+       [HANDLE_BUNDLE] (s_bundle_align_mode, s_bundle_lock, s_bundle_unlock):
+       New functions.
+       [HANDLE_BUNDLE] (potable): Add their entries.
+       * read.h: Declare new functions.
+
+2012-03-10  Edmar Wienskoski  <edmar@freescale.com>
+
+       * config/tc-ppc.c (md_show_usage): Document -me5500 and -me6500.
+       (ppc_handle_align): Add termination nop opcode for e500mc family.
+       * doc/as.texinfo: Document options -me5500 and -me6500.
+       * doc/c-ppc.texi: Likewise.
+
+2012-03-07  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-mn10300.c (other_registers): Add SSP and USP.
+       (md_assemble): Add support for TLS relocs.
+       (mn10300_parse_name): Likewise.
+
+2012-02-27  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-crx.c (check_range): Correct uint32_t misconceptions.
+
+2012-02-27  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-tic4x.c (tic4x_do_align): Remove ATTRIBUTE_UNUSED on
+       params.  Properly generate NOP pattern.  Comment reason for
+       subseg_text_p failure.
+
+2012-02-27  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-h8300.c (constant_fits_width_p): Trim constant to 32 bits
+       and sign extend before range tests.
+       (constant_fits_size_p): Similarly.
+       (get_specific): Trim X_add_number to 32 bits.
+       (fix_operand_size): Likewise, and use unsigned test for signed
+       ranges.
+
+2012-02-27  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-crx.c: Include bfd_stdint.h.
+       (getconstant): Remove irrelevant comment.  Don't fail due to
+       sign-extension of int mask.
+       (check_range): Rewrite using unsigned arithmetic throughout.
+
+2012-02-25  Walter Lee  <walt@tilera.com>
+
+       * tc-tilepro.c (emit_tilepro_instruction): Check if symbol is
+       non-local before checking sy_value.
+       * tc-tilegx.c (emit_tilegx_instruction): Ditto.
+
+2012-02-25  Walter Lee  <walt@tilera.com>
+
+       * tc-tilepro.c (O_tls_le): Define operator.
+       (O_tls_le_lo16): Ditto.
+       (O_tls_le_hi16): Ditto.
+       (O_tls_le_ha16): Ditto.
+       (O_tls_gd_call): Ditto.
+       (O_tls_gd_add): Ditto.
+       (O_tls_ie_load): Ditto.
+       (md_begin): Delete old operators; handle new operators.
+       (emit_tilepro_instruction): Ditto.
+       (md_apply_fix): Ditto.
+       * tc-tilegx.c (O_hw1_got): Delete operator.
+       (O_hw2_got): Ditto.
+       (O_hw3_got): Ditto.
+       (O_hw2_last_got): Ditto.
+       (O_hw1_tls_gd): Ditto.
+       (O_hw2_tls_gd): Ditto.
+       (O_hw3_tls_gd): Ditto.
+       (O_hw2_last_tls_gd): Ditto.
+       (O_hw1_tls_ie): Ditto.
+       (O_hw2_tls_ie): Ditto.
+       (O_hw3_tls_ie): Ditto.
+       (O_hw2_last_tls_ie): Ditto.
+       (O_hw0_tls_le): Define operator.
+       (O_hw0_last_tls_le): Ditto.
+       (O_hw1_last_tls_le): Ditto.
+       (O_tls_gd_call): Ditto.
+       (O_tls_gd_add): Ditto.
+       (O_tls_ie_load): Ditto.
+       (O_tls_add): Ditto.
+       (md_begin): Delete old operators; handle new operators.
+       (emit_tilegx_instruction): Ditto.
+       (md_apply_fix): Ditto.
+       * doc/c-tilegx.texi: Delete old operators; document new operators.
+       * doc/c-tilepro.texi: Ditto.
+
 2012-02-25  Walter Lee  <walt@tilera.com>
 
-       * tc-tilegx.c (md_begin): set architecture and machine.
+       * tc-tilepro.c (apply_special_operator): delete cases for
+       got and tls operators.
+       (md_apply_fix): Ditto.
+       * tc-tilegx.c (md_begin): Set architecture and machine.
+       (tilegx_target_format): Handle big endian.
+       (OPTION_EB): Define.
+       (OPTION_EL): Define.
+       (md_longopts): Add entries for "EB" and "EL".
+       (md_parse_option): Handle OPTION_EB and OPTION_EL.
+       (md_show_usage): Add -EB and -EL.
+       (md_number_to_chars): New.
+       (apply_special_operator): delete cases for got and tls
+       operators.
+       (md_apply_fix): Ditto.
+       * tc-tilegx.h (TARGET_BYTES_BIG_ENDIAN): Guard definition with
+       ifndef.
+       (md_number_to_chars): Delete.
+       * configure.tgt (tilegx*be): Handle.
+       * doc/as.texinfo [TILE-Gx]: Document -EB and -EL.
+       * doc/c-tilegx.texi: Ditto.
 
 2012-02-21  H.J. Lu  <hongjiu.lu@intel.com>
 
This page took 0.031138 seconds and 4 git commands to generate.