On Mon, 8 Dec 2025, Paul Koning wrote:
> >> 1. Why did you remove -munix-asm, mdec-asm and -mgnu-asm along with
> >> -mlro from the gccoptlist at the top?
> >
> > My patch doesn't do that. :-)
>
> Maybe I misread the diff, but it says:
>
> @emph{PDP-11 Options} (@ref{PDP-11 Options})
> -@gccoptlist{-mfpu -msoft-float -mac0 -mno-ac0 -m40 -m45 -m10
> --mint32 -mno-int16 -mint16 -mno-int32
> +@gccoptlist{-mfpu -msoft-float -mac0 -m40 -m45 -m10
> +-mint32 -mint16
> -msplit -munix-asm -mdec-asm -mgnu-asm -mlra}
>
> which looks like the last line is going away. Or does that content
> appear through some other magic?
Something has eaten leading spaces on your side making the actual leading
`-' character look as if it was line removal. The patch surely shows no
change to the final line of PDP-11 options here:
@@ -1292,8 +1292,8 @@ Objective-C and Objective-C++ Dialects}.
-mcmodel=@var{code-model}}
@emph{PDP-11 Options} (@ref{PDP-11 Options})
-@gccoptlist{-mfpu -msoft-float -mac0 -mno-ac0 -m40 -m45 -m10
--mint32 -mno-int16 -mint16 -mno-int32
+@gccoptlist{-mfpu -msoft-float -mac0 -m40 -m45 -m10
+-mint32 -mint16
-msplit -munix-asm -mdec-asm -mgnu-asm -mlra}
@emph{PowerPC Options}
-- so at the very least it's reached the mailing list server intact.
Maciej