Makefile.in (OBJS): Remove hashtab.o (canadian cross fix)...

* Makefile.in (OBJS): Remove hashtab.o (canadian cross fix)
http://gcc.gnu.org/ml/gcc-patches/2001-02/msg01672.html

From-SVN: r40649
This commit is contained in:
Alan Modra 2001-03-20 08:54:56 +00:00 committed by Alan Modra
parent fa93906ef5
commit 78f8fa8610
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-03-20 Alan Modra <alan@linuxcare.com.au>
* Makefile.in (OBJS): Remove hashtab.o.
2001-03-19 Stan Shebs <shebs@apple.com>
* objc/objc-act.c (maybe_objc_method_name): Remove, never called.

View File

@ -732,7 +732,7 @@ OBJS = \
dependence.o diagnostic.o doloop.o dominance.o dwarf2asm.o dwarf2out.o \
dwarfout.o emit-rtl.o except.o explow.o expmed.o expr.o final.o flow.o \
fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o \
haifa-sched.o hash.o hashtab.o ifcvt.o insn-attrtab.o insn-emit.o \
haifa-sched.o hash.o ifcvt.o insn-attrtab.o insn-emit.o \
insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o \
integrate.o intl.o jump.o lcm.o lists.o local-alloc.o loop.o mbchar.o \
optabs.o params.o predict.o print-rtl.o print-tree.o profile.o real.o \