Home | History | Annotate | only in /src/lib/csu/arch/powerpc
History log of /src/lib/csu/arch/powerpc
RevisionDateAuthorComments
 1.2 27-Jun-2013  matt Switch arm, earm, powerpc to use crtbegin.c
Use -fpie for crtbegin.
 1.1 08-Feb-2011  matt branches: 1.1.2; 1.1.6; 1.1.12;
First pass at new crtstuff for powerpc. Doesn't quite work yet
(obj parameter to ___start seems to get corrupted sometimes)
 1.1.12.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.6.1 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.2.2 06-Mar-2011  bouyer Sync with HEAD
 1.1.2.1 08-Feb-2011  bouyer file Makefile.inc was added on branch bouyer-quota2 on 2011-03-06 15:07:54 +0000
 1.7 26-Nov-2018  joerg Do not pass the main object handle from the assembler startup stub to
the common ___start routine. It's only used for a pointless magic
version check. Thanks to martin@ for testing various architectures.
 1.6 27-Feb-2014  matt branches: 1.6.24; 1.6.26;
Use the CALL() macro.
 1.5 27-Feb-2014  matt Add powerpc64 support
 1.4 02-Jul-2011  matt branches: 1.4.2; 1.4.8;
The kernel and ld.elf_so call with a different order for
cleanup, obj, ps_strings so deal with it.
With this change, USE_COMPILERCRTSTUFF=no works.
 1.3 01-Jul-2011  joerg Explicitly declare ___start as hidden.
 1.2 30-Jun-2011  matt Adapt to new ___start definition.
Use PIC method to load %r13 with address of _SDA_BASE_
 1.1 08-Feb-2011  matt branches: 1.1.2;
First pass at new crtstuff for powerpc. Doesn't quite work yet
(obj parameter to ___start seems to get corrupted sometimes)
 1.1.2.2 06-Mar-2011  bouyer Sync with HEAD
 1.1.2.1 08-Feb-2011  bouyer file crt0.S was added on branch bouyer-quota2 on 2011-03-06 15:07:54 +0000
 1.4.8.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.4.2.1 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.6.26.1 10-Jun-2019  christos Sync with HEAD
 1.6.24.1 26-Dec-2018  pgoyette Sync with HEAD, resolve a few conflicts
 1.3 27-Jun-2013  matt Switch arm, earm, powerpc to use crtbegin.c
Use -fpie for crtbegin.
 1.2 04-Jul-2011  matt branches: 1.2.2; 1.2.8;
Add missing */
 1.1 08-Feb-2011  matt branches: 1.1.2;
First pass at new crtstuff for powerpc. Doesn't quite work yet
(obj parameter to ___start seems to get corrupted sometimes)
 1.1.2.2 06-Mar-2011  bouyer Sync with HEAD
 1.1.2.1 08-Feb-2011  bouyer file crtbegin.S was added on branch bouyer-quota2 on 2011-03-06 15:07:54 +0000
 1.2.8.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.2.2.1 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 27-Jun-2013  matt branches: 1.1.6; 1.1.10;
Switch arm, earm, powerpc to use crtbegin.c
Use -fpie for crtbegin.
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 27-Jun-2013  tls file crtbegin.h was added on branch tls-maxphys on 2014-08-20 00:02:06 +0000
 1.1.6.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.6.1 27-Jun-2013  yamt file crtbegin.h was added on branch yamt-pagecache on 2014-05-22 11:36:44 +0000
 1.3 27-Feb-2014  matt Add powerpc64 support
 1.2 27-Jun-2013  matt Switch arm, earm, powerpc to use crtbegin.c
Use -fpie for crtbegin.
 1.1 08-Feb-2011  matt branches: 1.1.2; 1.1.6; 1.1.12;
First pass at new crtstuff for powerpc. Doesn't quite work yet
(obj parameter to ___start seems to get corrupted sometimes)
 1.1.12.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.6.1 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.2.2 06-Mar-2011  bouyer Sync with HEAD
 1.1.2.1 08-Feb-2011  bouyer file crtend.S was added on branch bouyer-quota2 on 2011-03-06 15:07:55 +0000
 1.4 06-Mar-2014  matt Use _XENTRY
 1.3 27-Feb-2014  matt Use _ENTRY
 1.2 27-Feb-2014  matt Add powerpc64 support
 1.1 08-Feb-2011  matt branches: 1.1.2; 1.1.6; 1.1.12;
First pass at new crtstuff for powerpc. Doesn't quite work yet
(obj parameter to ___start seems to get corrupted sometimes)
 1.1.12.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.6.1 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.2.2 06-Mar-2011  bouyer Sync with HEAD
 1.1.2.1 08-Feb-2011  bouyer file crti.S was added on branch bouyer-quota2 on 2011-03-06 15:07:55 +0000
 1.2 27-Feb-2014  matt Add powerpc64 support
 1.1 08-Feb-2011  matt branches: 1.1.2; 1.1.6; 1.1.12;
First pass at new crtstuff for powerpc. Doesn't quite work yet
(obj parameter to ___start seems to get corrupted sometimes)
 1.1.12.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.6.1 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.2.2 06-Mar-2011  bouyer Sync with HEAD
 1.1.2.1 08-Feb-2011  bouyer file crtn.S was added on branch bouyer-quota2 on 2011-03-06 15:07:55 +0000

RSS XML Feed