index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
csu
/
common_elf
Age
Commit message (
Expand
)
Author
2004-10-26
Change __register_frame_info into a weakly defined symbol.
Mark Kettenis
2004-10-10
Add support for DWARF2 exception handling.
Mark Kettenis
2004-01-26
add finalized guard to destructor calls, to prevent multiple calls.
Marc Espie
2004-01-26
small clean-up: typedef to desambiguate const, prototypes...
Marc Espie
2004-01-08
__init/__fini handling on ELF has not been correct. It is supposed to
Dale Rahn
2003-12-28
correct array initializer size to be [1], not [0] fixes gcc3 libstdc++ error
Dale Rahn
2003-11-22
remove multi-line literals in __asm syntax to keep gcc3 happy
Anil Madhavapeddy
2003-06-26
boring protos
Theo de Raadt
2003-03-31
add a newline at end of file. gcc3 rightfully complains if the file
Bruno Rohee
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-05-28
Commonize csu code for elf systems, powerpc now no longer has it's own
Dale Rahn
2001-02-03
oops.
Artur Grabowski
2001-02-03
Schedule running of __fini in __init, not __start.
Artur Grabowski
2001-02-03
An OpenBSD tag doesn't hurt.
Artur Grabowski
2001-02-03
Add an OS note identifying OpenBSD binaries.
Artur Grabowski
2001-02-03
Decruftification.
Artur Grabowski
2001-02-03
Create a common_elf directory with crtbegin and crtend that can
Artur Grabowski