Remove support for the (deprecated) openrisc and or32 configurations and replace
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 36242a88aff6842aef1ef6c238934ac156b752a3..1416f86d8edeb3a146fb4d251dcfe50a62bf0958 100644 (file)
@@ -1,3 +1,70 @@
+2014-04-22  Christian Svensson  <blue@cmd.nu>
+
+       * Makefile.am: Remove openrisc and or32 support.  Add support for or1k.
+       * configure.in: Likewise.
+       * configure.tgt: Likewise.
+       * doc/as.texinfo: Likewise.
+       * config/obj-coff.h: Likewise.
+       * config/tc-or1k.c: New file.
+       * config/tc-or1k.h: New file.
+       * config/tc-openrisc.c: Delete.
+       * config/tc-openrisc.h: Delete.
+       * config/tc-or32.c: Delete.
+       * config/tc-or32.h: Delete.
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+
+2014-04-16  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-tilegx.h (TC_CONS_FIX_NEW): Add RELOC arg.
+       * config/tc-tilepro.h (TC_CONS_FIX_NEW): Likewise.
+
+2014-04-10  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
+
+       * config/tc-avr.c: Add new flag mlink-relax.
+       (md_show_usage): Add flag and help text.
+       (md_parse_option): Record whether link relax is turned on.
+       (relaxable_section): New.
+       (avr_validate_fix_sub): New.
+       (avr_force_relocation): New.
+       (md_apply_fix): Generate DIFF reloc.
+       (avr_allow_local_subtract): New.
+
+       * config/tc-avr.h (TC_LINKRELAX_FIXUP): Define to 0.
+       (TC_FORCE_RELOCATION): Define.
+       (TC_FORCE_RELOCATION_SUB_SAME): Define.
+       (TC_VALIDATE_FIX_SUB): Define.
+       (avr_force_relocation): Declare.
+       (avr_validate_fix_sub): Declare.
+       (md_allow_local_subtract): Define.
+       (avr_allow_local_subtract): Declare.
+
+2014-04-10  Andrew Bennett  <andrew.bennett@imgtec.com>
+
+       * config/tc-mips.c (mips_cpu_info_table): Add P5600
+       configuation.
+       * doc/c-mips.texi: Document p5600.
+
+2014-04-09  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-rl78.h (TC_CONS_FIX_NEW): Add RELOC parameter.
+       * config/tc-z80.h (TC_CONS_FIX_NEW): Discard RELOC parameter.
+       * config/tc-aarch64.h (TC_CONS_FIX_NEW): Discard RELOC parameter.
+       * read.c (emit_expr_fix): Mark the r parameter as potentially
+       unused.
+
+2014-04-09  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-ppc.c (warn_476, last_insn, last_seg, last_subseg):
+       New static vars.
+       (md_longopts, md_parse_option, md_show_usage): Add --ppc476-workaround.
+       (ppc_elf_cons_fix_check): New function.
+       (md_assemble): Set last_insn, last_seg, last_subseg.
+       (ppc_byte, md_apply_fix): Handle warn_476.
+       * config/tc-ppc.h (TC_CONS_FIX_CHECK): Define.
+       (ppc_elf_cons_fix_check): Declare.
+       * read.c (cons_worker): Invoke TC_CONS_FIX_CHECK.
+
 2014-04-09  Alan Modra  <amodra@gmail.com>
 
        * gas/config/tc-alpha.h (TC_CONS_FIX_NEW): Add RELOC parameter.
This page took 0.025519 seconds and 4 git commands to generate.