Fix typo
[binutils-gdb.git] / gas / ChangeLog
index a261443a76f4c082dbf61ee8bfc328cbe16d1c1b..dff786f2c807a8b79c131be1dde7517242b05de5 100644 (file)
@@ -1,3 +1,107 @@
+2005-05-22  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-v850.c (md_apply_fix3): Pass the address of the
+       message buffer when invoking the insert function.
+
+2005-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * config/tc-hppa.c (pa_ip): Promote architecture from PA 1.0 to 1.1
+       only if an instruction match is found.
+
+2005-05-20  Bob Wilson  <bob.wilson@acm.org>
+
+       * config/tc-xtensa.c (xg_assemble_vliw_tokens): Change subtraction
+       to addition in argument to xtensa_dwarf2_emit_insn.
+
+2005-05-19  Zack Weinberg  <zack@codesourcery.com>
+
+       * Makefile.am: Have 'all' depend on 'info'.
+       * Makefile.in: Regenerate.
+
+2005-05-19  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-ppc.c (ppc_force_relocation): Add BFD_RELOC_24_PLT_PCREL.
+
+2005-05-19  Anton Blanchard  <anton@samba.org>
+
+       * config/tc-ppc.c (parse_cpu): Handle "-mpower5".
+       (md_show_usage): Document it.
+       (ppc_setup_opcodes): Insert POWER5 mnemonics.
+       * doc/c-ppc.texi (PowerPC-Opts): Document "-mpower5".
+
+2005-05-19  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.c (dot_endp): Don't use global symbol for unwind
+       relocations in unwind section.
+
+2005-05-18  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-v850.c (md_apply_fix3): Only use the insertion routine
+       if one exists.  Ignore any error messages it may produce, just
+       allow it to perform the insertion.
+
+2005-05-17  Zack Weinberg  <zack@codesourcery.com>
+
+       * hash.c (hash_lookup): Add len parameter.  All callers changed.
+       (hash_find_n): New interface.
+       * hash.h: Prototype hash_find_n.
+       * sb.c: Include as.h.
+       (scrub_from_sb, sb_to_scrub, scrub_position): New statics.
+       (sb_scrub_and_add_sb): New interface.
+       * sb.h: Prototype sb_scrub_and_add_sb.
+       * input-scrub.c (input_scrub_include_sb): Use sb_scrub_and_add_sb.
+
+       * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL): Remove
+       reference to BFD_RELOC_ARM_GOT12 which is never generated.
+       * config/tc-arm.c: Rewrite, adding Thumb-2 support.
+
+2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * doc/Makefile.am (gasver.texi): Don't use $<.
+       * doc/Makefile.in: Regenerated.
+
+2005-05-17  Nick Clifton  <nickc@redhat.com>
+
+       PR 876
+       * symbols.c (resolve_symbol_value): Do not move symbols whose
+       value expression has not been resolved or finalized into the
+       absolute section as this will confuse other parts of the assembler
+       into thinking that their value is zero.
+
+2005-05-17  Jan Beulich  <jbeulich@novell.com>
+
+       * read.c (_find_end_of_line): New.
+       (find_end_of_line): New.
+       (HANDLE_CONDITIONAL_ASSEMBLY): Use it.
+       (read_a_source_file): Use it.
+       (s_globl): Use it.
+       (s_macro): Use it.
+       (get_line_sb): Use it.
+       (s_errwarn): Replace discard_rest_of_line by ignore_rest_of_line.
+       (s_comm_internal): Likewise.
+       (s_lsym): Likewise.
+       (s_macro): Likewise.
+       (s_ignore): Use ignore_rest_of_line.
+       * read.h (find_end_of_line): Prototype.
+       (discard_rest_of_line): Remove prototype. #define to
+       ignore_rest_of_line.
+
+2005-05-17  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-v850,h (TC_FIX_TYPE): Define.
+       (TC_INIT_FIX_TYPE): Define.
+       * config/tc-v850.c (md_assemble): When creating a fix record the
+       operand in the tc_fix_data field.
+       (md_apply_fix3): When applying a resolved fix use the operand's
+       insertion procedure to store the value, if the operand has been
+       recorded.
+
+2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.am (m68k-parse.c, itbl-parse.c): Update ylwrap
+       invocation.
+       * Makefile.in: Regenerated.
+
 2005-05-13  Sterling Augustine  <sterling@tensilica.com>
            Bob Wilson  <bob.wilson@acm.org>