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
77665459
Commit
77665459
authored
Jun 10, 2000
by
H.J. Lu
Committed by
Mark Mitchell
Jun 10, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (c-parse.o): Also depend on output.h.
From-SVN: r34480
parent
f8a83ee3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+2
-1
No files found.
gcc/ChangeLog
View file @
77665459
2000-06-09 H.J. Lu (hjl@gnu.org)
* Makefile.in (c-parse.o): Also depend on output.h.
2000-06-09 Zack Weinberg <zack@wolery.cumb.org>
* ggc-none.c, ggc-simple.c, ggc-page.c (ggc_alloc_obj): Rename
...
...
gcc/Makefile.in
View file @
77665459
...
...
@@ -1069,7 +1069,8 @@ s-crt0: $(CRT0_S) $(MCRT0_S) $(GCC_PASSES) $(CONFIG_H)
# C language specific files.
c-parse.o
:
$(srcdir)/c-parse.c $(CONFIG_H) $(TREE_H) c-lex.h $(GGC_H)
\
$(srcdir)/c-parse.h c-tree.h c-common.h input.h flags.h system.h toplev.h
$(srcdir)/c-parse.h c-tree.h c-common.h input.h flags.h system.h
\
toplev.h output.h
$(CC)
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
-c
$(srcdir)
/c-parse.c
$(srcdir)/c-parse.h
:
$(srcdir)/c-parse.c
$(srcdir)/c-parse.c
:
$(srcdir)/c-parse.y
...
...
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