gas/:
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 2f5c5a1d147aefc0df4bd6c5081ce58330260793..944f31688e5dd97b7cdcaac695dc871fc5914280 100644 (file)
@@ -1,3 +1,62 @@
+2005-04-13  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * config/tc-mips.c (IS_ZEXT_32BIT_NUM): New macro.
+       (normalize_address_expr): New function to sign-extend address
+       offsets that fit into 32 bits in 32-bit mode.
+       (macro_build_ldst_constoffset): Use normalize_address_expr()
+       instead of a handcoded sequence.
+       (load_register): Likewise.  Report oversized numbers in a useful
+       way.
+       (macro) [ld_st, ldd_std]: Reject all oversized offsets, not only
+       for constant addresses.  Report oversized numbers in a useful way.
+       (mips_ip): Use normalize_address_expr() for addresses.
+
+2005-04-12  Mark Kettenis  <kettenis@gnu.org>
+
+       * config/tc-i386.c (output_insn): Handle VIA PadLock instructions
+       similar to other instructions now that they're marked as ImmExt.
+
+2005-04-12  Nick Clifton  <nickc@redhat.com>
+
+       * hash.c (DEFAULT_SIZE): Delete.  Replace with:
+       (gas_hash_table_size): New static variable.
+       (set_gas_hash_table_size): New function:  Records a requested size
+       for the hash tables.
+       (get_gas_hash_table_size): New function: Return a prime number
+       near the requested size of the hash table.
+       (hash_new): Use get_gas_hash_table_size.
+       * hash.h: Add a prototype for set_gas_hash_table_size.
+       * as.c (show_usage): Add description of new switches: --hash-size
+       and --reduce-memory-overheads.
+       (option_values): Add OPTION_HASH_TABLE_SIZE and
+       OPTION_REDUCE_MEMORY_OVERHEADS.
+       (std_longpopts): Add entries for the new options.
+       (parse_args): Handle the new options.
+       * Makefile.am: Add a dependency of as.c on hash.h.
+       * Makefile.in: Regenerate.
+       * doc/as.texinfo: Document the new switches.
+       * NEWS: Mention the new switches.
+
+2005-04-12  Nick Clifton  <nickc@redhat.com>
+
+       PR gas/818
+       * config/tc-hppa.c (pre_defined_registers): Fix %farg[0-3]
+       synonyms.
+
+2005-04-12  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+
+2005-04-11  Sterling Augustine  <sterling@tensilica.com>
+           Bob Wilson  <bob.wilson@acm.org>
+
+       * config/tc-xtensa.c (check_t1_t2_reads_and_writes): Fix typo.
+
+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.
This page took 0.023296 seconds and 4 git commands to generate.