| Commit message (Expand) | Author | Age | Files | Lines |
| * | General -Wall warning cleanup, part I. | Jordan K. Hubbard | 1996-07-12 | 14 | -11/+182 |
| * | Bring in my changes for removing the pestilent obj links (unless you | Jordan K. Hubbard | 1996-06-24 | 1 | -3/+3 |
| * | Make rules reentrant. | Poul-Henning Kamp | 1996-05-28 | 1 | -5/+5 |
| * | ``mv'' -> ``mv -f'' | Wolfram Schneider | 1996-05-07 | 1 | -3/+3 |
| * | f2c's -krd does not work with f77 wrapper | Joerg Wunsch | 1996-03-27 | 1 | -1/+1 |
| * | Add some missing MLINKS, correct some cross references, correct some | Mike Pritchard | 1996-02-09 | 2 | -4/+4 |
| * | Reviewed by: jmz (Jean-Marc Zucconi) | Thomas Graichen | 1996-01-16 | 2 | -2/+68 |
| * | Work around optimizer strength reduction bug. | Jordan K. Hubbard | 1996-01-04 | 1 | -0/+5 |
| * | Enabled my FUNCTION_PROFILER_EPILOGUE code and added option | Bruce Evans | 1995-12-26 | 3 | -12/+45 |
| * | When building -static, link with special scrt0.o instead of crt0.o. This | David Greenman | 1995-10-18 | 1 | -0/+3 |
| * | Make cc1plus smaller and faster as was done for cc1 by linking static. | Garrett Wollman | 1995-10-02 | 1 | -1/+2 |
| * | Build cc1 nonshared. This actually results in it consuming 40K *less* disk | David Greenman | 1995-10-01 | 1 | -1/+2 |
| * | Stop using gnumalloc. | Poul-Henning Kamp | 1995-09-22 | 2 | -6/+6 |
| * | Make only a `-r' flag (as opposed to `-r*') special within the | Joerg Wunsch | 1995-08-04 | 1 | -1/+1 |
| * | Fix dependencies for gcc.info and reno.info. `make depend' doesn't handle | Bruce Evans | 1995-07-12 | 1 | -0/+5 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 102 | -1940/+1940 |
| * | Make error message for no input files specified consistent across all | Rodney W. Grimes | 1995-05-17 | 3 | -3/+3 |
| * | Gcc v2.6.3 currently has a problem with templates. Specifically, with | Nate Williams | 1995-03-17 | 1 | -0/+4 |
| * | Bump SHLIB_MAJOR to 263 to match ../Makefile.inc | Andrey A. Chernov | 1995-03-13 | 1 | -2/+2 |
| * | Don't install shared libgcc, we can't do it this way. | Poul-Henning Kamp | 1995-03-12 | 1 | -3/+1 |
| * | Remove the last vestige of COMMENT_BEGIN. | Bruce Evans | 1995-03-12 | 1 | -1/+0 |
| * | Undo most of the changes in the gcc-2.6.3 "upgrade" | Bruce Evans | 1995-03-12 | 1 | -8/+10 |
| * | Remove a bunch of funtions that are in libc already. | Poul-Henning Kamp | 1995-03-12 | 1 | -3/+5 |
| * | Added support for #pragma weak. | Nate Williams | 1995-03-11 | 1 | -0/+3 |
| * | Updated the sources to gcc 2.6.3 with FreeBSD changes already applied. | Nate Williams | 1995-03-11 | 28 | -3576/+7488 |
| * | Define LINK_LIBGCC_SPECIAL_1 so that gcc will build static with libgcc. | David Greenman | 1995-03-10 | 1 | -1/+2 |
| * | Since we are in the gcc bashing mood anyway: Add two changes for | Poul-Henning Kamp | 1995-03-10 | 1 | -0/+7 |
| * | We can't bail out on generating the pic archive yet. | Jordan K. Hubbard | 1995-03-06 | 1 | -2/+2 |
| * | Don't make the shared libgcc. I don't belive we need the libgcc_pic.a | Poul-Henning Kamp | 1995-03-06 | 1 | -4/+2 |
| * | "Various very violent dissections | Poul-Henning Kamp | 1995-03-05 | 3 | -31/+15 |
| * | Add doc subdir | Andrey A. Chernov | 1995-01-22 | 1 | -2/+2 |
| * | Add missing infopages | Andrey A. Chernov | 1995-01-22 | 13 | -0/+32143 |
| * | Install also a gcc.1 manual page as a link from cc.1, as long as | Andreas Schulz | 1994-12-26 | 1 | -1/+2 |
| * | Added NO_IMPLICIT_C as our header files in standard locations are either | L Jonas Olsson | 1994-11-16 | 1 | -0/+3 |
| * | Integrated GCC-2.6.1 -> GCC-2.6.2 changes. | Poul-Henning Kamp | 1994-11-15 | 24 | -115/+156 |
| * | As pointed out by Paul Traina, we need the libs to be 261.0 not 26.1. | Poul-Henning Kamp | 1994-11-07 | 3 | -6/+6 |
| * | Restore my fixes to 2.6.0. The changes should not affect anything except | Bruce Evans | 1994-11-06 | 3 | -24/+37 |
| * | Explicitly tell cpp where to look for include files. | Poul-Henning Kamp | 1994-11-04 | 1 | -2/+0 |
| * | Bump the version-number of the "shared-gcc-internals" library. Will only | Poul-Henning Kamp | 1994-11-03 | 1 | -2/+2 |
| * | Remove obsolete __386BSD__ predefine. | Jordan K. Hubbard | 1994-11-03 | 1 | -1/+1 |
| * | ---------------------------------- | Poul-Henning Kamp | 1994-11-03 | 92 | -9924/+15803 |
| * | Put a real man page in for cpp(1)... it needs to be converted to the mandoc | Paul Traina | 1994-11-02 | 1 | -1/+674 |
| * | Link g++ -> c++, like I did with gcc -> cc. This is evil, but it's | Jordan K. Hubbard | 1994-11-01 | 1 | -1/+2 |
| * | Add LINKS to get gcc back. | Jordan K. Hubbard | 1994-11-01 | 1 | -1/+3 |
| * | Added f77 program. This is a modified version of the c++ program. | L Jonas Olsson | 1994-10-25 | 3 | -2/+554 |
| * | Added FORTRAN rule. | L Jonas Olsson | 1994-10-25 | 1 | -0/+29 |
| * | Changed NO_SHARED_LIBCC_INT to SHARED_LIBCC_INT and changed the logic | David Greenman | 1994-10-25 | 2 | -4/+4 |
| * | Don't build profiled library. | Bruce Evans | 1994-09-20 | 1 | -1/+2 |
| * | For Bruce: -DNO_SHARED_LIBCC_INT reverts back to static libcc_int. | Garrett Wollman | 1994-09-19 | 2 | -2/+12 |
| * | Make GCC's back end be shared among all languages. cc, c++, and cpp now | Garrett Wollman | 1994-09-18 | 9 | -25/+19 |