* Makefile.in (search.o): Add dependency on varray.h.
From-SVN: r25769
This commit is contained in:
parent
1a87eea220
commit
43f856efc5
@ -1,3 +1,7 @@
|
|||||||
|
1999-03-14 Jason Merrill <jason@yorick.cygnus.com>
|
||||||
|
|
||||||
|
* Makefile.in (search.o): Add dependency on varray.h.
|
||||||
|
|
||||||
1999-03-13 Jason Merrill <jason@yorick.cygnus.com>
|
1999-03-13 Jason Merrill <jason@yorick.cygnus.com>
|
||||||
|
|
||||||
* decl.c (duplicate_decls): Use same_type_p.
|
* decl.c (duplicate_decls): Use same_type_p.
|
||||||
@ -8,9 +12,9 @@
|
|||||||
(check_ktype): Use same_type_p.
|
(check_ktype): Use same_type_p.
|
||||||
(check_btype): Use same_type_p. Don't pull out TYPE_MAIN_VARIANT.
|
(check_btype): Use same_type_p. Don't pull out TYPE_MAIN_VARIANT.
|
||||||
(build_qualified_name): Simplify logic.
|
(build_qualified_name): Simplify logic.
|
||||||
|
(process_overload_item): Strip typedefs and quals at the top.
|
||||||
(build_mangled_name_for_type_with_Gcode): Remove call to
|
(build_mangled_name_for_type_with_Gcode): Remove call to
|
||||||
type_canonical_variant.
|
type_canonical_variant.
|
||||||
(process_overload_item): Strip typedefs and quals at the top.
|
|
||||||
(build_mangled_name): Likewise. Remove support for old-style
|
(build_mangled_name): Likewise. Remove support for old-style
|
||||||
repeats, which have been disabled since 2.7.2. Don't mess with
|
repeats, which have been disabled since 2.7.2. Don't mess with
|
||||||
TREE_USED.
|
TREE_USED.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Makefile for GNU C++ compiler.
|
# Makefile for GNU C++ compiler.
|
||||||
# Copyright (C) 1987, 88, 90-4, 1995, 1998 Free Software Foundation, Inc.
|
# Copyright (C) 1987, 88, 90-5, 1998, 1999 Free Software Foundation, Inc.
|
||||||
|
|
||||||
#This file is part of GNU CC.
|
#This file is part of GNU CC.
|
||||||
|
|
||||||
@ -279,7 +279,8 @@ method.o : method.c $(CONFIG_H) $(CXX_TREE_H) $(srcdir)/../system.h \
|
|||||||
cvt.o : cvt.c $(CONFIG_H) $(CXX_TREE_H) $(srcdir)/../system.h decl.h \
|
cvt.o : cvt.c $(CONFIG_H) $(CXX_TREE_H) $(srcdir)/../system.h decl.h \
|
||||||
$(srcdir)/../flags.h $(srcdir)/../toplev.h $(srcdir)/../convert.h
|
$(srcdir)/../flags.h $(srcdir)/../toplev.h $(srcdir)/../convert.h
|
||||||
search.o : search.c $(CONFIG_H) $(CXX_TREE_H) $(srcdir)/../stack.h \
|
search.o : search.c $(CONFIG_H) $(CXX_TREE_H) $(srcdir)/../stack.h \
|
||||||
$(srcdir)/../flags.h $(srcdir)/../system.h $(srcdir)/../toplev.h
|
$(srcdir)/../flags.h $(srcdir)/../system.h $(srcdir)/../toplev.h \
|
||||||
|
$(srcdir)/../varray.h
|
||||||
tree.o : tree.c $(CONFIG_H) $(CXX_TREE_H) $(srcdir)/../flags.h \
|
tree.o : tree.c $(CONFIG_H) $(CXX_TREE_H) $(srcdir)/../flags.h \
|
||||||
$(srcdir)/../system.h $(srcdir)/../toplev.h
|
$(srcdir)/../system.h $(srcdir)/../toplev.h
|
||||||
ptree.o : ptree.c $(CONFIG_H) $(CXX_TREE_H) $(srcdir)/../system.h
|
ptree.o : ptree.c $(CONFIG_H) $(CXX_TREE_H) $(srcdir)/../system.h
|
||||||
|
Loading…
Reference in New Issue
Block a user