Home | History | Annotate | only in /src/lib/csu/arch/earm
History log of /src/lib/csu/arch/earm
RevisionDateAuthorComments
 1.5 28-Dec-2018  christos Undo previous; breaks macppc/m68k (at least)
 1.4 27-Dec-2018  christos Enable initfini array support for everyone.
 1.3 10-Sep-2013  matt branches: 1.3.26;
Add support for a NetBSD MARCH elf note to record the MACHINE_ARCH for
which a program was compiled.
 1.2 27-Jun-2013  matt Switch arm, earm, powerpc to use crtbegin.c
Use -fpie for crtbegin.
 1.1 13-Aug-2012  matt branches: 1.1.2; 1.1.4;
crt* files for ARM EABI. This is pretty different from OABI. crti.S only
has sysident, crtn.S is empty. True dtor/ctor processing is done elsewhere
(in crt0.o for static or the rtld for dynamic images). All that is done in
here is either a call to __cxa_finalize (dtor, only when SHARED) or
register_frame_info and _JV_RegisterClasses.
 1.1.4.3 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.4.2 30-Oct-2012  yamt sync with head
 1.1.4.1 13-Aug-2012  yamt file Makefile.inc was added on branch yamt-pagecache on 2012-10-30 18:58:35 +0000
 1.1.2.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.3.26.1 10-Jun-2019  christos Sync with HEAD
 1.4 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.3 05-Sep-2013  matt branches: 1.3.24; 1.3.26;
bic sp not allowed in thumb (even with thumb2)
 1.2 21-Aug-2013  matt Thumbify
 1.1 13-Aug-2012  matt branches: 1.1.2; 1.1.4;
crt* files for ARM EABI. This is pretty different from OABI. crti.S only
has sysident, crtn.S is empty. True dtor/ctor processing is done elsewhere
(in crt0.o for static or the rtld for dynamic images). All that is done in
here is either a call to __cxa_finalize (dtor, only when SHARED) or
register_frame_info and _JV_RegisterClasses.
 1.1.4.3 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.4.2 30-Oct-2012  yamt sync with head
 1.1.4.1 13-Aug-2012  yamt file crt0.S was added on branch yamt-pagecache on 2012-10-30 18:58:36 +0000
 1.1.2.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.3.26.1 10-Jun-2019  christos Sync with HEAD
 1.3.24.1 26-Dec-2018  pgoyette Sync with HEAD, resolve a few conflicts
 1.5 27-Jun-2013  matt Switch arm, earm, powerpc to use crtbegin.c
Use -fpie for crtbegin.
 1.4 24-Jun-2013  matt Use (target1) for .init/fini array entries
 1.3 24-Jun-2013  matt Make sure dwarf_eh_object is 8 words long.
 1.2 05-May-2013  skrll Whitespace
 1.1 13-Aug-2012  matt branches: 1.1.2; 1.1.4;
crt* files for ARM EABI. This is pretty different from OABI. crti.S only
has sysident, crtn.S is empty. True dtor/ctor processing is done elsewhere
(in crt0.o for static or the rtld for dynamic images). All that is done in
here is either a call to __cxa_finalize (dtor, only when SHARED) or
register_frame_info and _JV_RegisterClasses.
 1.1.4.3 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.4.2 30-Oct-2012  yamt sync with head
 1.1.4.1 13-Aug-2012  yamt file crtbegin.S was added on branch yamt-pagecache on 2012-10-30 18:58:36 +0000
 1.1.2.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.2.1 23-Jun-2013  tls resync from head
 1.2 06-May-2014  joerg branches: 1.2.2; 1.2.6;
Make EHABI optional.
 1.1 27-Jun-2013  matt branches: 1.1.4;
Switch arm, earm, powerpc to use crtbegin.c
Use -fpie for crtbegin.
 1.1.4.1 10-Aug-2014  tls Rebase.
 1.2.6.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.2.6.1 06-May-2014  tls file crtbegin.h was added on branch tls-maxphys on 2014-08-20 00:02:06 +0000
 1.2.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.2.2.1 06-May-2014  yamt file crtbegin.h was added on branch yamt-pagecache on 2014-05-22 11:36:43 +0000
 1.2 20-Dec-2013  joerg Drop .fpu. Discussed with Matt.
 1.1 13-Aug-2012  matt branches: 1.1.2; 1.1.4;
crt* files for ARM EABI. This is pretty different from OABI. crti.S only
has sysident, crtn.S is empty. True dtor/ctor processing is done elsewhere
(in crt0.o for static or the rtld for dynamic images). All that is done in
here is either a call to __cxa_finalize (dtor, only when SHARED) or
register_frame_info and _JV_RegisterClasses.
 1.1.4.3 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.4.2 30-Oct-2012  yamt sync with head
 1.1.4.1 13-Aug-2012  yamt file crtend.S was added on branch yamt-pagecache on 2012-10-30 18:58:36 +0000
 1.1.2.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1 13-Aug-2012  matt branches: 1.1.4;
crt* files for ARM EABI. This is pretty different from OABI. crti.S only
has sysident, crtn.S is empty. True dtor/ctor processing is done elsewhere
(in crt0.o for static or the rtld for dynamic images). All that is done in
here is either a call to __cxa_finalize (dtor, only when SHARED) or
register_frame_info and _JV_RegisterClasses.
 1.1.4.2 30-Oct-2012  yamt sync with head
 1.1.4.1 13-Aug-2012  yamt file crti.S was added on branch yamt-pagecache on 2012-10-30 18:58:36 +0000
 1.1 13-Aug-2012  matt branches: 1.1.4;
crt* files for ARM EABI. This is pretty different from OABI. crti.S only
has sysident, crtn.S is empty. True dtor/ctor processing is done elsewhere
(in crt0.o for static or the rtld for dynamic images). All that is done in
here is either a call to __cxa_finalize (dtor, only when SHARED) or
register_frame_info and _JV_RegisterClasses.
 1.1.4.2 30-Oct-2012  yamt sync with head
 1.1.4.1 13-Aug-2012  yamt file crtn.S was added on branch yamt-pagecache on 2012-10-30 18:58:36 +0000

RSS XML Feed