Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2002 21:12:03 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 11424 for review
Message-ID:  <200205170412.g4H4C3g23183@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=11424

Change 11424 by peter@peter_daintree on 2002/05/16 21:11:37

	revert mismerged chunk

Affected files ...

... //depot/projects/ia64/gnu/lib/libgcc/Makefile#7 edit

Differences ...

==== //depot/projects/ia64/gnu/lib/libgcc/Makefile#7 (text+ko) ====

@@ -134,37 +134,6 @@
 OBJS+=	dp-bit.o fp-bit.o
 .endif
 
-# Remove any objects from LIB2FUNCS and LIB2_DIVMOD_FUNCS that are
-# defined as optimized assembly code in LIB1ASMFUNCS.
-.if defined(LIB1ASMFUNCS)
-.for sym in ${LIB1ASMFUNCS}
-LIB2FUNCS_1:=	${LIB2FUNCS_1:S/${sym}//g}
-LIB2FUNCS_2:=	${LIB2FUNCS_2:S/${sym}//g}
-LIB2_DIVMOD_FUNCS:= ${LIB2_DIVMOD_FUNCS:S/${sym}//g}
-.endfor
-.endif
-
-#-----------------------------------------------------------------------
-
-SYMS=		${LIB2FUNCS_1}		\
-		${LIB2FUNCS_2}		\
-		${LIB2_DIVMOD_FUNCS}
-.if ${TARGET_ARCH} == "arm" || ${TARGET_ARCH} == "powerpc" || ${TARGET_ARCH} == "sparc64"
-SYMS+=		${FPBIT_FUNCS} ${DPBIT_FUNCS}
-.endif
-SYMS_ST=	${LIB2FUNCS_ST}		\
-		${LIB2ADD_ST}
-OBJS_T=		${SYMS:S/$/.o/}  ${SYMS_ST:S/$/.o/}
-OBJS_P=		${SYMS:S/$/.po/} ${SYMS_ST:S/$/.po/}
-OBJS_S=		${SYMS:S/$/.So/}
-ASM_T=		${LIB1ASMFUNCS:S/$/.o/}
-ASM_P=		${LIB1ASMFUNCS:S/$/.po/}
-ASM_S=		${LIB1ASMFUNCS:S/$/.So/}
-OBJS+=		${SYMS:S/$/.o/} ${LIB1ASMFUNCS:S/$/.o/}
-STATICOBJS=	${SYMS_ST:S/$/.o/}
-SRCS=		${LIB2ADD} ${LIB2ADDEH}
-
-
 #-----------------------------------------------------------------------
 
 dp-bit.o: config/fp-bit.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205170412.g4H4C3g23183>