| Age | Commit message (Expand) | Author |
| 2003-12-22 | Add MD_CALL_STATIC_FUNCTION. This allows crt* to compiled with -g. | matt |
| 2003-12-03 | Make sure this still compiles with gcc-2.95. Hello vaxen! | christos |
| 2003-12-02 | Use __attribute__((__used__,__noinline__)) (instead of __unused__) | lukem |
| 2003-11-28 | The x86_64 assembler seems to get it wrong when assembling | fvdl |
| 2003-11-11 | Make {g|s|l}crt0.o depend on crt.o and remove the non-standand .afterdepend | dsl |
| 2003-11-11 | Make gcrt0.o depend on crt0.o so that it picks up the dependencies from .depend. | dsl |
| 2003-10-13 | Move Matt Green's code from a 4-clause to a 3-clause licence by removing | agc |
| 2003-10-06 | Deal with the new toolchain. | matt |
| 2003-09-07 | Allow platforms to define __EH_FRAME_CONST. Currently "const" for x86_64, | fvdl |
| 2003-08-12 | Resolve dlsym(3) and friends directly so that dlsym(RTLD_NEXT,...) works. | skrll |
| 2003-07-26 | netbsd.org->NetBSD.org | salo |
| 2003-07-05 | Fix previous. s/_start/___start/ in the declaration as well. | uwe |
| 2003-07-05 | Provide entry point as both _start and __start, like i386 port does. | marcus |
| 2003-05-31 | Don't need sysident.h here anymore; crti provides it. | thorpej |
| 2003-04-01 | Add a work-around for an SH5 binutils bug which results in bogus | scw |
| 2003-03-24 | Add PIC support. | scw |
| 2003-03-19 | crt{begin,end}S.o must now depend on the new crt{begin,end}S.c wrappers | ross |
| 2003-03-19 | * remove .ALLSRC, which doesn't work with the new dependency tree | ross |
| 2003-03-18 | Add appropriate SRCS lines so that we actually create dependencies. I've | christos |
| 2002-12-06 | The temporary asm trampoline code is no longer needed. | scw |
| 2002-12-06 | Fix the alignment of the MD_SECTION_PROLOGUE. | scw |
| 2002-11-26 | If EXTERNAL_TOOLCHAIN is defined, don't build crtbegin/crtend. | thorpej |
| 2002-11-23 | Correct a comment. | thorpej |
| 2002-11-23 | Oops, the _init() and _fini() entry points need to be in the .init | thorpej |
| 2002-11-23 | Fix the _init and _fini function prologues for ABICALLS. Make sure | thorpej |
| 2002-11-22 | Fix typo. | thorpej |
| 2002-11-22 | Split crtbegin/crtend into crti/crtbegin/crtend/crtn. NetBSD-specific | thorpej |
| 2002-11-12 | MKDYNAMICROOT for a.out | itohy |
| 2002-11-12 | Do not print \0 at the end of error message. | itohy |
| 2002-11-11 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-09-19 | don't include machine/asm.h (make this build again). | grant |
| 2002-08-19 | Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc). | lukem |
| 2002-07-29 | To make things clearer, use register prefixes in asm() code. | matt |
| 2002-07-10 | Use an assembler trampoline to call the real start entrypoint, at least | scw |
| 2002-07-05 | NetBSD, meet the SH-5 cpu. | scw |
| 2002-07-01 | A new crt0.c for hppa, with support for dynamic linking. | fredette |
| 2002-06-09 | Allow this to compile under gcc-current. No multiline strings for asm. | matt |
| 2002-06-08 | Remove __LEADING_UNDERSCORE case. | thorpej |
| 2002-06-06 | Added hppa support (some of it incomplete) to lib/csu, lib/libc, | fredette |
| 2002-06-06 | Add init/fini handling. | fvdl |
| 2002-06-06 | -x is too heavy-handed for removing symbols; newer versions of GNU ld | fvdl |
| 2002-06-05 | Don't use multi-line string literals. | thorpej |
| 2002-05-16 | Comment out token after #endif. | wiz |
| 2002-05-09 | Define _SDA(2)_BASE_ as [] which is more correct. | matt |
| 2002-05-05 | Deal better with platforms that don't yet support shared libraries: | thorpej |
| 2002-05-05 | All ELF toolchains are of the "new toolchain" variety now, so no need | thorpej |
| 2002-05-02 | ${MACHINE_ARCH} != "arm32" is always true now, so remove it from an if. | wiz |
| 2002-04-26 | switch from addis R,0,... to the simplified mnemonic of lis which is | matt |
| 2002-04-17 | Use __weak_extern() for _SDA_BASE_ and _SDA2_BASE_ declarations. | kleink |
| 2002-04-17 | Make sure to initialize GPR13/GPR2 appropriately for the Small Data Area | matt |