* doc/c-mips.texi (Machine Dependencies): Add new node.

This commit is contained in:
Andreas Jaeger 2002-03-16 09:58:40 +00:00
parent 43079f18a8
commit 949f2b5cda
2 changed files with 13 additions and 8 deletions

View file

@ -1,3 +1,7 @@
2002-03-16 Andreas Jaeger <aj@suse.de>
* doc/c-mips.texi (Machine Dependencies): Add new node.
2002-03-15 Chris G. Demetriou <cgd@broadcom.com>
* config/tc-mips.c (mips_set_options): New "ase_mips3d" member.
@ -892,7 +896,7 @@ Mon Feb 11 12:59:29 CET 2002 Jan Hubicka <jh@suse.cz>
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) <case 'x'>: Imply --linker-allocated-gregs.

View file

@ -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