gas/
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 0c89245b1adbe8ec79e8d7969ec04a326831c240..86228db6f028443098295ef333f9b71408be66c0 100644 (file)
@@ -1,3 +1,90 @@
+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
+       names to match ABI. Add more registers for 32-bit and 64-bit modes.
+       Make name array static and const. Adjust lookup to account for NULL
+       entries (standing for unused register numbers).
+
+2005-05-09  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-i386.c (parse_insn): Consider all matching instructions
+       when checking for string instruction after string-only prefix.
+
+2005-05-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR 940
+       * config/tc-ia64.c (start_unwind_section): Properly check
+       comdat group with SHF_GROUP.
+
+2005-05-06  Bob Wilson  <bob.wilson@acm.org>
+
+       * doc/c-xtensa.texi (Literal Directive): Spelling correction.
+
+2005-05-06  Bob Wilson  <bob.wilson@acm.org>
+
+       * config/tc-xtensa.c: Remove excess whitespace.
+       * config/tc-xtensa.h: Likewise.
+       * config/xtensa-istack.h: Likewise.
+       * config/xtensa-relax.c: Likewise.
+       * config/xtensa-relax.h: Likewise.
+
+2005-05-06  Nick Clifton  <nickc@redhat.com>
+
+       * sb.h: Fix formatting of comments.
+       * sb.c: Fix formatting of comments.
+
 2005-05-06  Jan Beulich  <jbeulich@novell.com>
 
        * sb.h (sb_add_buffer): Reintroduce.
        * hash.c: Undo the last change.
        * hash.h: Likewise.
 
+2005-04-29  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * doc/Makefile.am (gasver.texi): Depend on bfd/configure instead
+       of Makefile.
+       (DISTCLEANFILES): Remove.
+       (MAINTAINERCLEANFILES): Add asconfig.texi.
+       * aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
+
 2005-04-29  Ben Elliston  <bje@au.ibm.com>
 
        * Makefile.am (GAS_CFILES): Remove bignum-copy.c.
This page took 0.024554 seconds and 4 git commands to generate.