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
/
i386_elf
Age
Commit message (
Expand
)
Author
2003-07-26
netbsd.org->NetBSD.org
salo
2002-11-22
Split crtbegin/crtend into crti/crtbegin/crtend/crtn. NetBSD-specific
thorpej
2002-01-14
don't include <machine/asm.h> to avoid conflicts with definitions
drochner
2001-12-30
Don't use multi-line string literals; they're not supported by ANSI C.
thorpej
2001-07-17
Enable the new (working) .init/.fini magic.
thorpej
2001-05-11
Reorganization of crtbegin/crtend.
ross
2000-06-14
sweep of my licenses for consistency. (no functional changes) These
cgd
2000-06-14
fix up NetBSD RCS Ids to match the standard, and the leading comment as
cgd
1999-11-02
remove the ``static'' from `static void __start()' and `static void ___start()'
lukem
1999-08-23
Bump _start() alignment to 4 bytes.
kleink
1999-07-07
Add _start (as well as __start). It's the default start symbol expected
fvdl
1999-03-20
Pull together common Makefile fragments for ELF crt0 files, and use it
thorpej
1999-03-20
Collect the top parts of the ELF crt0.c files into a common header, and
thorpej
1999-03-19
Put a good chunk of code common to all ELF crt0.c files into a common
thorpej
1999-03-19
Move crtbegin.c and crtend.c from alpha subdir to common_elf subdir via
thorpej
1999-03-08
s/rtld_setup/_rtld_setup/ to move it out of the user's name space.
kleink
1999-01-11
Remove debugging code and unused variable.
christos
1999-01-10
Don't use %eax
christos
1999-01-10
First pass at csu stuff for i386/elf.
christos