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
b835f6f1
Commit
b835f6f1
authored
Aug 05, 2002
by
Geoffrey Keating
Committed by
Geoffrey Keating
Aug 05, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (s-gtype): Re-add dependency on $(GTFILES).
From-SVN: r56054
parent
fd291392
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletions
+14
-1
gcc/ChangeLog
+13
-0
gcc/Makefile.in
+1
-1
No files found.
gcc/ChangeLog
View file @
b835f6f1
2002-08-05 Geoffrey Keating <geoffk@redhat.com>
* attribs.c: Don't include obstack.h.
* builtins.c: Likewise.
* cfganal.c: Likewise.
* cfgbuild.c: Likewise.
* cfgcleanup.c: Likewise.
* emit-rtl.c: Likewise.
* loop.c: Likewise.
* stmt.c: Likewise.
* Makefile.in (s-gtype): Re-add dependency on $(GTFILES).
2002-08-05 Gabriel Dos Reis <gdr@nerim.net>
* doc/c-tree.texi (Expression trees): Document VA_ARG_EXPR
...
...
gcc/Makefile.in
View file @
b835f6f1
...
...
@@ -1893,7 +1893,7 @@ gtyp-gen.h: Makefile
echo
"NULL};"
>>
tmp-gtyp.h
$(SHELL)
$(srcdir)
/move-if-change tmp-gtyp.h gtyp-gen.h
s-gtype
:
gengtype$(build_exeext)
s-gtype
:
gengtype$(build_exeext)
$(GTFILES)
./gengtype
$(STAMP)
s-gtype
...
...
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