Message ID | 20201113130935.GQ15956@bubble.grove.modra.org |
---|---|
State | New |
Headers | show |
Series | [RS6000] Use LIB2_SIDITI_CONV_FUNCS in place of ppc64-fp.c | expand |
Hi! On Fri, Nov 13, 2020 at 11:39:35PM +1030, Alan Modra wrote: > This patch retires ppc64-fp.c in favour of using > "LIB2_SIDITI_CONV_FUNCS = yes", which is a lot better solution than > having a copy of selected libgcc2.c functions. Nice :-) > Bootstrapped and regression tested powerpc64-linux, powerpc64le-linux, > powerpc-linux and powerpc-ibm-aix7.2.4.0. OK? Yes, okay for trunk, thank you! > * config/rs6000/t-ppc64-fp (LIB2ADD): Delete. > (LIB2_SIDITI_CONV_FUNCS): Define. > * config/rs6000/ppc64-fp.c: Delete file. (Don't forget to delete the file, it isn't in your patch.) Segher
diff --git a/libgcc/config/rs6000/t-ppc64-fp b/libgcc/config/rs6000/t-ppc64-fp index 26d1730bcdb..999679fc3cb 100644 --- a/libgcc/config/rs6000/t-ppc64-fp +++ b/libgcc/config/rs6000/t-ppc64-fp @@ -1,2 +1 @@ -# Can be used unconditionally, wrapped in __powerpc64__ || __64BIT__ __ppc64__. -LIB2ADD += $(srcdir)/config/rs6000/ppc64-fp.c +LIB2_SIDITI_CONV_FUNCS = yes