svn commit: r222698 - in projects/largeSMP: bin/sh
contrib/compiler-rt contrib/compiler-rt/lib
contrib/compiler-rt/lib/arm contrib/compiler-rt/lib/i386
contrib/compiler-rt/lib/ppc contrib/compiler-...
Attilio Rao
attilio at FreeBSD.org
Sat Jun 4 22:05:21 UTC 2011
Author: attilio
Date: Sat Jun 4 22:05:20 2011
New Revision: 222698
URL: http://svn.freebsd.org/changeset/base/222698
Log:
MFC
Added:
projects/largeSMP/contrib/compiler-rt/lib/abi.h
- copied unchanged from r222697, head/contrib/compiler-rt/lib/abi.h
projects/largeSMP/contrib/compiler-rt/lib/arm/divmodsi4.S
- copied unchanged from r222697, head/contrib/compiler-rt/lib/arm/divmodsi4.S
projects/largeSMP/contrib/compiler-rt/lib/arm/divsi3.S
- copied unchanged from r222697, head/contrib/compiler-rt/lib/arm/divsi3.S
projects/largeSMP/contrib/compiler-rt/lib/arm/softfloat-alias.list
- copied unchanged from r222697, head/contrib/compiler-rt/lib/arm/softfloat-alias.list
projects/largeSMP/contrib/compiler-rt/lib/arm/udivmodsi4.S
- copied unchanged from r222697, head/contrib/compiler-rt/lib/arm/udivmodsi4.S
projects/largeSMP/contrib/compiler-rt/lib/arm/udivsi3.S
- copied unchanged from r222697, head/contrib/compiler-rt/lib/arm/udivsi3.S
projects/largeSMP/contrib/compiler-rt/lib/arm/umodsi3.S
- copied unchanged from r222697, head/contrib/compiler-rt/lib/arm/umodsi3.S
projects/largeSMP/contrib/compiler-rt/lib/divmoddi4.c
- copied unchanged from r222697, head/contrib/compiler-rt/lib/divmoddi4.c
projects/largeSMP/contrib/compiler-rt/lib/divmodsi4.c
- copied unchanged from r222697, head/contrib/compiler-rt/lib/divmodsi4.c
projects/largeSMP/contrib/compiler-rt/lib/subdf3.c
- copied unchanged from r222697, head/contrib/compiler-rt/lib/subdf3.c
projects/largeSMP/contrib/compiler-rt/lib/subsf3.c
- copied unchanged from r222697, head/contrib/compiler-rt/lib/subsf3.c
projects/largeSMP/contrib/compiler-rt/lib/udivmodsi4.c
- copied unchanged from r222697, head/contrib/compiler-rt/lib/udivmodsi4.c
projects/largeSMP/share/man/man4/umcs.4
- copied unchanged from r222697, head/share/man/man4/umcs.4
projects/largeSMP/sys/dev/usb/serial/umcs.c
- copied unchanged from r222697, head/sys/dev/usb/serial/umcs.c
projects/largeSMP/sys/dev/usb/serial/umcs.h
- copied unchanged from r222697, head/sys/dev/usb/serial/umcs.h
projects/largeSMP/sys/modules/usb/umcs/
- copied from r222697, head/sys/modules/usb/umcs/
projects/largeSMP/sys/powerpc/powermac/windtunnel.c
- copied unchanged from r222697, head/sys/powerpc/powermac/windtunnel.c
projects/largeSMP/tools/regression/bin/sh/execution/set-n1.0
- copied unchanged from r222697, head/tools/regression/bin/sh/execution/set-n1.0
projects/largeSMP/tools/regression/bin/sh/execution/set-n2.0
- copied unchanged from r222697, head/tools/regression/bin/sh/execution/set-n2.0
projects/largeSMP/tools/regression/bin/sh/execution/set-n3.0
- copied unchanged from r222697, head/tools/regression/bin/sh/execution/set-n3.0
projects/largeSMP/tools/regression/bin/sh/execution/set-n4.0
- copied unchanged from r222697, head/tools/regression/bin/sh/execution/set-n4.0
projects/largeSMP/tools/regression/netinet/ipdivert/
- copied from r222697, head/tools/regression/netinet/ipdivert/
Deleted:
projects/largeSMP/share/man/man4/umcs7840.4
projects/largeSMP/sys/dev/usb/serial/umcs7840.c
projects/largeSMP/sys/dev/usb/serial/umcs7840.h
projects/largeSMP/sys/modules/usb/umcs7840/
Modified:
projects/largeSMP/bin/sh/alias.c
projects/largeSMP/bin/sh/eval.c
projects/largeSMP/bin/sh/input.c
projects/largeSMP/bin/sh/jobs.c
projects/largeSMP/bin/sh/main.c
projects/largeSMP/contrib/compiler-rt/CREDITS.TXT
projects/largeSMP/contrib/compiler-rt/LICENSE.TXT
projects/largeSMP/contrib/compiler-rt/README.txt
projects/largeSMP/contrib/compiler-rt/lib/absvdi2.c
projects/largeSMP/contrib/compiler-rt/lib/absvsi2.c
projects/largeSMP/contrib/compiler-rt/lib/absvti2.c
projects/largeSMP/contrib/compiler-rt/lib/adddf3.c
projects/largeSMP/contrib/compiler-rt/lib/addsf3.c
projects/largeSMP/contrib/compiler-rt/lib/addvdi3.c
projects/largeSMP/contrib/compiler-rt/lib/addvsi3.c
projects/largeSMP/contrib/compiler-rt/lib/addvti3.c
projects/largeSMP/contrib/compiler-rt/lib/apple_versioning.c
projects/largeSMP/contrib/compiler-rt/lib/arm/adddf3vfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/addsf3vfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/bswapdi2.S
projects/largeSMP/contrib/compiler-rt/lib/arm/bswapsi2.S
projects/largeSMP/contrib/compiler-rt/lib/arm/comparesf2.S
projects/largeSMP/contrib/compiler-rt/lib/arm/divdf3vfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/divsf3vfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/eqdf2vfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/eqsf2vfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/extendsfdf2vfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/fixdfsivfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/fixsfsivfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/fixunsdfsivfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/fixunssfsivfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/floatsidfvfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/floatsisfvfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/floatunssidfvfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/floatunssisfvfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/gedf2vfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/gesf2vfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/gtdf2vfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/gtsf2vfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/ledf2vfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/lesf2vfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/ltdf2vfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/ltsf2vfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/modsi3.S
projects/largeSMP/contrib/compiler-rt/lib/arm/muldf3vfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/mulsf3vfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/nedf2vfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/negdf2vfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/negsf2vfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/nesf2vfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/restore_vfp_d8_d15_regs.S
projects/largeSMP/contrib/compiler-rt/lib/arm/save_vfp_d8_d15_regs.S
projects/largeSMP/contrib/compiler-rt/lib/arm/subdf3vfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/subsf3vfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/switch16.S
projects/largeSMP/contrib/compiler-rt/lib/arm/switch32.S
projects/largeSMP/contrib/compiler-rt/lib/arm/switch8.S
projects/largeSMP/contrib/compiler-rt/lib/arm/switchu8.S
projects/largeSMP/contrib/compiler-rt/lib/arm/sync_synchronize.S
projects/largeSMP/contrib/compiler-rt/lib/arm/truncdfsf2vfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/unorddf2vfp.S
projects/largeSMP/contrib/compiler-rt/lib/arm/unordsf2vfp.S
projects/largeSMP/contrib/compiler-rt/lib/ashldi3.c
projects/largeSMP/contrib/compiler-rt/lib/ashlti3.c
projects/largeSMP/contrib/compiler-rt/lib/ashrdi3.c
projects/largeSMP/contrib/compiler-rt/lib/ashrti3.c
projects/largeSMP/contrib/compiler-rt/lib/assembly.h
projects/largeSMP/contrib/compiler-rt/lib/clear_cache.c
projects/largeSMP/contrib/compiler-rt/lib/clzdi2.c
projects/largeSMP/contrib/compiler-rt/lib/clzsi2.c
projects/largeSMP/contrib/compiler-rt/lib/clzti2.c
projects/largeSMP/contrib/compiler-rt/lib/cmpdi2.c
projects/largeSMP/contrib/compiler-rt/lib/cmpti2.c
projects/largeSMP/contrib/compiler-rt/lib/comparedf2.c
projects/largeSMP/contrib/compiler-rt/lib/comparesf2.c
projects/largeSMP/contrib/compiler-rt/lib/ctzdi2.c
projects/largeSMP/contrib/compiler-rt/lib/ctzsi2.c
projects/largeSMP/contrib/compiler-rt/lib/ctzti2.c
projects/largeSMP/contrib/compiler-rt/lib/divdc3.c
projects/largeSMP/contrib/compiler-rt/lib/divdf3.c
projects/largeSMP/contrib/compiler-rt/lib/divdi3.c
projects/largeSMP/contrib/compiler-rt/lib/divsc3.c
projects/largeSMP/contrib/compiler-rt/lib/divsf3.c
projects/largeSMP/contrib/compiler-rt/lib/divsi3.c
projects/largeSMP/contrib/compiler-rt/lib/divti3.c
projects/largeSMP/contrib/compiler-rt/lib/divxc3.c
projects/largeSMP/contrib/compiler-rt/lib/enable_execute_stack.c
projects/largeSMP/contrib/compiler-rt/lib/endianness.h
projects/largeSMP/contrib/compiler-rt/lib/eprintf.c
projects/largeSMP/contrib/compiler-rt/lib/extendsfdf2.c
projects/largeSMP/contrib/compiler-rt/lib/ffsdi2.c
projects/largeSMP/contrib/compiler-rt/lib/ffsti2.c
projects/largeSMP/contrib/compiler-rt/lib/fixdfdi.c
projects/largeSMP/contrib/compiler-rt/lib/fixdfsi.c
projects/largeSMP/contrib/compiler-rt/lib/fixdfti.c
projects/largeSMP/contrib/compiler-rt/lib/fixsfdi.c
projects/largeSMP/contrib/compiler-rt/lib/fixsfsi.c
projects/largeSMP/contrib/compiler-rt/lib/fixsfti.c
projects/largeSMP/contrib/compiler-rt/lib/fixunsdfdi.c
projects/largeSMP/contrib/compiler-rt/lib/fixunsdfsi.c
projects/largeSMP/contrib/compiler-rt/lib/fixunsdfti.c
projects/largeSMP/contrib/compiler-rt/lib/fixunssfdi.c
projects/largeSMP/contrib/compiler-rt/lib/fixunssfsi.c
projects/largeSMP/contrib/compiler-rt/lib/fixunssfti.c
projects/largeSMP/contrib/compiler-rt/lib/fixunsxfdi.c
projects/largeSMP/contrib/compiler-rt/lib/fixunsxfsi.c
projects/largeSMP/contrib/compiler-rt/lib/fixunsxfti.c
projects/largeSMP/contrib/compiler-rt/lib/fixxfdi.c
projects/largeSMP/contrib/compiler-rt/lib/fixxfti.c
projects/largeSMP/contrib/compiler-rt/lib/floatdidf.c
projects/largeSMP/contrib/compiler-rt/lib/floatdisf.c
projects/largeSMP/contrib/compiler-rt/lib/floatdixf.c
projects/largeSMP/contrib/compiler-rt/lib/floatsidf.c
projects/largeSMP/contrib/compiler-rt/lib/floatsisf.c
projects/largeSMP/contrib/compiler-rt/lib/floattidf.c
projects/largeSMP/contrib/compiler-rt/lib/floattisf.c
projects/largeSMP/contrib/compiler-rt/lib/floattixf.c
projects/largeSMP/contrib/compiler-rt/lib/floatundidf.c
projects/largeSMP/contrib/compiler-rt/lib/floatundisf.c
projects/largeSMP/contrib/compiler-rt/lib/floatundixf.c
projects/largeSMP/contrib/compiler-rt/lib/floatunsidf.c
projects/largeSMP/contrib/compiler-rt/lib/floatunsisf.c
projects/largeSMP/contrib/compiler-rt/lib/floatuntidf.c
projects/largeSMP/contrib/compiler-rt/lib/floatuntisf.c
projects/largeSMP/contrib/compiler-rt/lib/floatuntixf.c
projects/largeSMP/contrib/compiler-rt/lib/fp_lib.h
projects/largeSMP/contrib/compiler-rt/lib/gcc_personality_v0.c
projects/largeSMP/contrib/compiler-rt/lib/i386/ashldi3.S
projects/largeSMP/contrib/compiler-rt/lib/i386/ashrdi3.S
projects/largeSMP/contrib/compiler-rt/lib/i386/divdi3.S
projects/largeSMP/contrib/compiler-rt/lib/i386/floatdidf.S
projects/largeSMP/contrib/compiler-rt/lib/i386/floatdisf.S
projects/largeSMP/contrib/compiler-rt/lib/i386/floatdixf.S
projects/largeSMP/contrib/compiler-rt/lib/i386/floatundidf.S
projects/largeSMP/contrib/compiler-rt/lib/i386/floatundisf.S
projects/largeSMP/contrib/compiler-rt/lib/i386/floatundixf.S
projects/largeSMP/contrib/compiler-rt/lib/i386/lshrdi3.S
projects/largeSMP/contrib/compiler-rt/lib/i386/moddi3.S
projects/largeSMP/contrib/compiler-rt/lib/i386/muldi3.S
projects/largeSMP/contrib/compiler-rt/lib/i386/udivdi3.S
projects/largeSMP/contrib/compiler-rt/lib/i386/umoddi3.S
projects/largeSMP/contrib/compiler-rt/lib/int_lib.h
projects/largeSMP/contrib/compiler-rt/lib/lshrdi3.c
projects/largeSMP/contrib/compiler-rt/lib/lshrti3.c
projects/largeSMP/contrib/compiler-rt/lib/moddi3.c
projects/largeSMP/contrib/compiler-rt/lib/modsi3.c
projects/largeSMP/contrib/compiler-rt/lib/modti3.c
projects/largeSMP/contrib/compiler-rt/lib/muldc3.c
projects/largeSMP/contrib/compiler-rt/lib/muldf3.c
projects/largeSMP/contrib/compiler-rt/lib/muldi3.c
projects/largeSMP/contrib/compiler-rt/lib/mulsc3.c
projects/largeSMP/contrib/compiler-rt/lib/mulsf3.c
projects/largeSMP/contrib/compiler-rt/lib/multi3.c
projects/largeSMP/contrib/compiler-rt/lib/mulvdi3.c
projects/largeSMP/contrib/compiler-rt/lib/mulvsi3.c
projects/largeSMP/contrib/compiler-rt/lib/mulvti3.c
projects/largeSMP/contrib/compiler-rt/lib/mulxc3.c
projects/largeSMP/contrib/compiler-rt/lib/negdf2.c
projects/largeSMP/contrib/compiler-rt/lib/negdi2.c
projects/largeSMP/contrib/compiler-rt/lib/negsf2.c
projects/largeSMP/contrib/compiler-rt/lib/negti2.c
projects/largeSMP/contrib/compiler-rt/lib/negvdi2.c
projects/largeSMP/contrib/compiler-rt/lib/negvsi2.c
projects/largeSMP/contrib/compiler-rt/lib/negvti2.c
projects/largeSMP/contrib/compiler-rt/lib/paritydi2.c
projects/largeSMP/contrib/compiler-rt/lib/paritysi2.c
projects/largeSMP/contrib/compiler-rt/lib/parityti2.c
projects/largeSMP/contrib/compiler-rt/lib/popcountdi2.c
projects/largeSMP/contrib/compiler-rt/lib/popcountsi2.c
projects/largeSMP/contrib/compiler-rt/lib/popcountti2.c
projects/largeSMP/contrib/compiler-rt/lib/powidf2.c
projects/largeSMP/contrib/compiler-rt/lib/powisf2.c
projects/largeSMP/contrib/compiler-rt/lib/powitf2.c
projects/largeSMP/contrib/compiler-rt/lib/powixf2.c
projects/largeSMP/contrib/compiler-rt/lib/ppc/restFP.S
projects/largeSMP/contrib/compiler-rt/lib/ppc/saveFP.S
projects/largeSMP/contrib/compiler-rt/lib/subvdi3.c
projects/largeSMP/contrib/compiler-rt/lib/subvsi3.c
projects/largeSMP/contrib/compiler-rt/lib/subvti3.c
projects/largeSMP/contrib/compiler-rt/lib/trampoline_setup.c
projects/largeSMP/contrib/compiler-rt/lib/truncdfsf2.c
projects/largeSMP/contrib/compiler-rt/lib/ucmpdi2.c
projects/largeSMP/contrib/compiler-rt/lib/ucmpti2.c
projects/largeSMP/contrib/compiler-rt/lib/udivdi3.c
projects/largeSMP/contrib/compiler-rt/lib/udivmoddi4.c
projects/largeSMP/contrib/compiler-rt/lib/udivmodti4.c
projects/largeSMP/contrib/compiler-rt/lib/udivsi3.c
projects/largeSMP/contrib/compiler-rt/lib/udivti3.c
projects/largeSMP/contrib/compiler-rt/lib/umoddi3.c
projects/largeSMP/contrib/compiler-rt/lib/umodsi3.c
projects/largeSMP/contrib/compiler-rt/lib/umodti3.c
projects/largeSMP/contrib/compiler-rt/lib/x86_64/floatundidf.S
projects/largeSMP/contrib/compiler-rt/lib/x86_64/floatundisf.S
projects/largeSMP/contrib/compiler-rt/lib/x86_64/floatundixf.S
projects/largeSMP/lib/libcompiler_rt/Makefile
projects/largeSMP/sbin/hastd/proto_common.c
projects/largeSMP/share/man/man4/Makefile
projects/largeSMP/share/man/man4/ucom.4
projects/largeSMP/sys/cddl/compat/opensolaris/kern/opensolaris.c
projects/largeSMP/sys/cddl/compat/opensolaris/sys/time.h
projects/largeSMP/sys/conf/files
projects/largeSMP/sys/conf/files.powerpc
projects/largeSMP/sys/contrib/pf/net/pf.c
projects/largeSMP/sys/dev/ath/ath_dfs/null/dfs_null.c
projects/largeSMP/sys/dev/ath/if_ath.c
projects/largeSMP/sys/dev/ath/if_athdfs.h
projects/largeSMP/sys/dev/ath/if_athvar.h
projects/largeSMP/sys/dev/iicbus/ds1775.c
projects/largeSMP/sys/dev/iicbus/max6690.c
projects/largeSMP/sys/dev/iwn/if_iwn.c
projects/largeSMP/sys/dev/puc/pucdata.c
projects/largeSMP/sys/fs/nfsserver/nfs_nfsdport.c
projects/largeSMP/sys/mips/cavium/octeon_ebt3000_cf.c
projects/largeSMP/sys/modules/usb/Makefile
projects/largeSMP/sys/net80211/ieee80211_ht.c
projects/largeSMP/sys/net80211/ieee80211_output.c
projects/largeSMP/sys/netinet/in_pcb.c
projects/largeSMP/sys/netinet/in_pcb.h
projects/largeSMP/sys/netinet/ip_divert.c
projects/largeSMP/sys/netinet/tcp_input.c
projects/largeSMP/sys/netinet/tcp_syncache.c
projects/largeSMP/sys/netinet/udp_usrreq.c
projects/largeSMP/sys/netinet6/in6_pcb.c
projects/largeSMP/sys/netinet6/in6_pcb.h
projects/largeSMP/sys/netinet6/udp6_usrreq.c
projects/largeSMP/sys/powerpc/aim/mmu_oea64.c
projects/largeSMP/sys/powerpc/conf/GENERIC
projects/largeSMP/sys/powerpc/conf/NOTES
projects/largeSMP/sys/powerpc/ofw/ofw_machdep.c
projects/largeSMP/sys/powerpc/powermac/fcu.c
projects/largeSMP/sys/powerpc/powermac/powermac_thermal.c
projects/largeSMP/sys/powerpc/powermac/powermac_thermal.h
projects/largeSMP/tools/regression/bin/sh/builtins/alias.1.stderr
projects/largeSMP/usr.bin/find/main.c
projects/largeSMP/usr.sbin/bsdinstall/scripts/netconfig
Directory Properties:
projects/largeSMP/ (props changed)
projects/largeSMP/cddl/contrib/opensolaris/ (props changed)
projects/largeSMP/contrib/bind9/ (props changed)
projects/largeSMP/contrib/binutils/ (props changed)
projects/largeSMP/contrib/bzip2/ (props changed)
projects/largeSMP/contrib/compiler-rt/ (props changed)
projects/largeSMP/contrib/dialog/ (props changed)
projects/largeSMP/contrib/ee/ (props changed)
projects/largeSMP/contrib/expat/ (props changed)
projects/largeSMP/contrib/file/ (props changed)
projects/largeSMP/contrib/gcc/ (props changed)
projects/largeSMP/contrib/gdb/ (props changed)
projects/largeSMP/contrib/gdtoa/ (props changed)
projects/largeSMP/contrib/gnu-sort/ (props changed)
projects/largeSMP/contrib/groff/ (props changed)
projects/largeSMP/contrib/less/ (props changed)
projects/largeSMP/contrib/libpcap/ (props changed)
projects/largeSMP/contrib/libstdc++/ (props changed)
projects/largeSMP/contrib/llvm/ (props changed)
projects/largeSMP/contrib/llvm/tools/clang/ (props changed)
projects/largeSMP/contrib/ncurses/ (props changed)
projects/largeSMP/contrib/netcat/ (props changed)
projects/largeSMP/contrib/ntp/ (props changed)
projects/largeSMP/contrib/one-true-awk/ (props changed)
projects/largeSMP/contrib/openbsm/ (props changed)
projects/largeSMP/contrib/openpam/ (props changed)
projects/largeSMP/contrib/pf/ (props changed)
projects/largeSMP/contrib/sendmail/ (props changed)
projects/largeSMP/contrib/tcpdump/ (props changed)
projects/largeSMP/contrib/tcsh/ (props changed)
projects/largeSMP/contrib/top/ (props changed)
projects/largeSMP/contrib/top/install-sh (props changed)
projects/largeSMP/contrib/tzcode/stdtime/ (props changed)
projects/largeSMP/contrib/tzcode/zic/ (props changed)
projects/largeSMP/contrib/tzdata/ (props changed)
projects/largeSMP/contrib/wpa/ (props changed)
projects/largeSMP/contrib/xz/ (props changed)
projects/largeSMP/crypto/openssh/ (props changed)
projects/largeSMP/crypto/openssl/ (props changed)
projects/largeSMP/gnu/lib/ (props changed)
projects/largeSMP/gnu/usr.bin/binutils/ (props changed)
projects/largeSMP/gnu/usr.bin/cc/cc_tools/ (props changed)
projects/largeSMP/gnu/usr.bin/gdb/ (props changed)
projects/largeSMP/lib/libc/ (props changed)
projects/largeSMP/lib/libc/stdtime/ (props changed)
projects/largeSMP/lib/libutil/ (props changed)
projects/largeSMP/lib/libz/ (props changed)
projects/largeSMP/sbin/ (props changed)
projects/largeSMP/sbin/ipfw/ (props changed)
projects/largeSMP/share/mk/bsd.arch.inc.mk (props changed)
projects/largeSMP/share/zoneinfo/ (props changed)
projects/largeSMP/sys/ (props changed)
projects/largeSMP/sys/amd64/include/xen/ (props changed)
projects/largeSMP/sys/boot/ (props changed)
projects/largeSMP/sys/boot/i386/efi/ (props changed)
projects/largeSMP/sys/boot/ia64/efi/ (props changed)
projects/largeSMP/sys/boot/ia64/ski/ (props changed)
projects/largeSMP/sys/boot/powerpc/boot1.chrp/ (props changed)
projects/largeSMP/sys/boot/powerpc/ofw/ (props changed)
projects/largeSMP/sys/cddl/contrib/opensolaris/ (props changed)
projects/largeSMP/sys/conf/ (props changed)
projects/largeSMP/sys/contrib/dev/acpica/ (props changed)
projects/largeSMP/sys/contrib/octeon-sdk/ (props changed)
projects/largeSMP/sys/contrib/pf/ (props changed)
projects/largeSMP/sys/contrib/x86emu/ (props changed)
projects/largeSMP/usr.bin/calendar/ (props changed)
projects/largeSMP/usr.bin/csup/ (props changed)
projects/largeSMP/usr.bin/procstat/ (props changed)
projects/largeSMP/usr.sbin/ndiscvt/ (props changed)
projects/largeSMP/usr.sbin/zic/ (props changed)
Modified: projects/largeSMP/bin/sh/alias.c
==============================================================================
--- projects/largeSMP/bin/sh/alias.c Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/bin/sh/alias.c Sat Jun 4 22:05:20 2011 (r222698)
@@ -238,7 +238,7 @@ aliascmd(int argc, char **argv)
while ((n = *++argv) != NULL) {
if ((v = strchr(n+1, '=')) == NULL) /* n+1: funny ksh stuff */
if ((ap = lookupalias(n, 0)) == NULL) {
- warning("%s not found", n);
+ warning("%s: not found", n);
ret = 1;
} else
printalias(ap);
Modified: projects/largeSMP/bin/sh/eval.c
==============================================================================
--- projects/largeSMP/bin/sh/eval.c Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/bin/sh/eval.c Sat Jun 4 22:05:20 2011 (r222698)
@@ -165,7 +165,7 @@ evalstring(char *s, int flags)
setstackmark(&smark);
setinputstring(s, 1);
while ((n = parsecmd(0)) != NEOF) {
- if (n != NULL) {
+ if (n != NULL && !nflag) {
if (flags_exit && preadateof())
evaltree(n, flags | EV_EXIT);
else
Modified: projects/largeSMP/bin/sh/input.c
==============================================================================
--- projects/largeSMP/bin/sh/input.c Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/bin/sh/input.c Sat Jun 4 22:05:20 2011 (r222698)
@@ -403,7 +403,7 @@ setinputfile(const char *fname, int push
INTOFF;
if ((fd = open(fname, O_RDONLY)) < 0)
- error("Can't open %s: %s", fname, strerror(errno));
+ error("cannot open %s: %s", fname, strerror(errno));
if (fd < 10) {
fd2 = fcntl(fd, F_DUPFD, 10);
close(fd);
Modified: projects/largeSMP/bin/sh/jobs.c
==============================================================================
--- projects/largeSMP/bin/sh/jobs.c Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/bin/sh/jobs.c Sat Jun 4 22:05:20 2011 (r222698)
@@ -820,7 +820,7 @@ forkshell(struct job *jp, union node *n,
! fd0_redirected_p ()) {
close(0);
if (open(_PATH_DEVNULL, O_RDONLY) != 0)
- error("Can't open %s: %s",
+ error("cannot open %s: %s",
_PATH_DEVNULL, strerror(errno));
}
}
@@ -832,7 +832,7 @@ forkshell(struct job *jp, union node *n,
! fd0_redirected_p ()) {
close(0);
if (open(_PATH_DEVNULL, O_RDONLY) != 0)
- error("Can't open %s: %s",
+ error("cannot open %s: %s",
_PATH_DEVNULL, strerror(errno));
}
}
Modified: projects/largeSMP/bin/sh/main.c
==============================================================================
--- projects/largeSMP/bin/sh/main.c Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/bin/sh/main.c Sat Jun 4 22:05:20 2011 (r222698)
@@ -264,7 +264,7 @@ readcmdfile(const char *name)
if ((fd = open(name, O_RDONLY)) >= 0)
setinputfd(fd, 1);
else
- error("Can't open %s: %s", name, strerror(errno));
+ error("cannot open %s: %s", name, strerror(errno));
INTON;
cmdloop(0);
popfile();
Modified: projects/largeSMP/contrib/compiler-rt/CREDITS.TXT
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/CREDITS.TXT Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/CREDITS.TXT Sat Jun 4 22:05:20 2011 (r222698)
@@ -19,3 +19,6 @@ W: http://www.auroraux.org
D: CMake'ify Compiler-RT build system
D: Maintain Solaris & AuroraUX ports of Compiler-RT
+N: Howard Hinnant
+E: hhinnant at apple.com
+D: Architect and primary author of compiler-rt
Modified: projects/largeSMP/contrib/compiler-rt/LICENSE.TXT
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/LICENSE.TXT Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/LICENSE.TXT Sat Jun 4 22:05:20 2011 (r222698)
@@ -1,10 +1,21 @@
==============================================================================
-LLVM Release License
+compiler_rt License
==============================================================================
+
+The compiler_rt library is dual licensed under both the University of Illinois
+"BSD-Like" license and the MIT license. As a user of this code you may choose
+to use it under either license. As a contributor, you agree to allow your code
+to be used under both.
+
+Full text of the relevant licenses is included below.
+
+==============================================================================
+
University of Illinois/NCSA
Open Source License
-Copyright (c) 2003-2009 University of Illinois at Urbana-Champaign.
+Copyright (c) 2009-2010 by the contributors listed in CREDITS.TXT
+
All rights reserved.
Developed by:
@@ -43,21 +54,23 @@ OUT OF OR IN CONNECTION WITH THE SOFTWAR
SOFTWARE.
==============================================================================
-Copyrights and Licenses for Third Party Software Distributed with LLVM:
-==============================================================================
-The LLVM software contains code written by third parties. Such software will
-have its own individual LICENSE.TXT file in the directory in which it appears.
-This file will describe the copyrights, license, and restrictions which apply
-to that code.
-
-The disclaimer of warranty in the University of Illinois Open Source License
-applies to all code in the LLVM Distribution, and nothing in any of the
-other licenses gives permission to use the names of the LLVM Team or the
-University of Illinois to endorse or promote products derived from this
-Software.
-The following pieces of software have additional or alternate copyrights,
-licenses, and/or restrictions:
+Copyright (c) 2009-2010 by the contributors listed in CREDITS.TXT
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
-Program Directory
-------- ---------
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
Modified: projects/largeSMP/contrib/compiler-rt/README.txt
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/README.txt Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/README.txt Sat Jun 4 22:05:20 2011 (r222698)
@@ -77,8 +77,12 @@ ti_int __modti3 (ti_int a, ti_int b);
su_int __umodsi3 (su_int a, su_int b); // a % b unsigned
du_int __umoddi3 (du_int a, du_int b); // a % b unsigned
tu_int __umodti3 (tu_int a, tu_int b); // a % b unsigned
-du_int __udivmoddi4(du_int a, du_int b, du_int* rem); // a / b, *rem = a % b
-tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem); // a / b, *rem = a % b
+du_int __udivmoddi4(du_int a, du_int b, du_int* rem); // a / b, *rem = a % b unsigned
+tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem); // a / b, *rem = a % b unsigned
+su_int __udivmodsi4(su_int a, su_int b, su_int* rem); // a / b, *rem = a % b unsigned
+si_int __divmodsi4(si_int a, si_int b, si_int* rem); // a / b, *rem = a % b signed
+
+
// Integral arithmetic with trapping overflow
Copied: projects/largeSMP/contrib/compiler-rt/lib/abi.h (from r222697, head/contrib/compiler-rt/lib/abi.h)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ projects/largeSMP/contrib/compiler-rt/lib/abi.h Sat Jun 4 22:05:20 2011 (r222698, copy of r222697, head/contrib/compiler-rt/lib/abi.h)
@@ -0,0 +1,23 @@
+/* ===------ abi.h - configuration header for compiler-rt -----------------===
+ *
+ * The LLVM Compiler Infrastructure
+ *
+ * This file is dual licensed under the MIT and the University of Illinois Open
+ * Source Licenses. See LICENSE.TXT for details.
+ *
+ * ===----------------------------------------------------------------------===
+ *
+ * This file is a configuration header for compiler-rt.
+ * This file is not part of the interface of this library.
+ *
+ * ===----------------------------------------------------------------------===
+ */
+
+#if __ARM_EABI__
+# define ARM_EABI_FNALIAS(aeabi_name, name) \
+ void __aeabi_##aeabi_name() __attribute__((alias("__" #name)));
+# define COMPILER_RT_ABI __attribute__((pcs("aapcs")))
+#else
+# define ARM_EABI_FNALIAS(aeabi_name, name)
+# define COMPILER_RT_ABI
+#endif
Modified: projects/largeSMP/contrib/compiler-rt/lib/absvdi2.c
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/absvdi2.c Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/absvdi2.c Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
*
* The LLVM Compiler Infrastructure
*
- * This file is distributed under the University of Illinois Open Source
- * License. See LICENSE.TXT for details.
+ * This file is dual licensed under the MIT and the University of Illinois Open
+ * Source Licenses. See LICENSE.TXT for details.
*
*===----------------------------------------------------------------------===
*
@@ -11,6 +11,7 @@
*
*===----------------------------------------------------------------------===
*/
+#include "abi.h"
#include "int_lib.h"
#include <stdlib.h>
@@ -19,7 +20,7 @@
/* Effects: aborts if abs(x) < 0 */
-di_int
+COMPILER_RT_ABI di_int
__absvdi2(di_int a)
{
const int N = (int)(sizeof(di_int) * CHAR_BIT);
Modified: projects/largeSMP/contrib/compiler-rt/lib/absvsi2.c
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/absvsi2.c Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/absvsi2.c Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,15 +2,16 @@
*
* The LLVM Compiler Infrastructure
*
- * This file is distributed under the University of Illinois Open Source
- * License. See LICENSE.TXT for details.
+ * This file is dual licensed under the MIT and the University of Illinois Open
+ * Source Licenses. See LICENSE.TXT for details.
*
* ===----------------------------------------------------------------------===
*
* This file implements __absvsi2 for the compiler_rt library.
*
* ===----------------------------------------------------------------------===
- */
+ */
+#include "abi.h"
#include "int_lib.h"
#include <stdlib.h>
@@ -19,7 +20,7 @@
/* Effects: aborts if abs(x) < 0 */
-si_int
+COMPILER_RT_ABI si_int
__absvsi2(si_int a)
{
const int N = (int)(sizeof(si_int) * CHAR_BIT);
Modified: projects/largeSMP/contrib/compiler-rt/lib/absvti2.c
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/absvti2.c Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/absvti2.c Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
*
* The LLVM Compiler Infrastructure
*
- * This file is distributed under the University of Illinois Open Source
- * License. See LICENSE.TXT for details.
+ * This file is dual licensed under the MIT and the University of Illinois Open
+ * Source Licenses. See LICENSE.TXT for details.
*
* ===----------------------------------------------------------------------===
*
Modified: projects/largeSMP/contrib/compiler-rt/lib/adddf3.c
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/adddf3.c Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/adddf3.c Sat Jun 4 22:05:20 2011 (r222698)
@@ -1,21 +1,26 @@
-//===-- lib/adddf3.c - Double-precision addition and subtraction --*- C -*-===//
+//===-- lib/adddf3.c - Double-precision addition ------------------*- C -*-===//
//
// The LLVM Compiler Infrastructure
//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
-// This file implements double-precision soft-float addition and subtraction
-// with the IEEE-754 default rounding (to nearest, ties to even).
+// This file implements double-precision soft-float addition with the IEEE-754
+// default rounding (to nearest, ties to even).
//
//===----------------------------------------------------------------------===//
+#include "abi.h"
+
#define DOUBLE_PRECISION
#include "fp_lib.h"
-fp_t __adddf3(fp_t a, fp_t b) {
+ARM_EABI_FNALIAS(dadd, adddf3);
+
+COMPILER_RT_ABI fp_t
+__adddf3(fp_t a, fp_t b) {
rep_t aRep = toRep(a);
rep_t bRep = toRep(b);
@@ -147,8 +152,3 @@ fp_t __adddf3(fp_t a, fp_t b) {
if (roundGuardSticky == 0x4) result += result & 1;
return fromRep(result);
}
-
-// Subtraction; flip the sign bit of b and add.
-fp_t __subdf3(fp_t a, fp_t b) {
- return __adddf3(a, fromRep(toRep(b) ^ signBit));
-}
Modified: projects/largeSMP/contrib/compiler-rt/lib/addsf3.c
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/addsf3.c Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/addsf3.c Sat Jun 4 22:05:20 2011 (r222698)
@@ -1,20 +1,24 @@
-//===-- lib/addsf3.c - Single-precision addition and subtraction --*- C -*-===//
+//===-- lib/addsf3.c - Single-precision addition ------------------*- C -*-===//
//
// The LLVM Compiler Infrastructure
//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
-// This file implements single-precision soft-float addition and subtraction
-// with the IEEE-754 default rounding (to nearest, ties to even).
+// This file implements single-precision soft-float addition with the IEEE-754
+// default rounding (to nearest, ties to even).
//
//===----------------------------------------------------------------------===//
+#include "abi.h"
+
#define SINGLE_PRECISION
#include "fp_lib.h"
+ARM_EABI_FNALIAS(fadd, addsf3);
+
fp_t __addsf3(fp_t a, fp_t b) {
rep_t aRep = toRep(a);
@@ -147,18 +151,3 @@ fp_t __addsf3(fp_t a, fp_t b) {
if (roundGuardSticky == 0x4) result += result & 1;
return fromRep(result);
}
-
-// Subtraction; flip the sign bit of b and add.
-fp_t __subsf3(fp_t a, fp_t b) {
- return __addsf3(a, fromRep(toRep(b) ^ signBit));
-}
-
-
-
-
-
-
-
-
-
-
Modified: projects/largeSMP/contrib/compiler-rt/lib/addvdi3.c
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/addvdi3.c Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/addvdi3.c Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
*
* The LLVM Compiler Infrastructure
*
- * This file is distributed under the University of Illinois Open Source
- * License. See LICENSE.TXT for details.
+ * This file is dual licensed under the MIT and the University of Illinois Open
+ * Source Licenses. See LICENSE.TXT for details.
*
* ===----------------------------------------------------------------------===
*
@@ -11,6 +11,7 @@
*
* ===----------------------------------------------------------------------===
*/
+#include "abi.h"
#include "int_lib.h"
#include <stdlib.h>
@@ -19,7 +20,7 @@
/* Effects: aborts if a + b overflows */
-di_int
+COMPILER_RT_ABI di_int
__addvdi3(di_int a, di_int b)
{
di_int s = a + b;
Modified: projects/largeSMP/contrib/compiler-rt/lib/addvsi3.c
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/addvsi3.c Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/addvsi3.c Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
*
* The LLVM Compiler Infrastructure
*
- * This file is distributed under the University of Illinois Open Source
- * License. See LICENSE.TXT for details.
+ * This file is dual licensed under the MIT and the University of Illinois Open
+ * Source Licenses. See LICENSE.TXT for details.
*
* ===----------------------------------------------------------------------===
*
@@ -11,6 +11,7 @@
*
* ===----------------------------------------------------------------------===
*/
+#include "abi.h"
#include "int_lib.h"
#include <stdlib.h>
@@ -19,7 +20,7 @@
/* Effects: aborts if a + b overflows */
-si_int
+COMPILER_RT_ABI si_int
__addvsi3(si_int a, si_int b)
{
si_int s = a + b;
Modified: projects/largeSMP/contrib/compiler-rt/lib/addvti3.c
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/addvti3.c Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/addvti3.c Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
*
* The LLVM Compiler Infrastructure
*
- * This file is distributed under the University of Illinois Open Source
- * License. See LICENSE.TXT for details.
+ * This file is dual licensed under the MIT and the University of Illinois Open
+ * Source Licenses. See LICENSE.TXT for details.
*
* ===----------------------------------------------------------------------===
*
Modified: projects/largeSMP/contrib/compiler-rt/lib/apple_versioning.c
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/apple_versioning.c Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/apple_versioning.c Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
*
* The LLVM Compiler Infrastructure
*
- * This file is distributed under the University of Illinois Open Source
- * License. See LICENSE.TXT for details.
+ * This file is dual licensed under the MIT and the University of Illinois Open
+ * Source Licenses. See LICENSE.TXT for details.
*
* ===----------------------------------------------------------------------===
*/
@@ -143,6 +143,147 @@ NOT_HERE_BEFORE_10_6(__gcc_qsub)
NOT_HERE_BEFORE_10_6(__trampoline_setup)
#endif /* __ppc__ */
+#if __arm__ && __DYNAMIC__
+ #define NOT_HERE_UNTIL_AFTER_4_3(sym) \
+ extern const char sym##_tmp1 __asm("$ld$hide$os3.0$_" #sym ); \
+ __attribute__((visibility("default"))) const char sym##_tmp1 = 0; \
+ extern const char sym##_tmp2 __asm("$ld$hide$os3.1$_" #sym ); \
+ __attribute__((visibility("default"))) const char sym##_tmp2 = 0; \
+ extern const char sym##_tmp3 __asm("$ld$hide$os3.2$_" #sym ); \
+ __attribute__((visibility("default"))) const char sym##_tmp3 = 0; \
+ extern const char sym##_tmp4 __asm("$ld$hide$os4.0$_" #sym ); \
+ __attribute__((visibility("default"))) const char sym##_tmp4 = 0; \
+ extern const char sym##_tmp5 __asm("$ld$hide$os4.1$_" #sym ); \
+ __attribute__((visibility("default"))) const char sym##_tmp5 = 0; \
+ extern const char sym##_tmp6 __asm("$ld$hide$os4.2$_" #sym ); \
+ __attribute__((visibility("default"))) const char sym##_tmp6 = 0; \
+ extern const char sym##_tmp7 __asm("$ld$hide$os4.3$_" #sym ); \
+ __attribute__((visibility("default"))) const char sym##_tmp7 = 0;
+
+NOT_HERE_UNTIL_AFTER_4_3(__absvdi2)
+NOT_HERE_UNTIL_AFTER_4_3(__absvsi2)
+NOT_HERE_UNTIL_AFTER_4_3(__adddf3)
+NOT_HERE_UNTIL_AFTER_4_3(__adddf3vfp)
+NOT_HERE_UNTIL_AFTER_4_3(__addsf3)
+NOT_HERE_UNTIL_AFTER_4_3(__addsf3vfp)
+NOT_HERE_UNTIL_AFTER_4_3(__addvdi3)
+NOT_HERE_UNTIL_AFTER_4_3(__addvsi3)
+NOT_HERE_UNTIL_AFTER_4_3(__ashldi3)
+NOT_HERE_UNTIL_AFTER_4_3(__ashrdi3)
+NOT_HERE_UNTIL_AFTER_4_3(__bswapdi2)
+NOT_HERE_UNTIL_AFTER_4_3(__bswapsi2)
+NOT_HERE_UNTIL_AFTER_4_3(__clzdi2)
+NOT_HERE_UNTIL_AFTER_4_3(__clzsi2)
+NOT_HERE_UNTIL_AFTER_4_3(__cmpdi2)
+NOT_HERE_UNTIL_AFTER_4_3(__ctzdi2)
+NOT_HERE_UNTIL_AFTER_4_3(__ctzsi2)
+NOT_HERE_UNTIL_AFTER_4_3(__divdc3)
+NOT_HERE_UNTIL_AFTER_4_3(__divdf3)
+NOT_HERE_UNTIL_AFTER_4_3(__divdf3vfp)
+NOT_HERE_UNTIL_AFTER_4_3(__divdi3)
+NOT_HERE_UNTIL_AFTER_4_3(__divsc3)
+NOT_HERE_UNTIL_AFTER_4_3(__divsf3)
+NOT_HERE_UNTIL_AFTER_4_3(__divsf3vfp)
+NOT_HERE_UNTIL_AFTER_4_3(__divsi3)
+NOT_HERE_UNTIL_AFTER_4_3(__eqdf2)
+NOT_HERE_UNTIL_AFTER_4_3(__eqdf2vfp)
+NOT_HERE_UNTIL_AFTER_4_3(__eqsf2)
+NOT_HERE_UNTIL_AFTER_4_3(__eqsf2vfp)
+NOT_HERE_UNTIL_AFTER_4_3(__extendsfdf2)
+NOT_HERE_UNTIL_AFTER_4_3(__extendsfdf2vfp)
+NOT_HERE_UNTIL_AFTER_4_3(__ffsdi2)
+NOT_HERE_UNTIL_AFTER_4_3(__fixdfdi)
+NOT_HERE_UNTIL_AFTER_4_3(__fixdfsi)
+NOT_HERE_UNTIL_AFTER_4_3(__fixdfsivfp)
+NOT_HERE_UNTIL_AFTER_4_3(__fixsfdi)
+NOT_HERE_UNTIL_AFTER_4_3(__fixsfsi)
+NOT_HERE_UNTIL_AFTER_4_3(__fixsfsivfp)
+NOT_HERE_UNTIL_AFTER_4_3(__fixunsdfdi)
+NOT_HERE_UNTIL_AFTER_4_3(__fixunsdfsi)
+NOT_HERE_UNTIL_AFTER_4_3(__fixunsdfsivfp)
+NOT_HERE_UNTIL_AFTER_4_3(__fixunssfdi)
+NOT_HERE_UNTIL_AFTER_4_3(__fixunssfsi)
+NOT_HERE_UNTIL_AFTER_4_3(__fixunssfsivfp)
+NOT_HERE_UNTIL_AFTER_4_3(__floatdidf)
+NOT_HERE_UNTIL_AFTER_4_3(__floatdisf)
+NOT_HERE_UNTIL_AFTER_4_3(__floatsidf)
+NOT_HERE_UNTIL_AFTER_4_3(__floatsidfvfp)
+NOT_HERE_UNTIL_AFTER_4_3(__floatsisf)
+NOT_HERE_UNTIL_AFTER_4_3(__floatsisfvfp)
+NOT_HERE_UNTIL_AFTER_4_3(__floatundidf)
+NOT_HERE_UNTIL_AFTER_4_3(__floatundisf)
+NOT_HERE_UNTIL_AFTER_4_3(__floatunsidf)
+NOT_HERE_UNTIL_AFTER_4_3(__floatunsisf)
+NOT_HERE_UNTIL_AFTER_4_3(__floatunssidfvfp)
+NOT_HERE_UNTIL_AFTER_4_3(__floatunssisfvfp)
+NOT_HERE_UNTIL_AFTER_4_3(__gedf2)
+NOT_HERE_UNTIL_AFTER_4_3(__gedf2vfp)
+NOT_HERE_UNTIL_AFTER_4_3(__gesf2)
+NOT_HERE_UNTIL_AFTER_4_3(__gesf2vfp)
+NOT_HERE_UNTIL_AFTER_4_3(__gtdf2)
+NOT_HERE_UNTIL_AFTER_4_3(__gtdf2vfp)
+NOT_HERE_UNTIL_AFTER_4_3(__gtsf2)
+NOT_HERE_UNTIL_AFTER_4_3(__gtsf2vfp)
+NOT_HERE_UNTIL_AFTER_4_3(__ledf2)
+NOT_HERE_UNTIL_AFTER_4_3(__ledf2vfp)
+NOT_HERE_UNTIL_AFTER_4_3(__lesf2)
+NOT_HERE_UNTIL_AFTER_4_3(__lesf2vfp)
+NOT_HERE_UNTIL_AFTER_4_3(__lshrdi3)
+NOT_HERE_UNTIL_AFTER_4_3(__ltdf2)
+NOT_HERE_UNTIL_AFTER_4_3(__ltdf2vfp)
+NOT_HERE_UNTIL_AFTER_4_3(__ltsf2)
+NOT_HERE_UNTIL_AFTER_4_3(__ltsf2vfp)
+NOT_HERE_UNTIL_AFTER_4_3(__moddi3)
+NOT_HERE_UNTIL_AFTER_4_3(__modsi3)
+NOT_HERE_UNTIL_AFTER_4_3(__muldc3)
+NOT_HERE_UNTIL_AFTER_4_3(__muldf3)
+NOT_HERE_UNTIL_AFTER_4_3(__muldf3vfp)
+NOT_HERE_UNTIL_AFTER_4_3(__muldi3)
+NOT_HERE_UNTIL_AFTER_4_3(__mulsc3)
+NOT_HERE_UNTIL_AFTER_4_3(__mulsf3)
+NOT_HERE_UNTIL_AFTER_4_3(__mulsf3vfp)
+NOT_HERE_UNTIL_AFTER_4_3(__mulvdi3)
+NOT_HERE_UNTIL_AFTER_4_3(__mulvsi3)
+NOT_HERE_UNTIL_AFTER_4_3(__nedf2)
+NOT_HERE_UNTIL_AFTER_4_3(__nedf2vfp)
+NOT_HERE_UNTIL_AFTER_4_3(__negdi2)
+NOT_HERE_UNTIL_AFTER_4_3(__negvdi2)
+NOT_HERE_UNTIL_AFTER_4_3(__negvsi2)
+NOT_HERE_UNTIL_AFTER_4_3(__nesf2)
+NOT_HERE_UNTIL_AFTER_4_3(__nesf2vfp)
+NOT_HERE_UNTIL_AFTER_4_3(__paritydi2)
+NOT_HERE_UNTIL_AFTER_4_3(__paritysi2)
+NOT_HERE_UNTIL_AFTER_4_3(__popcountdi2)
+NOT_HERE_UNTIL_AFTER_4_3(__popcountsi2)
+NOT_HERE_UNTIL_AFTER_4_3(__powidf2)
+NOT_HERE_UNTIL_AFTER_4_3(__powisf2)
+NOT_HERE_UNTIL_AFTER_4_3(__subdf3)
+NOT_HERE_UNTIL_AFTER_4_3(__subdf3vfp)
+NOT_HERE_UNTIL_AFTER_4_3(__subsf3)
+NOT_HERE_UNTIL_AFTER_4_3(__subsf3vfp)
+NOT_HERE_UNTIL_AFTER_4_3(__subvdi3)
+NOT_HERE_UNTIL_AFTER_4_3(__subvsi3)
+NOT_HERE_UNTIL_AFTER_4_3(__truncdfsf2)
+NOT_HERE_UNTIL_AFTER_4_3(__truncdfsf2vfp)
+NOT_HERE_UNTIL_AFTER_4_3(__ucmpdi2)
+NOT_HERE_UNTIL_AFTER_4_3(__udivdi3)
+NOT_HERE_UNTIL_AFTER_4_3(__udivmoddi4)
+NOT_HERE_UNTIL_AFTER_4_3(__udivsi3)
+NOT_HERE_UNTIL_AFTER_4_3(__umoddi3)
+NOT_HERE_UNTIL_AFTER_4_3(__umodsi3)
+NOT_HERE_UNTIL_AFTER_4_3(__unorddf2)
+NOT_HERE_UNTIL_AFTER_4_3(__unorddf2vfp)
+NOT_HERE_UNTIL_AFTER_4_3(__unordsf2)
+NOT_HERE_UNTIL_AFTER_4_3(__unordsf2vfp)
+
+NOT_HERE_UNTIL_AFTER_4_3(__divmodsi4)
+NOT_HERE_UNTIL_AFTER_4_3(__udivmodsi4)
+#endif // __arm__ && __DYNAMIC__
+
+
+
+
+
#else /* !__APPLE__ */
extern int avoid_empty_file;
Modified: projects/largeSMP/contrib/compiler-rt/lib/arm/adddf3vfp.S
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/arm/adddf3vfp.S Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/arm/adddf3vfp.S Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
//
// The LLVM Compiler Infrastructure
//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
Modified: projects/largeSMP/contrib/compiler-rt/lib/arm/addsf3vfp.S
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/arm/addsf3vfp.S Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/arm/addsf3vfp.S Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
//
// The LLVM Compiler Infrastructure
//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
Modified: projects/largeSMP/contrib/compiler-rt/lib/arm/bswapdi2.S
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/arm/bswapdi2.S Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/arm/bswapdi2.S Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
//
// The LLVM Compiler Infrastructure
//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
Modified: projects/largeSMP/contrib/compiler-rt/lib/arm/bswapsi2.S
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/arm/bswapsi2.S Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/arm/bswapsi2.S Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
//
// The LLVM Compiler Infrastructure
//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
Modified: projects/largeSMP/contrib/compiler-rt/lib/arm/comparesf2.S
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/arm/comparesf2.S Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/arm/comparesf2.S Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
//
// The LLVM Compiler Infrastructure
//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
Modified: projects/largeSMP/contrib/compiler-rt/lib/arm/divdf3vfp.S
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/arm/divdf3vfp.S Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/arm/divdf3vfp.S Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
//
// The LLVM Compiler Infrastructure
//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
Copied: projects/largeSMP/contrib/compiler-rt/lib/arm/divmodsi4.S (from r222697, head/contrib/compiler-rt/lib/arm/divmodsi4.S)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ projects/largeSMP/contrib/compiler-rt/lib/arm/divmodsi4.S Sat Jun 4 22:05:20 2011 (r222698, copy of r222697, head/contrib/compiler-rt/lib/arm/divmodsi4.S)
@@ -0,0 +1,47 @@
+/*===-- divmodsi4.S - 32-bit signed integer divide and modulus ------------===//
+ *
+ * The LLVM Compiler Infrastructure
+ *
+ * This file is dual licensed under the MIT and the University of Illinois Open
+ * Source Licenses. See LICENSE.TXT for details.
+ *
+ *===----------------------------------------------------------------------===//
+ *
+ * This file implements the __divmodsi4 (32-bit signed integer divide and
+ * modulus) function for the ARM architecture. A naive digit-by-digit
+ * computation is employed for simplicity.
+ *
+ *===----------------------------------------------------------------------===*/
+
+#include "../assembly.h"
+
+#define ESTABLISH_FRAME \
+ push {r4-r7, lr} ;\
+ add r7, sp, #12
+#define CLEAR_FRAME_AND_RETURN \
+ pop {r4-r7, pc}
+
+.syntax unified
+.align 3
+DEFINE_COMPILERRT_FUNCTION(__divmodsi4)
+ ESTABLISH_FRAME
+// Set aside the sign of the quotient and modulus, and the address for the
+// modulus.
+ eor r4, r0, r1
+ mov r5, r0
+ mov r6, r2
+// Take the absolute value of a and b via abs(x) = (x^(x >> 31)) - (x >> 31).
+ eor ip, r0, r0, asr #31
+ eor lr, r1, r1, asr #31
+ sub r0, ip, r0, asr #31
+ sub r1, lr, r1, asr #31
+// Unsigned divmod:
+ bl SYMBOL_NAME(__udivmodsi4)
+// Apply the sign of quotient and modulus
+ ldr r1, [r6]
+ eor r0, r0, r4, asr #31
+ eor r1, r1, r5, asr #31
+ sub r0, r0, r4, asr #31
+ sub r1, r1, r5, asr #31
+ str r1, [r6]
+ CLEAR_FRAME_AND_RETURN
Modified: projects/largeSMP/contrib/compiler-rt/lib/arm/divsf3vfp.S
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/arm/divsf3vfp.S Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/arm/divsf3vfp.S Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
//
// The LLVM Compiler Infrastructure
//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
Copied: projects/largeSMP/contrib/compiler-rt/lib/arm/divsi3.S (from r222697, head/contrib/compiler-rt/lib/arm/divsi3.S)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ projects/largeSMP/contrib/compiler-rt/lib/arm/divsi3.S Sat Jun 4 22:05:20 2011 (r222698, copy of r222697, head/contrib/compiler-rt/lib/arm/divsi3.S)
@@ -0,0 +1,41 @@
+/*===-- divsi3.S - 32-bit signed integer divide ---------------------------===//
+ *
+ * The LLVM Compiler Infrastructure
+ *
+ * This file is dual licensed under the MIT and the University of Illinois Open
+ * Source Licenses. See LICENSE.TXT for details.
+ *
+ *===----------------------------------------------------------------------===//
+ *
+ * This file implements the __divsi3 (32-bit signed integer divide) function
+ * for the ARM architecture as a wrapper around the unsigned routine.
+ *
+ *===----------------------------------------------------------------------===*/
+
+#include "../assembly.h"
+
+#define ESTABLISH_FRAME \
+ push {r4, r7, lr} ;\
+ add r7, sp, #4
+#define CLEAR_FRAME_AND_RETURN \
+ pop {r4, r7, pc}
+
+.syntax unified
+.align 3
+// Ok, APCS and AAPCS agree on 32 bit args, so it's safe to use the same routine.
+DEFINE_AEABI_FUNCTION_ALIAS(__aeabi_idiv, __divsi3)
+DEFINE_COMPILERRT_FUNCTION(__divsi3)
+ ESTABLISH_FRAME
+// Set aside the sign of the quotient.
+ eor r4, r0, r1
+// Take absolute value of a and b via abs(x) = (x^(x >> 31)) - (x >> 31).
+ eor r2, r0, r0, asr #31
+ eor r3, r1, r1, asr #31
+ sub r0, r2, r0, asr #31
+ sub r1, r3, r1, asr #31
+// abs(a) / abs(b)
+ bl SYMBOL_NAME(__udivsi3)
+// Apply sign of quotient to result and return.
+ eor r0, r0, r4, asr #31
+ sub r0, r0, r4, asr #31
+ CLEAR_FRAME_AND_RETURN
Modified: projects/largeSMP/contrib/compiler-rt/lib/arm/eqdf2vfp.S
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/arm/eqdf2vfp.S Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/arm/eqdf2vfp.S Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
//
// The LLVM Compiler Infrastructure
//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
Modified: projects/largeSMP/contrib/compiler-rt/lib/arm/eqsf2vfp.S
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/arm/eqsf2vfp.S Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/arm/eqsf2vfp.S Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
//
// The LLVM Compiler Infrastructure
//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
Modified: projects/largeSMP/contrib/compiler-rt/lib/arm/extendsfdf2vfp.S
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/arm/extendsfdf2vfp.S Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/arm/extendsfdf2vfp.S Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
//
// The LLVM Compiler Infrastructure
//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
Modified: projects/largeSMP/contrib/compiler-rt/lib/arm/fixdfsivfp.S
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/arm/fixdfsivfp.S Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/arm/fixdfsivfp.S Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
//
// The LLVM Compiler Infrastructure
//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
Modified: projects/largeSMP/contrib/compiler-rt/lib/arm/fixsfsivfp.S
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/arm/fixsfsivfp.S Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/arm/fixsfsivfp.S Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
//
// The LLVM Compiler Infrastructure
//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
Modified: projects/largeSMP/contrib/compiler-rt/lib/arm/fixunsdfsivfp.S
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/arm/fixunsdfsivfp.S Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/arm/fixunsdfsivfp.S Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
//
// The LLVM Compiler Infrastructure
//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
Modified: projects/largeSMP/contrib/compiler-rt/lib/arm/fixunssfsivfp.S
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/arm/fixunssfsivfp.S Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/arm/fixunssfsivfp.S Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
//
// The LLVM Compiler Infrastructure
//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
Modified: projects/largeSMP/contrib/compiler-rt/lib/arm/floatsidfvfp.S
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/arm/floatsidfvfp.S Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/arm/floatsidfvfp.S Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
//
// The LLVM Compiler Infrastructure
//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
Modified: projects/largeSMP/contrib/compiler-rt/lib/arm/floatsisfvfp.S
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/arm/floatsisfvfp.S Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/arm/floatsisfvfp.S Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
//
// The LLVM Compiler Infrastructure
//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
Modified: projects/largeSMP/contrib/compiler-rt/lib/arm/floatunssidfvfp.S
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/arm/floatunssidfvfp.S Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/arm/floatunssidfvfp.S Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
//
// The LLVM Compiler Infrastructure
//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
Modified: projects/largeSMP/contrib/compiler-rt/lib/arm/floatunssisfvfp.S
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/arm/floatunssisfvfp.S Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/arm/floatunssisfvfp.S Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
//
// The LLVM Compiler Infrastructure
//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
Modified: projects/largeSMP/contrib/compiler-rt/lib/arm/gedf2vfp.S
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/arm/gedf2vfp.S Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/arm/gedf2vfp.S Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
//
// The LLVM Compiler Infrastructure
//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
Modified: projects/largeSMP/contrib/compiler-rt/lib/arm/gesf2vfp.S
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/arm/gesf2vfp.S Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/arm/gesf2vfp.S Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
//
// The LLVM Compiler Infrastructure
//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
Modified: projects/largeSMP/contrib/compiler-rt/lib/arm/gtdf2vfp.S
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/arm/gtdf2vfp.S Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/arm/gtdf2vfp.S Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
//
// The LLVM Compiler Infrastructure
//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
Modified: projects/largeSMP/contrib/compiler-rt/lib/arm/gtsf2vfp.S
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/arm/gtsf2vfp.S Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/arm/gtsf2vfp.S Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
//
// The LLVM Compiler Infrastructure
//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
Modified: projects/largeSMP/contrib/compiler-rt/lib/arm/ledf2vfp.S
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/arm/ledf2vfp.S Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/arm/ledf2vfp.S Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
//
// The LLVM Compiler Infrastructure
//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
Modified: projects/largeSMP/contrib/compiler-rt/lib/arm/lesf2vfp.S
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/arm/lesf2vfp.S Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/arm/lesf2vfp.S Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
//
// The LLVM Compiler Infrastructure
//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
Modified: projects/largeSMP/contrib/compiler-rt/lib/arm/ltdf2vfp.S
==============================================================================
--- projects/largeSMP/contrib/compiler-rt/lib/arm/ltdf2vfp.S Sat Jun 4 21:59:55 2011 (r222697)
+++ projects/largeSMP/contrib/compiler-rt/lib/arm/ltdf2vfp.S Sat Jun 4 22:05:20 2011 (r222698)
@@ -2,8 +2,8 @@
//
// The LLVM Compiler Infrastructure
//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// This file is dual licensed under the MIT and the University of Illinois Open
*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
More information about the svn-src-projects
mailing list