Home | History | Annotate | Download | only in profile
History log of /src/sys/external/bsd/compiler_rt/dist/lib/profile/GCDAProfiling.c
RevisionDateAuthorComments
 1.2  05-Jan-2018  kamil Include namespace.h in GCDAProfiling.c (compiler_rt)

The NetBSD Standard C Library uses internally some of its functions with
a mangled symbol name, usually "_symbol". The internal functions shall not
use the global (public) symbols.

This change eliminates usage of the global name of the following symbols:
- fdopen -> _fdopen
- mmap -> _mmap
- strdup -> _strdup

Sponsored by <The NetBSD Foundation>
 1.1  04-Jul-2013  joerg branches: 1.1.1;
Initial revision
 1.1.1.5  27-Feb-2016  joerg Import compiler-rt r259194. Primary changes are better support for
128bit long double and a number of refinements in the profiling backend.
 1.1.1.4  16-May-2014  joerg branches: 1.1.1.4.2; 1.1.1.4.6; 1.1.1.4.8;
Import compiler-rt r208593. Fix a build bug in __clear_cache by not
explicitly forcing the ABI. Add first part of IEEE 754 quad support.
 1.1.1.3  24-Jan-2014  joerg branches: 1.1.1.3.2;
Import compiler-rt r200007. Use .size on all assembler functions.
Reimplement ARM division based on Matt Thomas's common version.
 1.1.1.2  15-Jan-2014  joerg Import compiler-rt r199273. Support libkern/libsa alternative headers.
Mark assembler functions as such to prevent ld snafu.
 1.1.1.1  04-Jul-2013  joerg branches: 1.1.1.1.4;
Initial import of a cut-down copy of compiler-rt revision r185671.
 1.1.1.4.8.1  19-Mar-2016  skrll Sync with HEAD
 1.1.1.4.6.3  03-Dec-2017  jdolecek update from HEAD
 1.1.1.4.6.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.1.4.6.1  16-May-2014  tls file GCDAProfiling.c was added on branch tls-maxphys on 2014-08-20 00:03:58 +0000
 1.1.1.4.2.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.1.1.4.2.1  16-May-2014  yamt file GCDAProfiling.c was added on branch yamt-pagecache on 2014-05-22 11:40:44 +0000
 1.1.1.3.2.1  10-Aug-2014  tls Rebase.
 1.1.1.1.4.3  18-May-2014  rmind sync with head
 1.1.1.1.4.2  28-Aug-2013  rmind sync with head
 1.1.1.1.4.1  04-Jul-2013  rmind file GCDAProfiling.c was added on branch rmind-smpnet on 2013-08-28 23:59:29 +0000

RSS XML Feed