[committed] Fix rx build failure in libgcc
commitf1fdd2839ccbc1028b59fbaa7f342e41e3bef848
authorJeff Law <jlaw@ventanamicro.com>
Sun, 3 Dec 2023 05:07:59 +0000 (2 22:07 -0700)
committerJeff Law <jlaw@ventanamicro.com>
Sun, 3 Dec 2023 05:07:59 +0000 (2 22:07 -0700)
treed0a7d39794213ee5d730d43ebd6a8dbef28b0772
parent622c5356676caec1dc970869d6671244703f0559
[committed] Fix rx build failure in libgcc

The rx port has a bunch of what I presume are ABI compatibility functions in
libgcc.  Those compatibility functions routines such as __eqdf2 from libgcc,
but without a prototype.  This patch adds the missing prototypes.

libgcc/
* config/rx/rx-abi-functions.c (__ltdf2, __gtdf2): Add prototype.
(__ledf2, __gedf2, __eqdf2, __nedf2): Likewise.
(__ltsf2, __gtsf2, __lesf2, __gesf2, __eqsf2, __nesf2): Likewise.
libgcc/config/rx/rx-abi-functions.c