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
28068c2c
Commit
28068c2c
authored
May 03, 2003
by
Matt Kraai
Committed by
Matt Kraai
May 03, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (gcov-iov.h): Use move-if-change and a stamp.
From-SVN: r66417
parent
73cb3b5a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+5
-2
No files found.
gcc/ChangeLog
View file @
28068c2c
2003-05-02 Matt Kraai <kraai@alumni.cmu.edu>
* Makefile.in (gcov-iov.h): Use move-if-change and a stamp.
2003-05-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2003-05-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* builtins.c (expand_builtin_stpcpy): Copy `arglist' before
* builtins.c (expand_builtin_stpcpy): Copy `arglist' before
...
...
gcc/Makefile.in
View file @
28068c2c
...
@@ -2432,8 +2432,11 @@ gcov-iov.o: gcov-iov.c version.c $(BCONFIG_H) coretypes.h $(GTM_H) $(SYSTEM_H) c
...
@@ -2432,8 +2432,11 @@ gcov-iov.o: gcov-iov.c version.c $(BCONFIG_H) coretypes.h $(GTM_H) $(SYSTEM_H) c
$(BUILD_CC)
-c
$(BUILD_CFLAGS)
$(BUILD_CPPFLAGS)
$(INCLUDES)
$(srcdir)
/gcov-iov.c
$(OUTPUT_OPTION)
$(BUILD_CC)
-c
$(BUILD_CFLAGS)
$(BUILD_CPPFLAGS)
$(INCLUDES)
$(srcdir)
/gcov-iov.c
$(OUTPUT_OPTION)
gcov-iov$(build_exeext)
:
gcov-iov.o
gcov-iov$(build_exeext)
:
gcov-iov.o
$(BUILD_CC)
$(BUILD_CFLAGS)
$(BUILD_LDFLAGS)
gcov-iov.o
-o
$@
$(BUILD_CC)
$(BUILD_CFLAGS)
$(BUILD_LDFLAGS)
gcov-iov.o
-o
$@
gcov-iov.h
:
gcov-iov$(build_exeext)
gcov-iov.h
:
s-iov
./gcov-iov
$(build_exeext)
>
$@
s-iov
:
gcov-iov$(build_exeext) $(srcdir)/move-if-change
./gcov-iov
$(build_exeext)
>
tmp-gcov-iov.h
$(SHELL)
$(srcdir)
/move-if-change tmp-gcov-iov.h gcov-iov.h
$(STAMP)
s-iov
gcov.o
:
gcov.c gcov-io.h gcov-iov.h intl.h $(SYSTEM_H) coretypes.h $(TM_H) $(CONFIG_H)
gcov.o
:
gcov.c gcov-io.h gcov-iov.h intl.h $(SYSTEM_H) coretypes.h $(TM_H) $(CONFIG_H)
gcov-dump.o
:
gcov-dump.c gcov-io.h gcov-iov.h $(SYSTEM_H) coretypes.h $(TM_H) $(CONFIG_H)
gcov-dump.o
:
gcov-dump.c gcov-io.h gcov-iov.h $(SYSTEM_H) coretypes.h $(TM_H) $(CONFIG_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