Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/arm copy across (most) of ...



details:   https://anonhg.NetBSD.org/src/rev/33bc28c1996e
branches:  trunk
changeset: 766831:33bc28c1996e
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jul 03 06:40:38 2011 +0000

description:
copy across (most) of the LIB1ASMFUNCS from t-arm-elf.

diffstat:

 external/gpl3/gcc/dist/gcc/config/arm/t-netbsd |  8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r 2b7c03e78baa -r 33bc28c1996e external/gpl3/gcc/dist/gcc/config/arm/t-netbsd
--- a/external/gpl3/gcc/dist/gcc/config/arm/t-netbsd    Sun Jul 03 06:39:22 2011 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/arm/t-netbsd    Sun Jul 03 06:40:38 2011 +0000
@@ -23,6 +23,14 @@
 LIBGCC2_DEBUG_CFLAGS = -g0
 LIB2FUNCS_EXTRA = $(srcdir)/config/floatunsidf.c $(srcdir)/config/floatunsisf.c
 
+# 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_floatdidf _arm_floatdisf _arm_floatundidf _arm_floatundisf \
+       _lshrdi3 _ashrdi3 _ashldi3 \
+       _clzsi2 _clzdi2 
+
 # Build a shared libgcc library.
 SHLIB_EXT = .so
 SHLIB_NAME = @shlib_base_name@.so



Home | Main Index | Thread Index | Old Index