* config/tc-mips.c (load_address): Fix formatting.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 90c5feb878f8fd0758b5fc08307494b583967074..1f50fc2339da64b505fefb1e434f7c6e4ef0df54 100644 (file)
@@ -1,3 +1,225 @@
+2005-02-16  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (load_address): Fix formatting.
+       (macro): Don't use AT if .set noat is in effect. Fix formatting.
+       Catch macros which are unexpandable without AT. Remove duplicate
+       zeroing of used_at.
+       (macro2): Remove duplicate zeroing of used_at.
+
+2005-02-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * dw2gencfi.c (output_cie, output_fde): Use DW_CFA_nop rather
+       than zero.
+
+2005-02-15  Nigel Stephens  <nigel@mips.com>
+           Maciej W. Rozycki  <macro@mips.com>
+
+       * config/tc-mips.c (reloc_needs_lo_p): Handle
+       BFD_RELOC_MIPS16_HI16_S.
+       (fixup_has_matching_lo_p): Handle BFD_RELOC_MIPS16_LO16.
+       (append_insn): Add BFD_RELOC_MIPS16_GPREL, BFD_RELOC_MIPS16_HI16_S
+       and BFD_RELOC_MIPS16_LO16 to relocs to suppress overflow
+       complaints on.
+       (mips16_ip): Resolve BFD_RELOC_MIPS16_HI16_S,
+       BFD_RELOC_MIPS16_HI16 and BFD_RELOC_MIPS16_LO16 for constants.
+       Call my_getSmallExpression() to parse percent operators.
+       (percent_op_match, mips_percent_op): Separate definitions.
+       (mips16_percent_op): Define percent operators for the MIPS16 mode.
+       (parse_relocation): Handle the MIPS16 mode using
+       mips16_percent_op.
+       (md_apply_fix3): Handle BFD_RELOC_MIPS16_HI16,
+       BFD_RELOC_MIPS16_HI16_S and BFD_RELOC_MIPS16_LO16.
+
+2005-02-15  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.c (md_apply_fix3): Call ia64_gen_real_reloc_type
+       instead of explicitly dealing with the translation; exclude
+       relocations that are already pcrel, however.
+
+2005-02-15  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.c: Include limits.h (if available).
+       (gr_values[0]): Set path to INT_MAX.
+       (dot_reg_val): Don't allow changing value of r0. Limit range of
+       general registers at r127.
+       (specify_resource): Default resource index is -1. Don't set resource
+       index (in case IA64_RS_RSE) without setting the specific flag.
+       (note_register_values): Check operand is O_constant before tracking
+       input value of moves. Add tracking for dep.z with constant inputs.
+       (print_dependency): Resource index of specific resource may be zero.
+       (check_dependencies): Likewise.
+
+2005-02-15  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.c (parse_operands): New local variables reg1, reg2,
+       reg_class. Check operands and emit diagnostics for illegal use of
+       registers.
+
+2005-02-15  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.c (ia64_gen_real_reloc_type): Define and initialize
+       new variables type, suffix, and width. Handle
+       BFD_RELOC_IA64_DIR(32|64)[LM]SB in FUNC_LT_FPTR_RELATIVE case.
+       Handle BFD_RELOC_IA64_DIR64[LM]SB in FUNC_TP_RELATIVE case. Add
+       FUNC_DTP_MODULE case. Handle BFD_RELOC_IA64_DIR32[LM]SB in
+       FUNC_DTP_RELATIVE case. Return incoming relocation type if
+       BFD_RELOC_IA64_IPLT[LM]SB in FUNC_IPLT_RELOC case. Generate warning
+       if unable to translate relocation type, using the new variables.
+
+2005-02-15  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.h (ia64_symbol_chars): Declare.
+       (ty_symbol_chars): Define.
+       * config/tc-ia64.c (ia64_symbol_chars): Define.
+
+2005-02-15  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.c (ia64_parse_name): Only update next character if
+       input_line_pointer was advanced.
+
+2005-02-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
+
+       * config/tc-sh.c (md_apply_fix3): Add parentheses around &
+       within |.
+
+2005-02-13  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.c (md_parse_option): Handle -xnone and -xdebugn.
+       (md_show_usage): Add -xnone, -xdebugn, and -xdebugx. Relocate default
+       indicator.
+       (ia64_init): Set md.detect_dv.
+       (ia64_start_line): New static variable warned. Warn only once when
+       encountering explicit stops in automatic mode.
+       * doc/c-ia64.texi: Describe -xnone, -xdebugn, and -xdebugx.
+       * NEWS: Mention new default mode.
+
+2005-02-13  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.c (dot_rot): Add comment that name strings should
+       be freed when wiping out previous state. Canonicalize names before
+       use. Free name string when detecting redefinition.
+       (dot_pred_rel): Call generic expression parser to process arguments.
+       Handle O_register case for individual predicates and O_subtract for
+       ranges.
+       (ia64_parse_name): Canonicalize name before looking it up in dynamic
+       register hash.
+       (ia64_canonicalize_symbol_name): Strip off all trailing # characters.
+       Warn if multiple found, issue error if resulting symbol name has zero
+       length.
+       (dot_alias): Canonicalize name before use.
+
+2005-02-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-ia64.c (unwind_diagnostic): Return -1 for warning
+       and 0 for error.
+       (in_procedure): Return -1 for warning.
+       (in_prologue): Likewise.
+       (in_body): Likewise.
+
+2005-02-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       (dot_xdata): Undo the last change. Section name is used by
+       set_section.
+       (dot_float_cons): Likewise.
+       (dot_xstringer): Likewise.
+       (dot_xdata_ua): Likewise.
+       (dot_float_cons_ua): Likewise.
+
+2005-02-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * NEWS: Mention "-munwind-check=[warning|error]".
+
+       * config/tc-ia64.c (md): Add unwind_check.
+       (unwind_diagnostic): New.
+       (in_procedure): Call unwind_diagnostic when a directive isn't
+       in procedure.
+       (in_prologue): Call unwind_diagnostic when a directive isn't in
+       prologue.
+       (in_body): Call unwind_diagnostic when a directive isn't in
+       body region.
+       (dot_endp): Set md.unwind_check to error before calling
+       in_procedure and restore it after. When the name is missing or
+       couldn't be found, use the one from the last .proc if
+       md.unwind_check isn't error. Warn if md.unwind_check is
+       warning.
+       (md_parse_option): Handle "-munwind-check=[warning|error]".
+       (md_show_usage): Add "-munwind-check=[warning|error]".
+       (ia64_init): Set md.unwind_check to warning.
+
+       * doc/as.texinfo: Add "-munwind-check=[none|warning|error]".
+       * doc/c-ia64.texi: Likewise.
+
+2005-02-11  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.h (LEX_AT): Include LEX_BEGIN_NAME.
+       (LEX_QM): Likewise.
+       (ia64_parse_name): New third parameter.
+       (md_parse_name): Pass third argument.
+       * config/tc-ia64.c (pseudo_func): Placeholders use NULL as name.
+       (md_operand): Handling of '@'-prefixed symbols moved from here...
+       (ia64_parse_name): ...to here.
+
+2005-02-11  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.c (md): Remove last_groups and group_idx.
+       (errata_nop_necessary_p): Remove declaraction and definition.
+       (emit_one_bundle): Don't call errata_nop_necessary_p. Don't
+       update md.group_idx. Don't reset md.last_groups.
+
+2005-02-11  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.c (parse_section_name): Handle non-quoted first
+       argument.
+       (dot_xdata): Free section name after use.
+       (dot_float_cons): Likewise.
+       (dot_xstringer): Likewise.
+       (dot_xdata_ua): Likewise.
+       (dot_float_cons_ua): Likewise.
+       (md_pseudo_table): Add xdata16 and xdata16.ua.
+
+2005-02-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * doc/all.texi: Add IA64.
+       * doc/as.texinfo: Likewise.
+
+       * doc/c-ia64.texi: Fix typos.
+
+2005-02-10  Julian Brown  <julian@codesourcery.com>
+
+       * config/tc-arm.c (do_t_ldmstm): Change BFD_RELOC_NONE to
+       BFD_RELOC_UNUSED.
+       (do_t_push_pop): Likewise.
+       (md_assemble): Likewise.
+       (md_apply_fix3): Handle BFD_RELOC_NONE correctly, make
+       BFD_RELOC_UNUSED same as previous meaning of BFD_RELOC_NONE.
+       (create_unwind_entry): Output dependency on the required personality
+       routines.
+       testsuite/gas/arm/unwind.d: Alter expected output to include
+       dependency on __aeabi_unwind_cpp_pr[01].
+
+2005-02-07  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * as.h (seg_not_empty_p): Return int, not bfd_boolean.
+       * subsegs.c (seg_not_empty_p): Likewise.
+
+2005-02-07  Inderpreet Singh <inderpreetb@noida.hcltech.com>
+
+       * config/tc-maxq.c (md_estimate_size_before_relax): Correct the
+       relative jump calculation.
+       <md_convert_frag) : Likewise.
+       <output_disp): Likewise.
+
+2005-02-07  Hans-Peter Nilsson  <hp@axis.com>
+
+       * write.c (write_object_file): Recognize warning-symbol construct
+       and skip object- and target- handling for the second symbol.
+
+2005-02-02  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.c (dot_pred_rel): Update comment. Handle @-prefixed
+       designators along with quoted ones. Free copy of quoted designator
+       when done.
+
 2005-02-01  Ben Elliston  <bje@au.ibm.com>
 
        * config/atof-ieee.c, config/obj-coff.c, config/obj-elf.c,
 
 2005-01-14  H.J. Lu  <hongjiu.lu@intel.com>
 
-       PR 659  
+       PR 659
        * config/tc-i386.c (i386_scale): Disallow 0 scale.
 
 2005-01-12  Nick Clifton  <nickc@redhat.com>
        * configure, Makefile.in: Rebuild.
 
 2004-12-22  Klaus Rudolph  <lts-rudolph@gmx.de>
-    
+
        * config/tc-avr.c: Add support for the new R_AVR_LDI, R_AVR_6 and
        R_AVR_6_ADIW relocs for the LDI, ADIW/SBIW and LDD/STD
        instructions.
        * Makefile.in: Regenerated.
        * aclocal.m4: Likewise.
        * configure: Likewise.
-       * doc/Makefile.in: Regenerated. 
+       * doc/Makefile.in: Regenerated.
 
 2004-12-02  Bob Wilson  <bob.wilson@acm.org>
 
This page took 0.026376 seconds and 4 git commands to generate.