include/elf:
[deliverable/binutils-gdb.git] / gas / ChangeLog
index a8cca7f626f43e9b8213ba9afb4924c373f0a8fc..b24c1261c88638c95371e03aee6f0274c9452b7f 100644 (file)
@@ -1,3 +1,130 @@
+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>
+
+       * config/tc-xtensa.c (xtensa_insnbuf_set_operand): Clarify error
+       message.
+       (xtensa_mark_zcl_first_insns): Fix incorrect nesting of conditional
+       for handling RELAX_CHECK_ALIGN_NEXT_OPCODE.
+
+2005-05-11  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-ppc.c (md_apply_fix3): Allow pcrel forms of BFD_RELOC_16,
+       BFD_RELOC_LO16, BFD_RELOC_HI16 and BFD_RELOC_HI16_S.
+
+2005-05-10  Michael Matz  <matz@suse.de>
+
+       * frags.c (frag_grow): Don't be too greedy in allocating memory.
+
+       * config/tc-hppa.c (pa_block): Check arguments to .block[z].
+
+2005-05-10  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       PR binutils/886
+       * config/tc-mmix.c (mmix_handle_mmixal): Rearrange slightly.
+       Handle label-without-colon before ordinary dot-pseudo as an
+       ordinary label.  Don't leak memory for label-without-colon alone
+       on a line.  Don't mmixal-munge operands for dot-pseudos.
+
+2005-05-10  Jan Beulich  <jbeulich@novell.com>
+
+       * macro.c (get_any_string): Remove the two last parameters. Replace
+       references to the former expand parameter by using macro_alternate.
+       Simplify loop condition for checking for end-of-string.
+       (get_string): Remove redunant call to sb_skip_white.
+       (do_formals): Remove two last arguments to get_any_string.
+       (macro_expand): Likewise.
+       (expand_irp): Likewise.
+
+2005-05-10  Jan Beulich  <jbeulich@novell.com>
+
+       * read.c (s_macro): Move local variable 'local' to smaller scope.
+       Call sb_kill on it when done.
+
+2005-05-09  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-i386.c (optimize_disp): Discard displacement entirely
+       when zero and not required by encoding constraints.
+
+2005-05-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR 936
+       * config/tc-sh64.c (sh64_fake_label): New.
+
+       * config/tc-sh64.h (TC_FAKE_LABEL): New.
+
+       * doc/internals.texi (TC_FAKE_LABEL): Document.
+
+       * write.c (TC_FAKE_LABEL): New.
+       (adjust_reloc_syms): Use it.
+       (write_object_file): Likewise.
+
+2005-05-09  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-i386.c (parse_insn): Disallow use of prefix separator
+       and comma in Intel mode.
+
 2005-05-09  Jan Beulich  <jbeulich@novell.com>
 
        * config/tc-i386.c (tc_x86_regname_to_dw2regnum): Correct 64-bit mode
        so that the hash table size can be set before it is used.
        * hash.c: Use an unsigned long type for the size of the hash
        tables.
-       * hash.h (set_gas_hash_table_size): Update the prototype.       
+       * hash.h (set_gas_hash_table_size): Update the prototype.
 
 2005-04-14  Alan Modra  <amodra@bigpond.net.au>
 
        * config/tc-w65.c: Convert to ISO-C90 and fix formatting.
        * config/tc-w65.h: Convert to ISO-C90 and fix formatting.
        * config/tc-xstormy16.c: Convert to ISO-C90 and fix formatting.
-       * config/tc-xstormy16.h: Convert to ISO-C90 and fix formatting. 
+       * config/tc-xstormy16.h: Convert to ISO-C90 and fix formatting.
 
 2005-03-23  Jim Blandy  <jimb@redhat.com>
 
This page took 0.025886 seconds and 4 git commands to generate.