| Commit message (Expand) | Author | Age | Files | Lines |
* | Update FSF address. | kenner | 1995-06-15 | 1 | -1/+2 |
* | (stage[1-4]): Correctly link `as', `ld', and `collect2'. | kenner | 1995-06-14 | 1 | -12/+12 |
* | (fix-header.o): Depends on xsys-protos.h. | kenner | 1995-06-12 | 1 | -1/+1 |
* | (cpplib.o, fix-header.o): Update dependencies. | kenner | 1995-06-10 | 1 | -2/+8 |
* | (STAGESTUFF): Copy files produced by -da and -save-temps to the stage | kenner | 1995-06-05 | 1 | -0/+3 |
* | (scan-decls.o): Depends on cpplib.h. | kenner | 1995-06-03 | 1 | -1/+1 |
* | Properly use $(srcdir) for files that have it in their reference as a target | kenner | 1995-05-28 | 1 | -8/+9 |
* | (BC_ALL): Restore it from May 22 change; vms uses it. | kenner | 1995-05-25 | 1 | -1/+4 |
* | (libgcc2.a): Handle case of separate srcdir. | kenner | 1995-05-24 | 1 | -2/+3 |
* | (crtend.o): Remove crufty -o. | dje | 1995-05-24 | 1 | -1/+1 |
* | (install-libobjc): Don't depend on libobjc.a. | kenner | 1995-05-23 | 1 | -1/+1 |
* | (SYMLINK): Deleted; unused. | kenner | 1995-05-22 | 1 | -190/+133 |
* | (out_object_file): Use in place of aux-output.o. | kenner | 1995-05-15 | 1 | -5/+5 |
* | (lang_{specs,options}_files): New variables. | kenner | 1995-05-14 | 1 | -7/+8 |
* | * Makefile.in (libgcc1-test): Tell the user to ignore warnings. | dje | 1995-05-10 | 1 | -0/+1 |
* | (out_file, md_file, tm_file, {build,host}_xm_file): | kenner | 1995-05-10 | 1 | -59/+64 |
* | Make collect demangle | merrill | 1995-05-04 | 1 | -4/+19 |
* | (install-dir): chmod a+rx all newly created directories. | wilson | 1995-05-01 | 1 | -13/+13 |
* | (clean): Delete libgcc1-asm.a. | wilson | 1995-04-25 | 1 | -1/+1 |
* | Change "realclean" to "maintainer-clean". | kenner | 1995-04-25 | 1 | -8/+8 |
* | Move pragma interface support to c-pragma.h | meissner | 1995-04-18 | 1 | -3/+3 |
* | (STAGESTUFF): Use $(exeext) for executables. | kenner | 1995-04-07 | 1 | -5/+7 |
* | Re-write fixproto/fix-header/etc to use cpplib. | bothner | 1995-04-05 | 1 | -7/+6 |
* | Add -fpack-struct. | meissner | 1995-03-31 | 1 | -1/+1 |
* | (multilib.h): Depend on Makefile, not config.status. | dje | 1995-03-24 | 1 | -1/+1 |
* | (xsys-protos.h): Fix typo in -U operand. | kenner | 1995-03-16 | 1 | -1/+1 |
* | Add support for cpplib and building cppmain. | bothner | 1995-03-16 | 1 | -4/+23 |
* | * libgcc1-test.c: Renamed from cross-test.c. | dje | 1995-03-15 | 1 | -9/+10 |
* | (install-common): Fix typo in installation of gcc-cross. | dje | 1995-03-07 | 1 | -1/+1 |
* | (install-common): Fix typo in installation of cpp. | dje | 1995-03-06 | 1 | -1/+1 |
* | (bootstrap*): Pass new STAGE_PREFIX to recursive makes. | kenner | 1995-03-02 | 1 | -5/+5 |
* | (Makefile): Delete config.run afterwards. | dje | 1995-02-25 | 1 | -1/+3 |
* | (ld): Add missing backslash to make continuation line. | kenner | 1995-02-23 | 1 | -2/+2 |
* | (libgcc1.a): Run ranlib. | kenner | 1995-02-23 | 1 | -0/+1 |
* | Copy config.status to config.run and then execute. | kenner | 1995-02-21 | 1 | -31/+41 |
* | (USER_H): Add iso646.h. | kenner | 1995-02-21 | 1 | -0/+1 |
* | (libgcc1.S): New target. | dje | 1995-02-13 | 1 | -0/+17 |
* | (LIB1FUNCS): Delete _lshlsi3. | kenner | 1995-01-28 | 1 | -2/+2 |
* | (stmp-multilib): Fix quoting of CC and CFLAGS. | dje | 1995-01-14 | 1 | -3/+3 |
* | (stmp-multilib*): Pass CC and CFLAGS to recursive make. | kenner | 1995-01-13 | 1 | -4/+4 |
* | (c-decl.o, c-typeck.o, toplev.o, varasm.o): Include output.h. | kenner | 1994-12-30 | 1 | -4/+5 |
* | On a NeXT, <limits.h> is sometimes not in /usr/include, so look elsewhere | ian | 1994-12-22 | 1 | -1/+4 |
* | (stmp-multilib): Check recursive make's return code. | dje | 1994-12-19 | 1 | -0/+4 |
* | (c-parse.h): Split away from c-parse.c for parallel makes. | dje | 1994-12-05 | 1 | -2/+4 |
* | (FLAGS_TO_PASS): Fix typo in GCC_FOR_TARGET. | kenner | 1994-11-28 | 1 | -1/+1 |
* | (objc-parse.y): Fix typo. | kenner | 1994-11-20 | 1 | -1/+1 |
* | (install-common): Fix typo in installation of native gcc. | dje | 1994-11-19 | 1 | -1/+1 |
* | Shared library support. | merrill | 1994-11-19 | 1 | -4/+7 |
* | (program_transform_name): Put -e before sed expression. | dje | 1994-11-19 | 1 | -2/+2 |
* | (extraclean): Remove *.ps. | kenner | 1994-11-19 | 1 | -1/+1 |