Hi all, Ping for a review/commit of the following:
On Tue May 27, 2025 at 9:35 PM CDT, Trevor Gross wrote: > Documentation for `__cmpsf2` and similar functions currently indicate a > return type of `int`. This is not correct however; the `libgcc` > functions return `CMPtype`, the size of which is determined by the > `libgcc_cmp_return` mode. > > Update documentation to use `CMPtype` and indicate that this is > target-dependent, also mentioning the usual modes. > > Reported-by: beetrees <[email protected]> > Fixes: > https://github.com/rust-lang/compiler-builtins/issues/919#issuecomment-2905347318 > Signed-off-by: Trevor Gross <[email protected]> > --- > > Changes from v1: > * Use `@code` formatting in prose section > * s/depdent/dependent > > v1: https://gcc.gnu.org/pipermail/gcc-patches/2025-May/684626.html > > gcc/doc/libgcc.texi | 54 +++++++++++++++++++++++++-------------------- > 1 file changed, 30 insertions(+), 24 deletions(-) > > diff --git a/gcc/doc/libgcc.texi b/gcc/doc/libgcc.texi > index 3587ffb1f..50643f74d 100644 > --- a/gcc/doc/libgcc.texi > +++ b/gcc/doc/libgcc.texi > [...] Link to patch: https://gcc.gnu.org/pipermail/gcc-patches/2025-May/684866.html Thanks, Trevor
