Age | Commit message (Expand) | Author | Files | Lines |
2001-05-04 | Index: gcc/gcc/ChangeLog | Geoffrey Keating | 1 | -0/+1 |
2001-05-01 | config.gcc: Don't default xmake_file to ${cpu_type}/x-${cpu_type}. | Zack Weinberg | 1 | -9/+6 |
2001-05-01 | * Makefile.in (install-headers): Remove redundant dependency. | Angela Marie Thomas | 1 | -1/+1 |
2001-05-01 | diagnostic.def: New file. | Gabriel Dos Reis | 1 | -1/+1 |
2001-05-01 | dbxout.c, [...]: Always include gstab.h, not system stab.h. | Zack Weinberg | 1 | -1/+1 |
2001-04-29 | quote shell assignment values | Toomas Rosin | 1 | -2/+2 |
2001-04-25 | Makefile.in (LIB2FUNCS): Remove _varargs and __dummy. | Zack Weinberg | 1 | -1/+1 |
2001-04-13 | Makefile.in (reg-stack.o): Depend on reload.h. | Kaveh R. Ghazi | 1 | -2/+3 |
2001-04-13 | Makefile.in (toplev.o, [...]): Depend on reload.h | Kaveh R. Ghazi | 1 | -3/+3 |
2001-04-13 | Makefile.in (ssa.o, regclass.o): Depend on $(EXPR_H). | Kaveh R. Ghazi | 1 | -2/+2 |
2001-04-13 | Makefile.in (STAGE1_CFLAGS): Pass down. | Franz Sirl | 1 | -9/+16 |
2001-04-12 | Makefile.in (regmove.o): Depend on except.h. | Richard Henderson | 1 | -1/+1 |
2001-04-11 | Makefile.in (insn-recog.o): Depend on toplev.h. | Richard Henderson | 1 | -3/+3 |
2001-04-11 | Makefile.in (gcse.o): Depend on params.h. | Mark Mitchell | 1 | -1/+1 |
2001-04-11 | Makefile.in (insn-output.o): Depend on $(EXPR_H). | Kaveh R. Ghazi | 1 | -1/+1 |
2001-04-11 | Makefile.in (ifcvt.o): Depend on toplev.h. | Kaveh R. Ghazi | 1 | -1/+1 |
2001-04-11 | * Makefile.in (clean): Remove built leftovers. | Mike Stump | 1 | -1/+1 |
2001-04-09 | Makefile.in (LIB2FUNCS_STATIC_EXTRA): New macro. | Franz Sirl | 1 | -4/+10 |
2001-04-06 | cppdefault.c (GPLUSPLUS_BACKWARD_INCLUDE_DIR): Add. | Benjamin Kosnik | 1 | -0/+1 |
2001-04-04 | ansidecl.h: All logic from gcc/gansidecl.h moved here. | Zack Weinberg | 1 | -1/+1 |
2001-04-03 | Makefile.in ($(HOST_PREFIX_1)errors.o, [...]): Depend on $(SYSTEM_H). | Kaveh R. Ghazi | 1 | -7/+7 |
2001-03-28 | Makefile.in (cs-tconfig.h): Depend on CONFIG_H, not GCONFIG_H. | Richard Henderson | 1 | -2/+2 |
2001-03-28 | Revert cflags patch. | DJ Delorie | 1 | -2/+1 |
2001-03-28 | IA-64 ABI Exception Handling. | Richard Henderson | 1 | -15/+18 |
2001-03-27 | Make -fsjlj-exceptions a configure option. | Richard Henderson | 1 | -1/+10 |
2001-03-27 | Makefile.in (SYSTEM_H): Define. | Kaveh R. Ghazi | 1 | -144/+145 |
2001-03-22 | * Makefile.in (stage1_build): Pass CFLAGS to stage1_build. | Gordon Sadler | 1 | -1/+2 |
2001-03-22 | mkconfig.sh: Include insn-flags.h. | Richard Henderson | 1 | -36/+36 |
2001-03-21 | sdbout.c: #include ggc.h. | Richard Kenner | 1 | -1/+1 |
2001-03-20 | Makefile.in (install-libgcc): Pass complete list of variables. | DJ Delorie | 1 | -2/+30 |
2001-03-20 | Makefile.in (OBJS): Remove hashtab.o (canadian cross fix)... | Alan Modra | 1 | -1/+1 |
2001-03-19 | * Makefile.in (hash.o): Depend on $(GCONFIG_H), not $(CONFIG_H). | Zack Weinberg | 1 | -1/+1 |
2001-03-19 | Makefile.in: Have splay-tree.o depend on $(GCONFIG_H). | Brad Lucier | 1 | -1/+1 |
2001-03-16 | Makefile.in: Set SHELL. | Laurynas Biveinis | 1 | -4/+4 |
2001-03-16 | * Makefile.in (hash.o): Depend on CONFIG_H. | Brad Lucier | 1 | -1/+1 |
2001-03-11 | configure.in: AC_SUBST xm_defines. | Zack Weinberg | 1 | -1/+3 |
2001-03-09 | configure.in: Prune nonexistent files from build_xm_file, xm_file, and host_x... | Zack Weinberg | 1 | -130/+157 |
2001-03-07 | Makefile.in: Remove RANLIB definition. | Laurynas Biveinis | 1 | -9/+3 |
2001-03-06 | aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New. | Zack Weinberg | 1 | -41/+15 |
2001-03-05 | Put main() in a separate file, so that the language | Fergus Henderson | 1 | -3/+4 |
2001-03-03 | configure.in: Kill tm.h. | Zack Weinberg | 1 | -2/+2 |
2001-03-02 | Makefile.in (OBJS): Add dwarf2asm.o. | Richard Henderson | 1 | -14/+19 |
2001-02-23 | Makefile.in (resource.o): Add params.h dependence. | Jeffrey Oldham | 1 | -1/+1 |
2001-02-21 | Makefile.in (reorg.o): Add params.h dependence. | Jeffrey Oldham | 1 | -1/+1 |
2001-02-18 | Makefile.in (rtlanal.o): Depend on hard-reg-set.h. | Jeffrey A Law | 1 | -7/+2 |
2001-02-18 | Makefile.in (gcse.o): Now includes ggc.h. | Richard Kenner | 1 | -1/+1 |
2001-02-16 | gdbinit: Rename to gdbinit.in. | Gerald Pfeifer | 1 | -1/+1 |
2001-02-15 | Makefile.in (install-common): Don't depend on installdirs here. | Jim Meyering | 1 | -2/+2 |
2001-02-14 | Makefile.in (OBJS): Add params.o. | Jeffrey Oldham | 1 | -1/+1 |
2001-02-14 | Makefile.in (toplev.o): Depend on params.h. | Mark Mitchell | 1 | -2/+5 |