* gas/all/gas.exp: Don't run fastcall labels test on
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 2e3cd7d371d1e2cd9ea1bbb1487700066164a9dd..48976ca05071d6db961f431343192877a59589af 100644 (file)
@@ -1,3 +1,120 @@
+2005-04-11  Mark Kettenis  <kettenis@gnu.org>
+
+       * configure.tgt (generic_target): Add support for OpenBSD/i386 ELF.
+
+2005-04-11  Jan Beulich  <jbeulich@novell.com>
+
+       * NEWS: Mention these changes and their effects.
+       * macro.c (get_token): Use is_name_beginner/is_part_of_name/
+       is_name_ender.
+       (check_macro): Likewise.
+       (buffer_and_nest): Likewise. Permit multiple labels. Don't discard
+       labels together with the closing pseudo-op.
+       (macro_expand_body): Adjust comment. Range-check input before use.
+       Adjust mis-spelled diagnostic. Use is_name_beginner.
+       * read.c (try_macro): New.
+       (read_a_source_file): New static variable last_eol. Don't list
+       macro expansion lines more than once. Call try_macro.
+       (s_macro): Set section of line_label to absolute instead of undefined.
+       * doc/as.texinfo: Add information on the caveats of these changes.
+
+2005-04-11  Alan Modra  <amodra@bigpond.net.au>
+
+       * symbols.c (symbol_X_add_number): Change return type to "offsetT *".
+       * symbols.h (symbol_X_add_number): Update prototype.
+
+2005-04-10  Eric Christopher  <echristo@redhat.com>
+
+       * symbols.c (symbol_X_add_number): Fix warning.
+
+2005-04-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-m68k.c (md_begin): Support 64bit host.
+       (get_num): Support 64bit BFD on 32bit host.
+
+2005-04-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-mips.c (md_apply_fix3): Fix typos in BFD_RELOC_64.
+
+2005-04-09  Alan Modra  <amodra@bigpond.net.au>
+
+       * read.c (assign_symbol): Remove const from parm.  Fix xcalloc
+       call.  Don't do the COFF hacks for multi-emulation gas.  Move
+       demand_empty_rest_of_line back to caller.
+       (s_set, equals): demand_empty_rest_of_line here.
+
+       PR gas/827
+       * as.h (rs_dummy): Define.
+       * symbols.c (symbol_X_add_number): New function.
+       * symbols.h (symbol_X_add_number): Declare.
+       * stabs.c (aout_process_stab): Tidy symbol frag setting.
+       * read.c (assign_symbol): New function, split out from s_set.
+       Use symbol_find_or_make.  Leave fr_type of dummy frag as rs_dummy.
+       Fix COFF hacks for multi-emulation gas.
+       (s_set): Call assign_symbol.  Remove "register" keyword.
+       (set_zero_frag): New function.
+       (pseudo_set): Always check for assignment to section syms.
+       Always set segment and frag of symbol, and likewise extern for
+       aout/bout.  Handle assignment of sym=sym+/-const specially.  Don't
+       special case exp.X_add_number non-zero for O_symbol expressions.
+       (equals): Use assign_symbol.
+
+2005-04-08  Bob Wilson  <bob.wilson@acm.org>
+
+       * config/tc-xtensa.c (xtensa_create_xproperty_segments): Skip
+       SEC_MERGE sections.
+
+2005-04-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (tc_gen_reloc): Don't turn
+       BFD_RELOC_X86_64_32S into BFD_RELOC_32.
+
+2005-04-06  Nick Clifton  <nickc@redhat.com>
+
+       * po/rw.po: New translation: Kinyarwanda
+       * configure.in (ALL_LINGUAS): Add rw
+       * configure: Regenerate.
+
+2005-04-05  Sterling Augustine  <sterling@tensilica.com>
+           Bob Wilson  <bob.wilson@acm.org>
+
+       * config/tc-xtensa.c (branch_align_power): New.
+       (xtensa_find_unaligned_branch_targets, get_aligned_diff,
+       future_alignment_required): Use branch_align_power to check section
+       alignment as well as xtensa_fetch_width when aligning branch targets.
+
+2005-04-05  Bob Wilson  <bob.wilson@acm.org>
+
+       * config/tc-xtensa.c: Warning fixes throughout.
+       (xtensa_fetch_width): Change to unsigned.
+       (assemble_nop, xtensa_find_unaligned_branch_targets,
+       xtensa_find_unaligned_loops, xg_assemble_vliw_tokens,
+       is_narrow_branch_guaranteed_in_range, xtensa_fix_close_loop_end_frags,
+       min_bytes_to_other_loop_end, unrelaxed_frag_min_size,
+       unrelaxed_frag_max_size, xtensa_fix_short_loop_frags,
+       count_insns_to_loop_end, unrelaxed_frag_min_insn_count,
+       get_text_align_max_fill_size, get_text_align_nop_count,
+       get_text_align_nth_nop_size, get_noop_aligned_address,
+       get_aligned_diff, convert_frag_align_next_opcode,
+       convert_frag_immed_finish_loop, xtensa_create_property_segments,
+       xtensa_create_xproperty_segments, xt_block_aligned_size): Clean up
+       types, avoiding size_t and using offsetT and addressT appropriately.
+       (get_text_align_power): Clean up types.  Avoid incorrect bound.
+       (get_text_align_fill_size): Clean up types.  Restructure for clarity.
+
+2005-04-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-ia64.c (start_unwind_section): Undo the change
+       of 2004-08-18.
+       (generate_unwind_image, dot_endp): Likewise.
+
+2005-04-01 David Mosberger  <davidm@hpl.hp.com>
+
+       * config/tc-ia64.c (ia64_handle_align): Move le_nop and
+       le_nop_stop arrays and initializers to file scope.
+       (md_begin): When generating code for anything other than
+       Itanium 1, use MMI instead of MFI NOP bundles as a filler.
+
 2005-04-01  Jan Beulich  <jbeulich@novell.com>
 
        * config/tc-i386.c (output_imm): Also set sign flag for 64-bit push
This page took 0.029072 seconds and 4 git commands to generate.