Hi!

When I've added the -mnoreturn-no-callee-saved-registers option
to i386.opt, I forgot to regenerate i386.opt.urls and Mark's
CI kindly reminded me of that.

Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux,
verified
https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html#index-mnoreturn-no-callee-saved-registers
works, committed to trunk as obvious.

2024-03-09  Jakub Jelinek  <ja...@redhat.com>

        * config/i386/i386.opt.urls: Regenerate.

--- gcc/config/i386/i386.opt.urls.jj    2024-03-04 19:20:27.060201697 +0100
+++ gcc/config/i386/i386.opt.urls       2024-03-08 18:32:20.527162487 +0100
@@ -184,6 +184,9 @@ UrlSuffix(gcc/x86-Options.html#index-mmo
 mstore-max=
 UrlSuffix(gcc/x86-Options.html#index-mstore-max)
 
+mnoreturn-no-callee-saved-registers
+UrlSuffix(gcc/x86-Options.html#index-mnoreturn-no-callee-saved-registers)
+
 m32
 UrlSuffix(gcc/x86-Options.html#index-m32-2)
 

        Jakub

Reply via email to