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
0c3a267b
Commit
0c3a267b
authored
Nov 24, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Nov 24, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (graph.o): Depend on $(RTL_H), not rtl.h.
From-SVN: r23838
parent
940da324
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
gcc/ChangeLog
+4
-1
gcc/Makefile.in
+1
-1
No files found.
gcc/ChangeLog
View file @
0c3a267b
Wed
Nov
25
00
:
07
:
11
1998
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
Makefile
.
in
(
graph
.
o
)
:
Depend
on
$
(
RTL_H
),
not
rtl
.
h
.
*
cse
.
c
(
fold_rtx
)
:
Make
autoincrement
addressing
mode
tests
be
runtime
selectable
.
*
expr
.
c
(
move_by_pieces
)
:
Similarly
.
...
...
@@ -13,7 +15,8 @@ Wed Nov 25 00:07:11 1998 Jeffrey A Law (law@cygnus.com)
*
rtl
.
h
(
HAVE_PRE_INCREMENT
)
:
Define
if
not
already
defined
.
(
HAVE_PRE_DECREMENT
)
:
Similarly
.
(
HAVE_POST_INCREMENT
,
HAVE_POST_DECREMENT
)
:
Similarly
.
sponding
changes
to
all
target
header
files
.
*
Corresponding
changes
to
all
target
header
files
.
*
tm
.
texi
:
Update
docs
for
autoinc
addressing
modes
.
Tue
Nov
24
20
:
24
:
59
1998
Jim
Wilson
<
wilson
@cygnus
.
com
>
...
...
gcc/Makefile.in
View file @
0c3a267b
...
...
@@ -1294,7 +1294,7 @@ c-pragma.o: c-pragma.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) except.h \
c-iterate.o
:
c-iterate.c $(CONFIG_H) system.h $(TREE_H) $(RTL_H) c-tree.h
\
flags.h toplev.h $(EXPR_H)
mbchar.o
:
mbchar.c $(CONFIG_H) system.h mbchar.h
graph.o
:
graph.c $(CONFIG_H) system.h toplev.h flags.h output.h
rtl.h
\
graph.o
:
graph.c $(CONFIG_H) system.h toplev.h flags.h output.h
$(RTL_H)
\
hard-reg-set.h basic-block.h
collect2$(exeext)
:
collect2.o tlink.o hash.o cplus-dem.o underscore.o
\
...
...
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