Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
43f856ef
Commit
43f856ef
authored
Mar 14, 1999
by
Jason Merrill
Committed by
Jason Merrill
Mar 14, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (search.o): Add dependency on varray.h.
From-SVN: r25769
parent
1a87eea2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
gcc/cp/ChangeLog
+5
-1
gcc/cp/Makefile.in
+3
-2
No files found.
gcc/cp/ChangeLog
View file @
43f856ef
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>
* decl.c (duplicate_decls): Use same_type_p.
...
...
@@ -8,9 +12,9 @@
(check_ktype): Use same_type_p.
(check_btype): Use same_type_p. Don't pull out TYPE_MAIN_VARIANT.
(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
type_canonical_variant.
(process_overload_item): Strip typedefs and quals at the top.
(build_mangled_name): Likewise. Remove support for old-style
repeats, which have been disabled since 2.7.2. Don't mess with
TREE_USED.
...
...
gcc/cp/Makefile.in
View file @
43f856ef
# 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.
...
...
@@ -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
\
$(srcdir)/../flags.h $(srcdir)/../toplev.h $(srcdir)/../convert.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
\
$(srcdir)/../system.h $(srcdir)/../toplev.h
ptree.o
:
ptree.c $(CONFIG_H) $(CXX_TREE_H) $(srcdir)/../system.h
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment