From 949f2b5cda473f7caafb47833f18e7643c30dfc9 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 16 Mar 2002 09:58:40 +0000 Subject: [PATCH] * doc/c-mips.texi (Machine Dependencies): Add new node. --- gas/ChangeLog | 20 ++++++++++++-------- gas/doc/c-mips.texi | 1 + 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 526a64e..177ac45 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2002-03-16 Andreas Jaeger + + * doc/c-mips.texi (Machine Dependencies): Add new node. + 2002-03-15 Chris G. Demetriou * config/tc-mips.c (mips_set_options): New "ase_mips3d" member. @@ -17,7 +21,7 @@ * doc/as.texinfo: Document -mips3d and -no-mips3d options. * doc/c-mips.texi: Likewise, and document ".set mips3d" and ".set nomips3d" directives. - + 2002-03-14 Hans-Peter Nilsson * config/tc-mmix.c (md_estimate_size_before_relax): Don't consider @@ -102,7 +106,7 @@ (parse_op_no_deferred): Support float literals. (parse_op): Reject attempts to refer to float regs. (parse_fop): New function, like parse_op but for float operand. - (md_assemble): Add cases to parse float operands. Also fix + (md_assemble): Add cases to parse float operands. Also fix IMM3, IMM6, IMM8 cases to pick up the operand from the right spot. 2002-03-04 H.J. Lu @@ -293,7 +297,7 @@ 2002-02-11 Tom Rix - * config/tc-ppc.c (md_apply_fix3): Check for insert fop invalid for + * config/tc-ppc.c (md_apply_fix3): Check for insert fop invalid for xcoff64. Mon Feb 11 11:23:38 2002 Alexandre Oliva @@ -526,7 +530,7 @@ Mon Feb 11 12:59:29 CET 2002 Jan Hubicka BFD_RELOC_SH_PT_16>: Set lowest bit in field to be relocated to 1. (shmedia_md_convert_frag) : Set lowest bit of field to relocate to 1 and rest to empty, - if reloc is emitted. + if reloc is emitted. 2000-12-31 Hans-Peter Nilsson New options plus bugfixes. * config/tc-sh.c (md_longopts): New options "-no-expand" and @@ -835,7 +839,7 @@ Mon Feb 11 12:59:29 CET 2002 Jan Hubicka * config/tc-sh.c (parse_at): Install the correct version of 2002-02-04's patch. - + * config/tc-sh.c (md_apply_fix3) : Don't assume fixP->fx_subsy is non-NULL. @@ -892,7 +896,7 @@ Mon Feb 11 12:59:29 CET 2002 Jan Hubicka Support on-demand global register allocation by passing on base-plus-offset relocs to the linker. * config/tc-mmix.c: Tweak and fix typos in comments. - (allocate_undefined_gregs_in_linker): New variable. + (allocate_undefined_gregs_in_linker): New variable. (OPTION_LINKER_ALLOCATED_GREGS): New option macro. (md_longopts): Add --linker-allocated-gregs. (md_parse_option) : Imply --linker-allocated-gregs. @@ -1008,7 +1012,7 @@ Mon Feb 11 12:59:29 CET 2002 Jan Hubicka 2002-01-21 Jason Thorpe * configure.in (ia64-*-netbsd*): New target. - * configure: Regenerate. + * configure: Regenerate. 2002-01-21 Hans-Peter Nilsson @@ -1047,7 +1051,7 @@ Mon Feb 11 12:59:29 CET 2002 Jan Hubicka * NEWS: Mention new ARM command-line options and VFP support. - * config/tc-arm.c (ARM_CEXT_XSCALE): Replaces ARM_EXT_XSCALE. All + * config/tc-arm.c (ARM_CEXT_XSCALE): Replaces ARM_EXT_XSCALE. All uses changed. (ARM_CEXT_MAVERICK): Similarly. (ARM_ANY): Now means any core instruction. diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi index 1fbe180..18d523a 100644 --- a/gas/doc/c-mips.texi +++ b/gas/doc/c-mips.texi @@ -28,6 +28,7 @@ Assembly Language Programming'' in the same work. * MIPS autoextend:: Directives for extending MIPS 16 bit instructions * MIPS insn:: Directive to mark data as an instruction * MIPS option stack:: Directives to save and restore options +* MIPS ASE instruction generation overrides:: Directives to control generation of MIPS ASE instructions @end menu @node MIPS Opts -- 2.7.4