| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
sections as extern hidden arrays of indefinite size, so that the compiler
(well, clang) doesn't believe it knows the exact contents and thus optimize
things into infinite loops. Actually set the symbols to be in the sections
and insert the leading and trailing values via __asm().
Problem pointed out by patrick@
testing and ok kettenis@
|
|
|
|
| |
ok millert@
|
|
|
|
| |
ok guenther millert kettenis
|
|
|
|
|
|
|
| |
bits of code and data. With this change gcc4 builds usable crt*.o on sparc64,
other architectures probably need some more love.
ok marco@, jsg@
|
|
|
|
|
|
| |
32 bit ints on OpenBSD.
ok kettenis@
|
|
|
|
|
|
| |
with minor differences.
okay kettenis@ drahn@
|
|
|
|
| |
ok drahn@, millert@
|
|
|
|
|
|
|
| |
stop most kde apps from burping all over the place on exit, which
means that, somehow, our destructors get registered twice... :-(
Okay drahn@
|
|
|
|
| |
ok drahn@, some time ago.
|
|
|
|
|
|
| |
be a section which code stubs (branches) can be added to initialize/destructor
This adds MD stubs to allow this to operate as expected. should fix wine
and behave according to ELF specs. ok miod@
|
| |
|
|
be shared between archs.
|