* configure.in: Apply 2012-09-10 change to config.in here.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index da66b4924e3d424f93c91351d817bfda989acf86..395af6426c664088bc2f3377a241b1fdb8fb924a 100644 (file)
@@ -1,3 +1,178 @@
+2012-11-05  Alan Modra  <amodra@gmail.com>
+
+       * configure.in: Apply 2012-09-10 change to config.in here.
+
+2012-11-05  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-ppc.c (md_chars_to_number): Delete.
+       (ppc_setup_opcodes): Assert num_powerpc_operands fit.
+       (ppc_is_toc_sym): Move earlier in file.
+       (md_assemble): Move code setting reloc from md_apply_fix.  Combine
+       non-ELF code setting fixup with ELF code.  Stash opindex in
+       fx_pcrel_adjust.  Adjust fixup offset for VLE.  Don't set
+       fx_no_overflow here.
+       (md_apply_fix): Rewrite to use ppc_insert_operand for all
+       resolved instruction fields.  Leave insn field zero when
+       emitting an ELF reloc in most cases.
+
+       * write.h (struct fix <fx_pcrel_adjust>): Make it a signed char.
+       * config/tc-m68k.c (tc_gen_reloc, md_pcrel_from): Remove explicit
+       sign extendion of fx_pxrel_adjust.
+
+2012-11-01  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * config/tc-mips.c (is_delay_slot_valid): Simplify expression.
+
+2012-11-01  Chao-ying Fu  <fu@mips.com>
+
+       * config/tc-mips.c (append_insn): Set fx_no_overflow for 16-bit
+       microMIPS branch relocations.
+
+2012-11-01  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * config/tc-mips.c (is_delay_slot_valid): Don't accept macros
+       in 16-bit delay slots.
+       (macro_build_jalr): Emit 32-bit JALR if placed in a 32-bit delay
+       slot.
+       (macro) <M_JAL_2>: Likewise
+
+2012-10-31  David Holsgrove  <david.holsgrove@xilinx.com>
+
+       * config/tc-microblaze.c: Check for weak symbols before
+       emitting relocation.
+
+2012-10-29  Alan Modra  <amodra@gmail.com>
+
+       * sb.c (sb_check): Use __builtin_clzll when size_t is not the
+       same size as long.
+
+2012-10-29  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-ppc.c (ppc_znop): Remove unused vars.
+
+2012-10-26  Alan Modra  <amodra@gmail.com>
+
+       PR target/14758
+       * config/tc-ppc.c (ppc_setup_opcodes): Fix comment.
+       (md_assemble): Translate to _DS relocs for ppc32 as well as ppc64.
+       (tc_gen_reloc): Handle _DS relocs in ppc32 mode.
+
+2012-10-22  Simon Baldwin  <simonb@google.com>
+
+       * as.c (dump_statistics): Compute data size as the delta between
+       current sbrk(0) and start_sbrk.
+       * (main): Set start_sbrk to sbrk(0) on entry.
+
+2012-10-18  Kai Tietz  <ktietz@redhat.com>
+
+       * config/obj-coff.c: Add include of struc-symbol.h header.
+       (coff_frob_symbol): Check that function-aux entries are generated for
+       defined symbols only.
+
+       * doc/as.texinfo: Add missing documentation about section flag
+       exclude.
+
+2012-10-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * config/tc-hppa.c (pa_get_number): New.
+       (pa_get_absolute_expression): Simplify.
+       (pa_ip): Use pa_get_number instead of pa_get_absolute_expression
+       to get SOP, SFU and COPR identifiers.
+
+       * config/tc-hppa.c (pa_ip): Reject double floating point stores and
+       loads that reference the right half of a floating point register.
+
+2012-10-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * config/tc-hppa.c (pa_ip): Limit unit conditions for uxor to those
+       not involving a carry.
+
+2012-10-12  Peter Bergner  <bergner@vnet.ibm.com>
+
+       * doc/as.texinfo (-mpwr4, -mpwr7): Fix option name typos.
+
+2012-10-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+       * config/tc-arm.c: Change condition code insertion for
+       lds[hb] instructions from after the 2nd character to after the 3rd.
+       (tCM): Remove macro.
+       (TxCM): Likewise.
+       (TxCM_): Likewise.
+       (TCM): Likewise.
+
+2012-10-09  Nagajyothi Eggone  <nagajyothi.eggone@amd.com>
+
+       * config/tc-i386.c (cpu_arch): Add CPU_BDVER3_FLAGS.
+       * doc/c-i386.texi: Add -march=bdver3 option.
+
+2012-10-04  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-v850.c (v850_insert_operand): Use a static buffer for
+       the error message.
+
+2012-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       * config/tc-s390.c (s390_parse_cpu): Add new option zEC12.
+       * doc/as.texinfo: Document new option zEC12.
+       * doc/c-s390.texi: Likewise.
+
+2012-10-03  DJ Delorie  <dj@redhat.com>
+
+       * config/tc-rl78.c: Change line_separator to '@' so that '|' can
+       be used in expressions.
+
+2012-10-01  Alan Modra  <amodra@gmail.com>
+
+       * write.c (chain_frchains_together_1): Reorder assertion to avoid
+       uninit warning.
+
+2012-09-23  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * config/tc-mips.h (TC_FORCE_RELOCATION): Remove comment.
+       * config/tc-mips.c (calculate_reloc): New function.
+       (append_insn): Use it.  Do not resolve compound relocations here.
+       (mips16_macro_build, mips16_ip): Use calculate_reloc.
+       (mips16_immed_extend): New function, split out from...
+       (mips16_immed): ...here.
+       (mips_frob_file): Handle null symbols.
+       (mips_force_relocation): Remove NEWABI handling.
+       (read_reloc_insn, write_reloc_insn): New functions.
+       (md_apply_fix): Report TLS relocations against constants.
+       Use read_reloc_insn, calculate_reloc and write_reloc_insn.
+       Report relocations against constants that can't be resolved
+       at assembly time.
+
+2012-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * config/tc-mips.c (append_insn) <BFD_RELOC_MIPS_JMP>: Don't
+       mark as incomplete for constant expressions.
+       <BFD_RELOC_MIPS16_JMP>: Likewise.
+
+2012-09-23  Richard Sandiford  <rdsandiford@googlemail.com>
+           Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * config/tc-mips.h (mips_record_label): Delete.
+       (mips_add_dot_label): Declare.
+       (tc_new_dot_label): Use it.
+       * config/tc-mips.c (mips_assembling_insn): New variable.
+       (md_assemble): Call mips_mark_labels.  Set mips_assembling_insn
+       while the main part of the function is executing.
+       (mips_compressed_mark_label): New function, split out from...
+       (mips_compressed_mark_labels): ...here.
+       (append_insn): Don't call mips_mark_labels here.
+       (mips_record_label): Make local.
+       (mips_add_dot_label): New function.
+
+2012-09-23  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * config/tc-mips.c (SEXT_16BIT): New macro.
+       (mips16_immed): Take the reloc type as a parameter.  Do not impose
+       a signed vs. unsigned distinction on the value when a relocation
+       operator was used.
+       (mips16_macro_build, mips16_ip, md_convert_frag): Pass the reloc
+       type to mips16_immed.
+       (macro): Use SEXT_16BIT.
+
 2012-09-23  Richard Sandiford  <rdsandiford@googlemail.com>
 
        * config/tc-mips.c (read_insn, write_insn, read_compressed_insn):
This page took 0.02589 seconds and 4 git commands to generate.