index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
csu
/
arch
Age
Commit message (
Expand
)
Author
2019-05-04
add stop (;;) to elimate WAW dependency compiler warning
scole
2019-02-10
Update comment (copied from or1k)
maya
2018-12-28
Undo previous; breaks macppc/m68k (at least)
christos
2018-12-27
Enable initfini array support for everyone.
christos
2018-11-26
Do not pass the main object handle from the assembler startup stub to
joerg
2017-07-18
.eh_frame should be read-only on MIPS too.
joerg
2017-01-14
remove useless include; asm.h is not useful for c files. our current assumption
christos
2016-08-29
___start is __dso_hidden, so use CALL_DATUM_LOCAL and drop the PIC
uwe
2016-08-28
fix pic code; otherwise we generate text relocations.
christos
2016-01-24
Undo previous; the lossage is more basic.
christos
2016-01-24
Alpha needs _KERNTYPES
christos
2015-05-01
Make sure .init and .fini are word (4byte) aligned.
matt
2014-09-19
New files for Userland support of UCB RISC-V (both 32-bit and 64-bit)
matt
2014-09-03
New files for OR1K support
matt
2014-08-10
Preliminary files for AARCH64 (64-bit ARM) support.
matt
2014-05-06
Make EHABI optional.
joerg
2014-03-16
__do_global_ctors_aux and __do_global_ctors_aux must be used locally, so
joerg
2014-03-14
Add crtstuff for ia64. Compile tested only
cherry
2014-03-06
Use _XENTRY
matt
2014-02-27
Use _ENTRY
matt
2014-02-27
Use the CALL() macro.
matt
2014-02-27
Add powerpc64 support
matt
2013-12-20
Drop .fpu. Discussed with Matt.
joerg
2013-12-08
Make sure t9 ($25) is properly set before calling ___start
matt
2013-09-12
Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small
joerg
2013-09-10
Define ELF_NOTE_MARCH_DESC for when running non-eabi in compat_netbsd32
matt
2013-09-10
Add support for a NetBSD MARCH elf note to record the MACHINE_ARCH for
matt
2013-09-05
mips .eh_frame is writable
matt
2013-09-05
bic sp not allowed in thumb (even with thumb2)
matt
2013-08-21
Thumbify
matt
2013-08-05
Alpha needs crtfm.o for USE_COMPILERCRTSTUFF=no
matt
2013-07-27
In .fini invoke destructors (fix copy & pasto)
martin
2013-07-26
Use jbsr and add END(__start)
matt
2013-07-26
Simplify to new ___start() signature.
martin
2013-07-19
Deal with m68010 not having bsrl so usr jsr on !__pic__
matt
2013-07-18
s/bsrl/jsr/ and let gas figure it out
matt
2013-07-13
Add crtstuff for hppa. Lightly tested.
skrll
2013-07-11
Use pc-relative branch in crt0.S
matt
2013-07-11
Add crtstuff for alpha. Compile tested only.
matt
2013-07-11
Make this work for N64 as well.
matt
2013-07-11
Add support for sparc and sparc64
martin
2013-07-10
Add END(func) so gdb doesn't get so confused.
matt
2013-07-10
Fix another bneq -> beql botch
matt
2013-07-10
Add a ELFSIZE define
matt
2013-07-10
Fix logic inversion.
matt
2013-06-30
For O32, don't save $gp on the stack, save $s0 instead and just keep $gp
matt
2013-06-27
Switch arm, earm, powerpc to use crtbegin.c
matt
2013-06-25
Deal with O32 callling sequences.
matt
2013-06-25
Initialize $gp
matt
2013-06-25
Use .long not .word
matt
[next]