add more const qualifiers
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 25c0ee6f24cc078cdd0b9fe0302013056d6cd346..f9082da713f5ec4398ed260cdc534fd8c47fd307 100644 (file)
@@ -1,3 +1,110 @@
+2016-03-28  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * config/obj-elf.c (obj_elf_section_name): Return const char *.
+       * config/obj-elf.h (obj_elf_section_name): Adjust.
+       * config/tc-aarch64.c (aarch64_parse_features): Likewise.
+       (aarch64_parse_cpu): Likewise.
+       (aarch64_parse_arch): Likewise.
+       * config/tc-arm.c (arm_parse_extension): Likewise.
+       (arm_parse_cpu): Likewise.
+       (arm_parse_arch): Likewise.
+       * config/tc-nds32.c: Likewise.
+       * config/xtensa-relax.c (parse_special_fn): Likewise.
+       * stabs.c (generate_asm_file): Likewise.
+
+2016-03-25  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * config/tc-cr16.c (cr16_assemble): New function.
+       (md_assemble): Call cr16_assemble.
+
+2016-03-25  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * as.c (parse_args): Adjust.
+       * as.h (flag_size_check): Rename to flag_allow_nonconst_size.
+       * config/obj-elf.c (elf_frob_symbol): Adjust.
+
+2016-03-24  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * config/tc-sparc.c (sparc_ip): Remove the V9 restriction on ASR
+       registers to be in the 16..31 range.
+
+2016-03-24  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * config/tc-microblaze.c (md_assemble): Cast opc to char * when calling
+       frag_var ().
+
+2016-03-24  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * config/tc-visium.c (md_atof): Localize the string returned on
+       failure.
+
+2016-03-22  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * config/tc-h8300.c (h8300_elf_section): Add const qualifiers.
+       * config/tc-ia64.c (obj_elf_vms_common): Likewise.
+       * config/tc-m68hc11.c (md_begin): Likewise.
+       (print_opcode_list): Likewise.
+       * config/tc-msp430.c (msp430_section): Likewise.
+       * config/tc-score.c (struct s3_insn_to_dependency): Likewise.
+       (s3_build_dependency_insn_hsh): Likewise.
+       * config/tc-score7.c (struct s7_insn_to_dependency): Likewise.
+       (s7_build_dependency_insn_hsh): Likewise.
+       * config/tc-tic4x.c: Likewise.
+       * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
+       (subsym_get_arg): Likewise.
+       * config/tc-xtensa.c (struct suffix_reloc_map): Likewise.
+       (get_directive): Likewise.
+       (cache_literal_section): Likewise.
+       * config/xtensa-relax.c: Likewise.
+       * symbols.c (symbol_create): Likewise.
+       (local_symbol_make): Likewise.
+       (symbol_relc_make_expr): Likewise.
+
+2016-03-22  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * config/tc-pdp11.c (md_assemble): Remove useless if and assignment to
+       str.
+
+2016-03-22  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * config/tc-sparc.c (sparc_regname_to_dw2regnum): Replace strchr ()
+       call with a switch.
+
+2016-03-22  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * config/tc-ia64.c (ia64_do_align): Remove.
+       (ia64_cons_align): Call do_align () directly.
+       (dot_proc): Likewise.
+       (stmt_float_cons): Likewise.
+
+2016-03-22  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * listing.c (listing_message): Use XNEW style allocation macros.
+       * read.c (read_a_source_file): Likewise.
+       (read_symbol_name): Likewise.
+       (s_mri_common): Likewise.
+       (assign_symbol): Likewise.
+       (s_reloc): Likewise.
+       (emit_expr_with_reloc): Likewise.
+       (s_incbin): Likewise.
+       (s_include): Likewise.
+       * sb.c (sb_build): Likewise.
+       (sb_check): Likewise.
+
+2016-03-22  Alan Modra  <amodra@gmail.com>
+
+       * write.c (record_alignment): Revert 2016-02-18 change.
+
+2016-03-22  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-alpha.c (load_expression): Replace alloca with xmalloc.
+       (emit_jsrjmp, tc_gen_reloc): Likewise.
+       * config/tc-i370.c (i370_macro): Likewise.
+
+2016-03-22  Nick Clifton  <nickc@redhat.com>
+
+       * configure: Regenerate.
+
 2016-03-21  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        * testsuite/gas/arc/nps400-0.d: New file.
This page took 0.02552 seconds and 4 git commands to generate.