2001-10-24 Chris Demetriou <cgd@broadcom.com>
[deliverable/binutils-gdb.git] / gas / ChangeLog
index edb6e8c38ef14494c3dd62b3fd433cf799511bcb..9ad0f91e3171d913b6d15e08cf9004e48020736b 100644 (file)
@@ -1,3 +1,157 @@
+2001-10-24  Chris Demetriou  <cgd@broadcom.com>
+
+       * config/tc-mips.c (hilo_interlocks, cop_interlocks): Make
+       these evaluate to true if mips_arch indicates SB-1.
+
+2001-10-23  Alan Modra  <amodra@bigpond.net.au>
+
+       * as.c (parse_args): Print the date as well for --version.
+
+2001-10-20  Chris Demetriou  <cgd@broadcom.com>
+
+       * config/tc-mips.c (md_show_usage): Print "sb1" for Broadcom
+       SB-1 CPU for consistency.
+       (mips_cpu_info_table): Tweak comment about SB-1.
+
+2001-10-20  H.J. Lu  <hjl@gnu.org>
+
+       * config/tc-arm.c (do_c_shift): Use ISDIGIT instead of isdigit.
+       (cirrus_parse_offset): Likewise.
+
+2001-10-19  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * config/tc-arm.c: Restore line_comment_chars.
+
+2001-10-18  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * config/tc-arm.c (comment_chars): Remove semi-colon accidentally
+       added to the list.
+
+2001-10-18  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * write.c (fixup_segment): Handle fixups for SEC_MERGE sections as
+       for undefined symbols.
+
+2001-10-17  Chris Demetriou  <cgd@broadcom.com>
+
+       * doc/as.texinfo (MIPS ISA options):  Added accidentally
+       omitted "-mips64" option to list of options.
+
+2001-10-17  matthew green  <mrg@redhat.com>
+
+       * config/tc-ppc.c (md_show_usage): Add missing -maltivec, -m7400,
+       -m7410, -m7450 and -m7455 options.
+
+2001-10-17  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-ppc.c (PPC_HA, PPC_HIGHERA, PPC_HIGHESTA): Simplify.
+       (ppc_size): Select PPC_OPCODE_64 if 64 bit.
+       (md_begin): Don't set ppc_size here.
+       (ppc_target_format): Test ppc_size as well as BFD_DEFAULT_TARGET_SIZE.
+       (md_shortopts): Constify.
+       (md_longopts): Likewise.
+       (md_longopts_size): Likewise.
+       (ppc_elf_suffix): Only allow 64-bit relocs when ppc_size specifies
+       64-bit opcodes.
+       (ppc_machine): Explain why this function is a nop.
+
+2001-10-17  Alan Modra  <amodra@bigpond.net.au>
+
+       * bit_fix.h: Comment typo fix.
+       * config/tc-mips.c: Likewise.
+       * config/tc-sh.c: Likewise.
+       * config/tc-arc.c (arc_code_symbol): Remove unnecessary test.
+
+       * configure.in (MIPS_STABS_ELF): AC_DEFINE in only one place so
+       that autoheader doesn't duplicate config.in entries.
+       (DEFAULT_ARCH): Ditto.
+       * configure: Regenerate.
+       * config.in: Regenerate.
+
+2001-10-16  Alan Modra  <amodra@bigpond.net.au>
+
+       From Andrew Pines <apines@cosmodog.com>
+       * config/tc-m68k.c (m68k_ip): Correct absolute jmp opcodes.
+
+2001-10-16  NIIBE Yutaka  <gniibe@m17n.org>,
+           Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * config/tc-sh.c (shl): Remove.
+       (big): New function.
+       (little): Remove shl handling.  Emit error for endian mismatch.
+       (md_show_usage): Add description of -big.
+       (md_parse_option): Handle OPTION_BIG.  Remove shl handling.
+       (OPTION_BIG): Add.
+       (md_pseudo_table): Add .big.
+       (md_longopts): Add -big.
+       (md_begin): Don't set target_big_endian here.
+       * config/tc-sh.h (TARGET_BYTES_BIG_ENDIAN): Remove.
+       (LISTING_HEADER, COFF_MAGIC, TARGET_FORMAT): Use target_big_endian.
+       (shl): Remove.
+       * configure.in (endian): Default is big.
+       (sh-*-pe*): Little endian.
+       (cpu_type): Set sh for target sh*.
+       * configure: Regenerate.
+
+2001-10-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (md_apply_fix): Preliminary handling of NewABI
+       relocations.
+
+2001-10-13  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * config/tc-arm.c: Replace CONST with const.
+
+       * cgen.c: Tidy up formatting.
+
+2001-10-12  matthew green  <mrg@redhat.com>
+
+       * config/tc-ppc.c (md_parse_option): New -m7410, -m7450 and -m7455
+       flags, equivalent to -m7400.  New -maltivec to enable AltiVec
+       instructions.  New -mbook64 and -mbooke/-mbooke32 flags to enable
+       64-bit and 32-bit BookE support, respectively.  Change -m403 and
+       -m405 to set PPC403 option.
+       (md_show_usage): Adjust for new options.
+       * doc/all.texi: Set PPC.
+       * doc/as.texinfo: Add PPC support and pull in c-ppc.texi.
+       * doc/c-ppc.texi: New file.
+       * doc/Makefile.am (CPU_DOCS): Add c-ppc.texi.
+       * doc/Makefile.in: Regenerate.
+
+2001-10-12  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * read.c (s_bad_endr): New function.  Issues a warning message
+       about a bad use of the .rept pseudo op.
+       (po_table[]): Add .endr.
+       * read.h: Prototype s_bad_endr.
+
+       * CONTRIBUTORS: Update contact email address.
+
+2001-10-11  Kazu Hirata  <kazu@hxi.com>
+
+       * config/tc-alpha.c: Fix comment typos.
+       * config/tc-cris.c: Likewise.
+       * config/tc-hppa.c: Likewise.
+       * config/tc-i370.c: Likewise.
+       * config/tc-mips.c: Likewise.
+       * config/tc-mn10200.c: Likewise.
+       * config/tc-mn10300.c: Likewise.
+       * config/tc-sh.c: Likewise.
+       * config/tc-tahoe.c: Likewise.
+       * config/tc-v850.c: Likewise.
+
+2001-10-11  Kazu Hirata  <kazu@hxi.com>
+
+       * app.c: Fix comment typos.
+       * bit_fix.h: Likewise.
+       * expr.c: Likewise.
+       * itbl-ops.c: Likewise.
+
+2001-10-11  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * input-file.c: Include safe-ctype.h.
+       (input_file_open): Use ISSPACE instead of isspace.
+
 2001-10-10  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
 
        * config/tc-mips.c (mips_cpreturn_offset): New variable.
This page took 0.025113 seconds and 4 git commands to generate.