PR gas/14263
[deliverable/binutils-gdb.git] / gas / ChangeLog
index daf238c8a246bab09544ef2598ed4bef22b6f5ce..d0e0f108b3f7efbc739c92a25a49c5261c6b1129 100644 (file)
@@ -1,3 +1,153 @@
+2012-06-29  Nick Clifton  <nickc@redhat.com>
+
+       PR gas/14263
+       * config/tc-arm.c (parse_operands): Initialise val.
+
+2012-06-28  Nick Clifton  <nickc@redhat.com>
+
+       PR gas/14260
+       * config/tc-arm.c (encode_arm_addr_mode_common): Generate an error
+       message if literal pool addressing is used.
+
+2012-06-28  Nick Clifton  <nickc@redhat.com>
+
+       * dwarf2dbg.c (DWARF2_USE_FIXED_ADVANCE_PC): Enable when using
+       linker relaxation.
+       (dwarf2_gen_line_info): Generate real, local, labels for line
+       numbers.
+       (dwarf2dbg_convert_frag): Do not finalize the computation of the
+       frag's symbol value when linker relaxation is enabled.
+       (ADDR_DELTA_LIMIT): Define.
+       (size_fixed_inc_line_addr): Use ADDR_DELTA_LIMIT.
+       (emit_fixed_inc_line_addr): Likewise.
+       * write.c (fixup_segment): If the subtraction of two symbols
+       cannot be resolved but is valid, then prevent bogus range warnings
+       by pre-biasing add_number.
+       * config/tc-h8300.h (DWARF2_USE_FIXED_ADVANCE_PC): Define to 0.
+
+2012-06-22  Roland McGrath  <mcgrathr@google.com>
+
+       * NEWS: Mention 'rep ret' too.
+
+       * config/tc-i386.c (parse_insn): Don't complain about REP prefix
+       when the template has opcode_modifier.repprefixok set.
+       * NEWS: Mention the change.
+
+2012-06-18  Iain Sandoe  <iain@codesourcery.com>
+
+       * configure.in: Check DECLS for free, getenv, malloc, realloc,
+       * configure: Regenerate.
+       * config.in: Likewise.
+
+2012-06-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (x86_address_bytes): New.
+       * config/tc-i386.h (TC_ADDRESS_BYTES): Likewise.
+       (x86_address_bytes): Likewise.
+
+2012-06-13  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
+
+       PR gas/12698
+       * config/tc-arm.c (do_t_mrs): Do not require an m-profile
+       architecure when assembling for all archiectures.
+       (do_t_msr): Likewise.
+
+2012-06-11  Georg-Johann Lay  <avr@gjlay.de>
+
+       PR 13503
+       * config/tc-avr.c (exp_mod): Fix typo introduced in 1.82
+       from 2012-05-16.
+
+2012-06-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * input-scrub.c (input_scrub_include_sb): Use sb_build to
+       allocate sufficient space for from_sb.  Use sb_terminate to
+       terminate string.
+       * read.c (read_a_source_file): Use sb_build to allocate
+       sufficient space and replace sb_add_string with sb_add_buffer.
+       (s_macro): Likewise.
+       (input_scrub_insert_line): Likewise.
+       (s_irp): Use sb_build to allocate sufficient space.
+       (do_repeat): Use sb_build to allocate sufficient space
+       for many.
+       * sb.c (sb_build): Remove static.
+       * sb.h (sb_build): New prototype.
+
+2012-06-09  Alan Modra  <amodra@gmail.com>
+
+       * sb.c: Include limits.h.
+       (dsize): Delete.
+       (MALLOC_OVERHEAD, INIT_ALLOC): Define.
+       (sb_new): Use INIT_ALLOC.
+       (sb_check): Modify allocation strategy using MALLOC_OVERHEAD.
+       (sb_terminate): Don't use sb_add_char.
+
+2012-06-07  Alan Modra  <amodra@gmail.com>
+
+       PR gas/14201
+       * sb.h (sb_max_power_two): Delete.
+       (struct sb): Delete "item" and "pot".  Make "len" a size_t.  Add "max".
+       (sb_element): Delete.
+       (sb_add_char, sb_add_buffer, sb_skip_comma, sb_skip_write): Update
+       prototypes.
+       * sb.c (string_count, free_list): Delete.
+       (sb_build, sb_kill, sb_check): Rewrite.
+       (scrub_from_sb, sb_add_char, sb_add_string, sb_add_buffer,
+       sb_skip_white, sb_skip_comma): Replace assorted int params,
+       vars and return types with size_t.
+       * input-scrub.c: Likewise.
+       * macro.c: Likewise.
+       * macro.h: Likewise.
+       * as.c: Likewise.
+       * as.h: Likewise.
+       * input-file.h: Likewise.
+       * input-file.c: Likewise.
+       * read.c: Likewise.
+       * app.c: ..or ptrdiff_t.
+       * input-file.c (input_file_get): Use ferror.
+       (input_file_give_next_buffer): Use input_file_get.
+
+2012-05-29  Roland McGrath  <mcgrathr@google.com>
+
+       * read.c [HANDLE_BUNDLE] (bundle_lock_depth): New variable.
+       (read_a_source_file) [HANDLE_BUNDLE]: Reset it.
+       [HANDLE_BUNDLE] (s_bundle_lock, s_bundle_unlock): Allow nested
+       pairs.
+
+2012-05-28  Nick Clifton  <nickc@redhat.com>
+
+       * read.c (read_symbol_name): New function.  Reads a symbol names.
+       Allows escape codes in names.
+       (s_comm_internal): Use read_symbol_name.
+       (s_globl, s_lsym, s_set, s_weakref): Likewise.
+       * doc/as.texinfo: Document support for multibyte characters in
+       symbol names.
+
+2012-05-21  Mike Frysinger  <vapier@gentoo.org>
+
+       * config/tc-mips.c (mips_after_parse_args): Assert that arch_info
+       is non-NULL.
+
+2012-05-19  Alan Modra  <amodra@gmail.com>
+
+       * config/obj-elf.c (obj_elf_section): Cater for TC_KEEP_OPERAND_SPACES
+       targets when checking for "comdat".
+
+2012-05-19  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-dlx.c (s_proc): Don't use asprintf.
+
+2012-05-18  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-dlx.c (s_proc): Avoid warning about ignoring asprintf
+       return value.
+
+2012-05-18  James Lemke  <jwlemke@codesourcery.com>
+           Alan Modra  <amodra@gmail.com>
+
+       * config/tc-ppc.c: Don't capitalise error and warning messages.
+       (md_parse_option): Add checks for -a32 -mvle.
+
 2012-05-18  Alan Modra  <amodra@gmail.com>
 
        * config/obj-evax.c: Include as.h first.
This page took 0.025618 seconds and 4 git commands to generate.