| Age | Commit message (Expand) | Author |
| 2002-01-01 | %progbits, not @progbits (@ is a comment character in ARM assembly). | thorpej |
| 2002-01-01 | Multi-line string literals are not supported by ANSI C. | thorpej |
| 2002-01-01 | Set ELFSIZE=64. | thorpej |
| 2001-12-31 | Add support for invoking GNU C++ local destructors in shared objects | thorpej |
| 2001-12-31 | Build separate crt{begin,end}.o and crt{begin,end}S.o files, rather | thorpej |
| 2001-12-30 | Add support for registering Java classes emitted by the Java compiler | thorpej |
| 2001-12-30 | Make sure the Dwarf2 EH frame info is 4-byte aligned. | thorpej |
| 2001-12-30 | Don't use multi-line string literals; they're not supported by ANSI C. | thorpej |
| 2001-11-08 | Quiet GCC warnings. | bjh21 |
| 2001-11-05 | pull in ../../Makefile.inc | lukem |
| 2001-10-26 | This is an a.out thing and doesn't belong here. | skrll |
| 2001-10-13 | Reduce the alignment constraint from 4 to 2. This fixes the problem where | scw |
| 2001-10-11 | Run the entries in __CTOR_LIST__ and __DTOR_LIST__ in the order gcc expect. | kristerw |
| 2001-09-08 | Make __start global. | matt |
| 2001-08-17 | Ensure that the stack is aligned to an 8-byte boundary before calling C code. | bjh21 |
| 2001-08-16 | Enlarge the stack frame to 16 bytes, and store the return address 8 | simonb |
| 2001-08-05 | Add a secondary label called __start (makes gcc 2.95.3 happier) and rename | matt |
| 2001-08-03 | Enable DWARF2 EH support. Confirmed working w/ GCC 2.95.3 on sparc | thorpej |
| 2001-08-03 | Add support for DWARF2 frame unwinding/exception handling. This | thorpej |
| 2001-07-26 | issueing -> issuing | wiz |
| 2001-07-23 | .init/.fini support. | tsubai |
| 2001-07-20 | The common arm_elf code seems to work on arm26, so use that. | bjh21 |
| 2001-07-18 | Enable dot_init.h on mips, fixing .init & .fini processing. | simonb |
| 2001-07-17 | enable dot_init.h on both sparc & sparc64, fixing .init & .fini processing | mrg |
| 2001-07-17 | Add but not enable correct .init/.fini handling. | simonb |
| 2001-07-17 | add but not enable correct .init/.fini handling. | mrg |
| 2001-07-17 | minor KNF | mrg |
| 2001-07-17 | Add the new .init/.fini support. | tsubai |
| 2001-07-17 | Add new init/fini to VAX ELF. | matt |
| 2001-07-17 | Turn-on new init/fini processing. | matt |
| 2001-07-17 | Enable the new (working) .init/.fini magic. | thorpej |
| 2001-07-15 | Initial CSU for ARM with shared ELF. | matt |
| 2001-06-19 | CSU for x86-64 port. | fvdl |
| 2001-06-07 | set FILESDIR to "${LIBDIR}", not hard coded /usr/lib. | mrg |
| 2001-05-17 | Don't use an EA with a scaled index, it isn't supported on the 68000. | fredette |
| 2001-05-17 | Don't compile with -fPIC when MACHINE_ARCH is m68000. | fredette |
| 2001-05-12 | Add, but do not yet enable, m68k code for .init and .fini section fallthroughs. | kleink |
| 2001-05-11 | Reorganization of crtbegin/crtend. | ross |
| 2001-04-28 | Our ARM ELF ld(1) currently has problems with PIC relocations, so don't | bjh21 |
| 2001-02-25 | check __LEADING_UNDERSCORE | msaitoh |
| 2001-02-21 | Remove old compatibility hack. Should no longer be needed. | eeh |
| 2001-02-18 | ANSIfy and merge some stylistic changes from arm26/crt0.c. | simonb |
| 2001-02-18 | Fix typo. | simonb |
| 2001-02-03 | Use _C_LABEL rather than _C_FUNC. | bjh21 |
| 2001-01-10 | - Fix typo | enami |
| 2001-01-08 | use MACIHNE_CPU to determine architecture-dependent source code directory. | itojun |
| 2001-01-04 | sh3 split | itojun |
| 2000-07-26 | The ELF ABI declares that argc must fill an `argument slot'. Make it so. | mycroft |
| 2000-07-26 | Always dereference argc as an int. | mycroft |
| 2000-07-25 | Make this work before and after the kernel is switched to DTRT with argc. | mycroft |