From 8a0b86f5aae42e42a05767fb0cef745bc54923f7 Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Wed, 14 Aug 2002 09:53:55 +0200 Subject: invoke.texi: Document -minmax for 68HC12. * doc/invoke.texi: Document -minmax for 68HC12. * config/m68hc11/m68hc11.md ("umaxqi3"): Use TARGET_MIN_MAX. ("uminqi3"): Likewise. ("uminhi3", "umaxhi3"): Likewise. * config/m68hc11/m68hc11.h (MASK_MIN_MAX): Define. (TARGET_MIN_MAX): Define. (TARGET_SWITCHES): New option -minmax/-mnominmax. From-SVN: r56284 --- gcc/doc/invoke.texi | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'gcc/doc') diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 1aa156f..79a2149 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -338,7 +338,7 @@ in the following sections. @emph{M68hc1x Options} @gccoptlist{ -m6811 -m6812 -m68hc11 -m68hc12 @gol --mauto-incdec -mlong-calls -mshort -msoft-reg-count=@var{count}} +-mauto-incdec -minmax -mlong-calls -mshort -msoft-reg-count=@var{count}} @emph{VAX Options} @gccoptlist{ @@ -5171,6 +5171,12 @@ when the compiler is configured for 68HC12-based systems. Enable the use of 68HC12 pre and post auto-increment and auto-decrement addressing modes. +@item -minmax +@itemx -nominmax +@opindex minmax +@opindex mnominmax +Enable the use of 68HC12 min and max instructions. + @item -mlong-calls @itemx -mno-long-calls @opindex mlong-calls -- cgit v1.1