Module Name:src
Committed By: jakllsch
Date: Wed Sep 2 16:22:46 UTC 2020
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
Treat aarch64eb the same as aarch64
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/lib/libc/compiler_rt/Makefi
Module Name:src
Committed By: rin
Date: Sun Mar 8 06:30:06 UTC 2020
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
Fix broken printf(3) %d output for numbers more than two digits, e.g.,
printf("%d\n", 42) ---> "::" instead of "42"
Our __{,u}modsi3
Module Name:src
Committed By: martin
Date: Sun Jul 23 09:50:54 UTC 2017
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
Do not use IEEE 754 specific functions for VAX
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/lib/libc/compiler_
Module Name:src
Committed By: joerg
Date: Fri May 26 22:56:50 UTC 2017
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
Use MACHINE_ARCH for the sparc check.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/lib/libc/compiler_rt/Makefil
Module Name:src
Committed By: martin
Date: Wed Mar 30 07:25:33 UTC 2016
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
Drop fixxfdi.c for m68k (where double == long double and this isn't needed
but causes duplicate symbols with softfloat, if compiling
Module Name:src
Committed By: martin
Date: Sat Mar 26 07:31:11 UTC 2016
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
Make sure to define __SOFT_FP__ when building a SOFTFLOAT userland
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 sr
Module Name:src
Committed By: adam
Date: Mon Feb 29 14:57:07 UTC 2016
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
Fix buidling with MKPROFILE=no
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/compiler_rt/Makefile.inc
P
Module Name:src
Committed By: joerg
Date: Sat Feb 27 19:08:23 UTC 2016
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
Sync with changes in the profiling implementation of compiler-rt.
Switch to the "Linux" runtime, which is kind of misnamed for the mos
Module Name:src
Committed By: matt
Date: Wed Sep 3 19:29:14 UTC 2014
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
Changes for OR1K
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/lib/libc/compiler_rt/Makefile.inc
Please note tha
Module Name:src
Committed By: matt
Date: Sun Aug 17 16:14:59 UTC 2014
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
VAX does need __clzsi2
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/compiler_rt/Makefile.inc
Please no
Module Name:src
Committed By: joerg
Date: Wed Aug 13 14:41:45 UTC 2014
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
powerpc64 uses the same sources as powerpc and needs the long double as
double-double sources.
To generate a diff of this commit:
cv
Module Name:src
Committed By: joerg
Date: Sun Aug 10 10:15:39 UTC 2014
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
Add the not-yet-used IEEE quad support files.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/lib/libc/compiler_rt
Module Name:src
Committed By: joerg
Date: Mon Jul 14 07:55:27 UTC 2014
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
Don't include atomic.c, we have aliases for it in src/common.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/
Module Name:src
Committed By: joerg
Date: Tue May 20 12:23:47 UTC 2014
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
For the moment, don't complain about const casts.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/lib/libc/compile
Module Name:src
Committed By: joerg
Date: Fri May 16 00:10:57 UTC 2014
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
Deal with PGO rename.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/compiler_rt/Makefile.inc
Please no
Module Name:src
Committed By: joerg
Date: Fri May 16 00:11:30 UTC 2014
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
Prepare in case we want to hook up the profile init code later.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/li
Module Name:src
Committed By: uwe
Date: Wed Mar 19 20:30:53 UTC 2014
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
On sh3 __udivsi3 is gcc "millicode" with special calling convention
(less registers clobbered than usual). Each DSO that needs it gets
Module Name:src
Committed By: matt
Date: Sun Mar 2 03:04:52 UTC 2014
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
Change remaining "MACHINE_ARCH" to "LIBC_MACHINE_ARCH"
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/com
Module Name:src
Committed By: joerg
Date: Wed Jan 29 22:38:18 UTC 2014
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
Long double support builds for PPC now.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/compiler_rt/Makef
Module Name:src
Committed By: joerg
Date: Sat Jan 18 21:26:46 UTC 2014
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
Must use LIBC_MACHINE_ARCH for deciding whether 64bit support code is
neded. Otherwise e.g. i386 compat libs are broken.
To generate
Module Name:src
Committed By: joerg
Date: Sat Jan 18 21:27:11 UTC 2014
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
ARM needs __clear_cache.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/compiler_rt/Makefile.inc
Please
Module Name:src
Committed By: joerg
Date: Sat Jan 18 03:28:28 UTC 2014
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
__fixsfdi is required, __fixdfsi already in softfloat.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/co
Module Name:src
Committed By: joerg
Date: Fri Jan 17 14:07:33 UTC 2014
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
Comment out softfloat code until it is decided what to use long term.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 sr
Module Name:src
Committed By: joerg
Date: Fri Jan 17 14:06:36 UTC 2014
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
__floatunsidf and __floatunsisf are provided by softfloat, but
__fixdfdi and __fixdfsi are not. So move them into the corresponding
ch
Module Name:src
Committed By: joerg
Date: Fri Jan 17 14:08:59 UTC 2014
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
Don't use aeabi_dcmp.S and aeabi_fcmp.S on ARM yet, softfloat provides
the same set of symbols.
To generate a diff of this commit:
c
Module Name:src
Committed By: joerg
Date: Fri Jan 17 14:03:31 UTC 2014
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
Explicitly enumerate platforms that have unwind support to make
piecewise migration easier.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: matt
Date: Thu Jan 16 23:05:51 UTC 2014
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
Don't build common quad routines if the platform is 64bit since they
will not be emitted by the compiler.
To generate a diff of this
Module Name:src
Committed By: joerg
Date: Wed Jan 15 21:20:53 UTC 2014
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
Add profiling helper functions to the build.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/compiler_rt/Ma
Module Name:src
Committed By: joerg
Date: Tue Dec 3 16:14:50 UTC 2013
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
Don't include bswap for ARM right now, the routines require ARMv6.
Separate the soft-float code and don't include it in the libgcc cas
Module Name:src
Committed By: joerg
Date: Tue Dec 3 02:28:51 UTC 2013
Modified Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
Add ARM (EABI) specific sources. Split off code that requires C11,
unwind support in libc or overlaps with soft-float in preparation f
Module Name:src
Committed By: joerg
Date: Thu Jul 4 22:14:43 UTC 2013
Added Files:
src/lib/libc/compiler_rt: Makefile.inc
Log Message:
Build glue for including compiler-rt in libc, not hooked up yet.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/lib/libc
31 matches
Mail list logo