aboutsummaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
1999-10-14* Makefile.in (all.cross): Depend on xcpp$(exeext).Andreas Schwab1-2/+2
1999-10-13Makefile.in (ggc-common.o): Depend on RTL_H not RTL_BASE_H.Richard Henderson1-5/+5
1999-10-13Simplified GC interface and other goodies.Richard Henderson1-1/+1
1999-10-10combine.c (refresh_blocks, [...]): New.Richard Henderson1-1/+1
1999-10-09Makefile.in (flow.o): Depend on TREE_H.Richard Henderson1-1/+1
1999-10-08Makefile.in (insn-recog.o): Depend on hard-reg-set.h and resource.h.Kaveh R. Ghazi1-1/+1
1999-10-07configure.in: Detect mmap.Richard Henderson1-1/+1
1999-10-02graph.h: New file to prototype functions exported by graph.c.Kaveh R. Ghazi1-2/+2
1999-10-01Delete !REGISTER_CONSTRAINTS codeBernd Schmidt1-1/+1
1999-09-30Jan Hubicka <hubicka@freesoft.cz>Jan Hubicka1-1/+1
1999-09-23Revert unintended GGC change.Richard Henderson1-1/+1
1999-09-23ggc-page.c: New file.Alex Samuel1-1/+4
1999-09-23regclass.c: Include ggc.h.Jeff Law1-1/+1
1999-09-22Makefile.in (INTL_MOSTLYCLEAN, INTL_CLEAN): New variables.Nathan Sidwell1-7/+9
1999-09-21machmode.h (HOST_PTR_PRINTF): Move from here ...Kaveh R. Ghazi1-6/+7
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-1/+1
1999-09-19c-pragma.c: Include ggc.h.Richard Henderson1-1/+1
1999-09-18(USER_H): Add iso646.h back.Ulrich Drepper1-33/+33
1999-09-17functiion.h (struct function): Add x_whole_function_mode_p.Mark Mitchell1-1/+1
1999-09-14Makefile.in (USER_H): Remove va-foo.h.Richard Henderson1-12/+2
1999-09-14Makefile.in (version.c): Remove rule incorrectly brought in from the gcc2 merge.Jeffrey A Law1-10/+0
1999-09-14Makefile.in: Prepend $(SHELL) to move-if-change calls.Marc Espie1-18/+18
1999-09-13Move definition of 'thenan' to its own object file in order to save space.Nick Clifton1-2/+2
1999-09-13Makefile.in (gcc.o, [...]): Depend on gcc.h.Kaveh R. Ghazi1-3/+3
1999-09-11Alex Samuel <samuel@codesourcery.com>Alex Samuel1-1/+4
1999-09-09Makefile.in (cppexp.o): Depend on cpphash.h.Geoff Keating1-1/+1
1999-09-08Makefile.in (stmp-fixinc): Remove extraneous exit 1 from last change.Richard Henderson1-1/+0
1999-09-08Hapless User Hint for gperfBruce Korb1-2/+5
1999-09-08lists.c: Include ggc.h.Richard Henderson1-1/+1
1999-09-06Merge in gcc2-ss-010999Jeff Law1-12/+19
1999-09-06Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.Bernd Schmidt1-7/+7
1999-09-06Makefile.in (ggc-simple.o): Depend on hash.h.Mark Mitchell1-1/+1
1999-09-05Makefile.in (ggc-simple.o): Depend on varray.h.Richard Henderson1-5/+6
1999-09-05Makefile.in (stor-layout.o): Depend on ggc.h.Richard Henderson1-3/+5
1999-09-05Makefile.in (tree.o): Depend on ggc.h.Richard Henderson1-7/+8
1999-09-05c-decl.c (struct language_function): Renamed from struct c_function.Bernd Schmidt1-1/+1
1999-09-04Makefile.in (C_AND_C_OBJS): Add gcc-callbacks.o.Mark Mitchell1-2/+5
1999-09-04Makefile.in (GGC, GGC_LIB): New.Richard Henderson1-1/+12
1999-09-03Makefile.in (tlink.o): Don't depend on toplev.h.Kaveh R. Ghazi1-1/+1
1999-08-31backport: Makefile.in (STAGESTUFF): Add *.peephole2.Richard Henderson1-4/+5
1999-08-31Makefile.in (OBJS, PROTO_OBJS): Remove getpwd.o.Kaveh R. Ghazi1-3/+2
1999-08-27errors.c: New file...Zack Weinberg1-33/+41
1999-08-25lists.c (unused_insn_list, [...]): New file for maintaining various types of ...Andrew MacLeod1-1/+2
1999-08-25Makefile.in (PREPROCESSOR_DEFINES): New macro.Fred Fish1-26/+18
1999-08-23configure.in: Remove code to select/de-select the haifa scheduler.Jeffrey A Law1-6/+3
1999-08-18Make insn-recog.c include function.hBernd Schmidt1-1/+1
1999-08-13Back out accidental changeJeff Law1-3/+6
1999-08-13* Makefile.in (GCC_FOR_TARGET): Move -B./ after the tooldir -B.Michael Meissner1-7/+4
1999-08-11Makefile.in (JAVAGC): Removed.Jeffrey A Law1-1/+0
1999-08-09Include function.h in most files.Bernd Schmidt1-31/+33