From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1733) id 237B93858C42; Tue, 20 Feb 2024 11:46:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 237B93858C42 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708429607; bh=O2Si/YV5QOjEpHLKV6Iyu3rcj+y1TOPONNNDm8PImqs=; h=From:To:Subject:Date:From; b=YG/1IFiLGBTSYQTacVUHm6XN4euPk1CzB0ltXZEv1k4m4H+YvYPy1x+ATZ/oHoO/G Yj5L5190kCdFNaLgt8+9Zo/9hxBXAwWbQvGgurB2hfuwCB4O7Mi4zd6mJ9XYUgRQfo tIQ0JCePAd0iFPLdYbolZM8n7Z/n6uynQVzyGYgo= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Georg-Johann Lay To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-8345] AVR: Document option -mskip-bug. X-Act-Checkin: gcc X-Git-Author: Georg-Johann Lay X-Git-Refname: refs/heads/releases/gcc-13 X-Git-Oldrev: 383d0ecfa64c1aacd1224115bf85cd962752eaa2 X-Git-Newrev: 1ee33557d97d68899503e5e111cc851b3e99f667 Message-Id: <20240220114647.237B93858C42@sourceware.org> Date: Tue, 20 Feb 2024 11:46:47 +0000 (GMT) List-Id: https://gcc.gnu.org/g:1ee33557d97d68899503e5e111cc851b3e99f667 commit r13-8345-g1ee33557d97d68899503e5e111cc851b3e99f667 Author: Georg-Johann Lay Date: Mon Jan 15 17:06:58 2024 +0100 AVR: Document option -mskip-bug. gcc/ * doc/invoke.texi (AVR Options) [-mskip-bug]: Add documentation. (cherry picked from commit 42503cc257fb841904917c9529f24c76511c4e0d) Diff: --- gcc/doc/invoke.texi | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 63f5170f69e9..8f52302d0752 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -864,7 +864,7 @@ Objective-C and Objective-C++ Dialects}. -mn_flash=@var{size} -mno-interrupts -mmain-is-OS_task -mrelax -mrmw -mstrict-X -mtiny-stack -mfract-convert-truncate --mshort-calls -nodevicelib -nodevicespecs +-mshort-calls -mskip-bug -nodevicelib -nodevicespecs -Waddr-space-convert -Wmisspelled-isr} @emph{Blackfin Options} @@ -23294,6 +23294,12 @@ Assume that @code{RJMP} and @code{RCALL} can target the whole program memory. This option is used for multilib generation and selection for the devices from architecture @code{avrxmega3}. +@opindex mskip-bug +@item -mskip-bug + +Generate code without skips (@code{CPSE}, @code{SBRS}, +@code{SBRC}, @code{SBIS}, @code{SBIC}) over 32-bit instructions. + @opindex msp8 @item -msp8 Treat the stack pointer register as an 8-bit register,