From 80d4d76cb8ee07036e83665a9a3fb3d4e21f695e Mon Sep 17 00:00:00 2001 From: kettenis Date: Sun, 9 Apr 2017 21:47:05 +0000 Subject: [PATCH] Add a few missing quad-precision support functions on arm64 and reorder the list to match what's in CMakeLists.txt. ok sthen@ --- lib/libcompiler_rt/Makefile | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/lib/libcompiler_rt/Makefile b/lib/libcompiler_rt/Makefile index 061903e454e..11c8c13478f 100644 --- a/lib/libcompiler_rt/Makefile +++ b/lib/libcompiler_rt/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2017/01/20 07:55:20 patrick Exp $ +# $OpenBSD: Makefile,v 1.6 2017/04/09 21:47:05 kettenis Exp $ .include @@ -170,14 +170,19 @@ SRCS+= ${file}.c SRCS+= comparetf2.c \ extenddftf2.c \ extendsftf2.c \ - trunctfdf2.c \ - trunctfsf2.c \ fixtfdi.c \ fixtfsi.c \ + fixtfti.c \ + fixunstfdi.c \ + fixunstfsi.c \ + fixunstfti.c \ floatditf.c \ floatsitf.c \ floatunsitf.c \ - multc3.c + floatunditf.c \ + multc3.c \ + trunctfdf2.c \ + trunctfsf2.c .endif .if ${RTARCH} == "arm" -- 2.20.1