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
8483c7e0
Commit
8483c7e0
authored
Dec 17, 2002
by
Loren J. Rittle
Committed by
Loren J. Rittle
Dec 17, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (gcov-iov.h): Improve portability.
From-SVN: r60190
parent
9ee7999f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+1
-1
No files found.
gcc/ChangeLog
View file @
8483c7e0
2002
-
12
-
16
Loren
J
.
Rittle
<
ljrittle
@acm
.
org
>
*
Makefile
.
in
(
gcov
-
iov
.
h
)
:
Improve
portability
.
Mon
Dec
16
23
:
39
:
19
CET
2002
Jan
Hubicka
<
jh
@suse
.
cz
>
*
mips
.
h
(
ASM_OUTPUT_ADDR_DIFF_ELT
)
:
Do
not
use
qpword
on
API_N32
/
not
...
...
gcc/Makefile.in
View file @
8483c7e0
...
...
@@ -2318,7 +2318,7 @@ gcov-iov.o: gcov-iov.c version.c $(BCONFIG_H) coretypes.h $(GTM_H) $(SYSTEM_H) c
gcov-iov$(build_exeext)
:
gcov-iov.o
$(BUILD_CC)
$(BUILD_CFLAGS)
$(BUILD_LDFLAGS)
gcov-iov.o
-o
$@
gcov-iov.h
:
gcov-iov$(build_exeext)
./
$<
>
$@
./
gcov-iov
$(build_exeext)
>
$@
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)
...
...
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