Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc oops, put back _arm_fixunssfsi into arm li...
details: https://anonhg.NetBSD.org/src/rev/f4372435885c
branches: trunk
changeset: 766954:f4372435885c
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Jul 04 22:44:55 2011 +0000
description:
oops, put back _arm_fixunssfsi into arm libgcc.
diffstat:
external/gpl3/gcc/dist/gcc/config/arm/t-netbsd | 2 +-
external/gpl3/gcc/lib/libgcc/arch/arm.mk | 2 +-
external/gpl3/gcc/lib/libgcc/arch/armeb.mk | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diffs (36 lines):
diff -r 9af86008929d -r f4372435885c external/gpl3/gcc/dist/gcc/config/arm/t-netbsd
--- a/external/gpl3/gcc/dist/gcc/config/arm/t-netbsd Mon Jul 04 22:37:58 2011 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/arm/t-netbsd Mon Jul 04 22:44:55 2011 +0000
@@ -26,7 +26,7 @@
# This list is from t-arm-elf, but with some things removed.
LIB1ASMFUNCS += _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_tls _bb_init_func \
_call_via_rX _interwork_call_via_rX \
- _arm_fixunsdfsi \
+ _arm_fixunsdfsi _arm_fixunssfsi \
_arm_floatdidf _arm_floatdisf _arm_floatundidf _arm_floatundisf \
_lshrdi3 _ashrdi3 _ashldi3 \
_clzsi2 _clzdi2
diff -r 9af86008929d -r f4372435885c external/gpl3/gcc/lib/libgcc/arch/arm.mk
--- a/external/gpl3/gcc/lib/libgcc/arch/arm.mk Mon Jul 04 22:37:58 2011 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/arm.mk Mon Jul 04 22:44:55 2011 +0000
@@ -6,7 +6,7 @@
G_LIB2ADD=${GNUHOSTDIST}/gcc/config/floatunsidf.c ${GNUHOSTDIST}/gcc/config/floatunsisf.c
G_LIB2ADDEH=${GNUHOSTDIST}/gcc/unwind-dw2.c ${GNUHOSTDIST}/gcc/unwind-dw2-fde.c ${GNUHOSTDIST}/gcc/unwind-sjlj.c ${GNUHOSTDIST}/gcc/gthr-gnat.c ${GNUHOSTDIST}/gcc/unwind-c.c
G_LIB2ADD_ST=
-G_LIB1ASMFUNCS=_thumb1_case_sqi _thumb1_case_uqi _thumb1_case_shi _thumb1_case_uhi _thumb1_case_si _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_tls _bb_init_func _call_via_rX _interwork_call_via_rX
_arm_fixunsdfsi _arm_floatdidf _arm_floatdisf _arm_floatundidf _arm_floatundisf _lshrdi3 _ashrdi3 _ashldi3 _clzsi2 _clzdi2
+G_LIB1ASMFUNCS=_thumb1_case_sqi _thumb1_case_uqi _thumb1_case_shi _thumb1_case_uhi _thumb1_case_si _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_tls _bb_init_func _call_via_rX _interwork_call_via_rX
_arm_fixunsdfsi _arm_fixunssfsi _arm_floatdidf _arm_floatdisf _arm_floatundidf _arm_floatundisf _lshrdi3 _ashrdi3 _ashldi3 _clzsi2 _clzdi2
G_LIB1ASMSRC=arm/lib1funcs.asm
G_LIB2_DIVMOD_FUNCS=_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4
G_LIB2FUNCS_ST=_eprintf __gcc_bcmp
diff -r 9af86008929d -r f4372435885c external/gpl3/gcc/lib/libgcc/arch/armeb.mk
--- a/external/gpl3/gcc/lib/libgcc/arch/armeb.mk Mon Jul 04 22:37:58 2011 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/armeb.mk Mon Jul 04 22:44:55 2011 +0000
@@ -6,7 +6,7 @@
G_LIB2ADD=${GNUHOSTDIST}/gcc/config/floatunsidf.c ${GNUHOSTDIST}/gcc/config/floatunsisf.c
G_LIB2ADDEH=${GNUHOSTDIST}/gcc/unwind-dw2.c ${GNUHOSTDIST}/gcc/unwind-dw2-fde.c ${GNUHOSTDIST}/gcc/unwind-sjlj.c ${GNUHOSTDIST}/gcc/gthr-gnat.c ${GNUHOSTDIST}/gcc/unwind-c.c
G_LIB2ADD_ST=
-G_LIB1ASMFUNCS=_thumb1_case_sqi _thumb1_case_uqi _thumb1_case_shi _thumb1_case_uhi _thumb1_case_si _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_tls _bb_init_func _call_via_rX _interwork_call_via_rX
_arm_fixunsdfsi _arm_floatdidf _arm_floatdisf _arm_floatundidf _arm_floatundisf _lshrdi3 _ashrdi3 _ashldi3 _clzsi2 _clzdi2
+G_LIB1ASMFUNCS=_thumb1_case_sqi _thumb1_case_uqi _thumb1_case_shi _thumb1_case_uhi _thumb1_case_si _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_tls _bb_init_func _call_via_rX _interwork_call_via_rX
_arm_fixunsdfsi _arm_fixunssfsi _arm_floatdidf _arm_floatdisf _arm_floatundidf _arm_floatundisf _lshrdi3 _ashrdi3 _ashldi3 _clzsi2 _clzdi2
G_LIB1ASMSRC=arm/lib1funcs.asm
G_LIB2_DIVMOD_FUNCS=_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4
G_LIB2FUNCS_ST=_eprintf __gcc_bcmp
Home |
Main Index |
Thread Index |
Old Index