Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sprinkle a few __used markers to prevent gcc4 from throwing away essential | 2010-05-01 | 1 | -5/+5 | |
| | | | | | | | 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@ | ||||
* | Add gcj java class registration hooks for gcc3 elf archs. From NetBSD | 2009-04-13 | 1 | -1/+18 | |
| | | | | | | with minor differences. okay kettenis@ drahn@ | ||||
* | Add __cxa_atexit() support for gcc3. This provides support for shared object destructors called at dlclose() time. Inspired by similar changes in FreeBSD and NetBSD. | 2007-09-03 | 1 | -1/+14 | |
| | |||||
* | Change __register_frame_info into a weakly defined symbol. | 2004-10-26 | 1 | -5/+8 | |
| | | | | ok drahn@, pval@, deraadt@ | ||||
* | Add support for DWARF2 exception handling. | 2004-10-10 | 1 | -1/+16 | |
| | | | | ok drahn@, millert@ | ||||
* | add finalized guard to destructor calls, to prevent multiple calls. | 2004-01-26 | 1 | -5/+10 | |
| | | | | | | | stop most kde apps from burping all over the place on exit, which means that, somehow, our destructors get registered twice... :-( Okay drahn@ | ||||
* | small clean-up: typedef to desambiguate const, prototypes... | 2004-01-26 | 1 | -5/+6 | |
| | | | | ok drahn@, some time ago. | ||||
* | __init/__fini handling on ELF has not been correct. It is supposed to | 2004-01-08 | 1 | -13/+24 | |
| | | | | | | 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@ | ||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -5/+5 | |
| | |||||
* | oops. | 2001-02-03 | 1 | -4/+3 | |
| | |||||
* | Schedule running of __fini in __init, not __start. | 2001-02-03 | 1 | -1/+2 | |
| | |||||
* | Add an OS note identifying OpenBSD binaries. | 2001-02-03 | 1 | -1/+3 | |
| | | | | This appears to be the standard way to do it. | ||||
* | Decruftification. | 2001-02-03 | 1 | -8/+1 | |
| | |||||
* | Create a common_elf directory with crtbegin and crtend that can | 2001-02-03 | 1 | -0/+112 | |
be shared between archs. |