| Age | Commit message (Expand) | Author |
| 1995-06-05 | STARTFILE_SPEC: choose `scrt0.o' if `-static' is given. | pk |
| 1995-04-23 | NetBSD RCS Id format | cgd |
| 1995-03-01 | Clean up deleted files. | mycroft |
| 1995-01-07 | Patch from Giles Lean to make compilation flags more consistent. | mycroft |
| 1994-12-23 | Enable `#pragma weak' | pk |
| 1994-12-22 | Added NOMAN= | jtc |
| 1994-12-22 | specify man pages the new way. | cgd |
| 1994-12-21 | implement new cpp predefine strategy: __NetBSD__, plus __${MACHINE_ARCH}__, | cgd |
| 1994-12-20 | Clean up deleted files. | mycroft |
| 1994-12-13 | Handle GCC's include-related options which take an argument, (almost) as | mycroft |
| 1994-11-02 | we do not install as cccp | deraadt |
| 1994-09-19 | Type check format args with `q' modifier. Suggested by Bruce | mycroft |
| 1994-09-19 | Don't bother with quad functions. | mycroft |
| 1994-08-13 | Don't use uninitialized `LIBS' and `CSU'. | mycroft |
| 1994-07-13 | Import selected bug fixes from GCC 2.5. | mycroft |
| 1994-06-28 | Because the pc532 requires gcc-2.5.8 to compile correctly, I am including | phil |
| 1994-06-09 | Removing -DIN_GCC from CFLAGS. It caused compile errors on both the i386 | phil |
| 1994-06-09 | adding shared lib support and some bug fixes (not all bugs for the | phil |
| 1994-04-20 | Correct call sequence for `mcount()' when -fpic is on. Also, our mcount() | pk |
| 1994-03-22 | Adding the correct NetBSD LIB_SPEC. | phil |
| 1994-03-10 | Adding the ns32k arch to gcc2. | phil |
| 1994-03-03 | Fix from <law@snake.cs.utah.edu> to save address register # 5 when used | pk |
| 1994-03-03 | undef P_tmpdir for NetBSD, because as the header says, it should be used. | cgd |
| 1994-02-10 | Enable .type & .size generation. | pk |
| 1994-01-27 | Remove -lg from LINK_SPEC, as there's no libg.a. | pk |
| 1994-01-24 | add NOPIC= . nothing uses -lgcc_pic | cgd |
| 1994-01-24 | fix 'make' biff. from Roland McGrath | cgd |
| 1994-01-10 | Add __GCC_NEW_VARARGS__ to preprocessor symbols. | pk |
| 1993-12-30 | probably incorrect, but i want it to compile *now*. | cgd |
| 1993-12-28 | Changed to use make's new .OBJDIR | davidb |
| 1993-12-20 | Added OBJMACHINE handling. Got the precedence right this time :) | davidb |
| 1993-12-09 | Clean up deleted files. | mycroft |
| 1993-12-06 | 386BSD -> NetBSD | cgd |
| 1993-12-06 | 386BSD -> NetBSD | cgd |
| 1993-12-05 | MACHINE_ARCH support | cgd |
| 1993-12-04 | fix for sys_errlist | cgd |
| 1993-12-03 | Define correct `size_t'. | pk |
| 1993-12-02 | Missing varargs definitions for sparc arch. | pk |
| 1993-11-30 | First guess at a gcc configuration for NetBSD Sparc. | pk |
| 1993-11-26 | Generate .type directives. | pk |
| 1993-11-26 | Output .type directives. | pk |
| 1993-11-25 | Machine-dependent files with shared-library support for the m68k architecture. | paulus |
| 1993-11-25 | Clean up deleted files. | mycroft |
| 1993-11-23 | Machine-dependent files for gcc2 on the da30 (68030-based machine), | paulus |
| 1993-10-23 | removed reference to $ARCH since those files are now under arch/`machine` | glass |
| 1993-10-07 | converted to use gnu malloc, and depend on it correctly | cgd |
| 1993-10-03 | Create libgcc_pic.a | pk |
| 1993-10-03 | config.h: defined ASM_SPEC and LINK_SPEC macros. | pk |
| 1993-10-03 | NOPIC added to Makefile. | pk |
| 1993-09-23 | use -lgnumalloc | cgd |