>> diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi >> index 3063e71c8906..b3be65d3efae 100644 >> --- a/gcc/doc/invoke.texi >> +++ b/gcc/doc/invoke.texi >> @@ -946,8 +946,8 @@ Objective-C and Objective-C++ Dialects}. >> >> @emph{eBPF Options} >> @gccoptlist{-mbig-endian -mlittle-endian -mkernel=@var{version} >> --mframe-limit=@var{bytes} -mxbpf -mco-re -mno-co-re >> --mjmpext -mjmp32 -malu32 -mcpu=@var{version}} >> +-mframe-limit=@var{bytes} -mxbpf -mco-re -mno-co-re -mjmpext >> +-mjmp32 -malu32 -mcpu=@var{version} -masm=@var{dialect>}} > > There is a spurious > character there. > > Other than that, the patch is OK. > Thanks! Fixed the extra character and committed. Thanks !
Re: [PATCH v3] bpf: pseudo-c assembly dialect support
Cupertino Miranda via Gcc-patches Fri, 21 Jul 2023 12:07:03 -0700
- [PATCH] bpf: pseudo-c assembly dialect s... Cupertino Miranda via Gcc-patches
- Re: [PATCH] bpf: pseudo-c assembly ... Jose E. Marchesi via Gcc-patches
- Re: [PATCH v2] bpf: pseudo-c as... Cupertino Miranda via Gcc-patches
- Re: [PATCH v2] bpf: pseudo-... Jose E. Marchesi via Gcc-patches
- Re: [PATCH v3] bpf: pse... Cupertino Miranda via Gcc-patches
- Re: [PATCH v3] bpf... Jose E. Marchesi via Gcc-patches
- Re: [PATCH v3]... Cupertino Miranda via Gcc-patches