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
e9eaed43
Commit
e9eaed43
authored
Apr 03, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Apr 03, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (insn*.o): Depend on system.h.
From-SVN: r18976
parent
1f3b6a3e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
gcc/ChangeLog
+2
-0
gcc/Makefile.in
+7
-7
No files found.
gcc/ChangeLog
View file @
e9eaed43
Fri Apr 3 00:17:01 1998 Jeffrey A Law (law@cygnus.com)
* Makefile.in (insn*.o): Depend on system.h.
* pa.c (output_global_address): Initialize base.
* pa.h (GO_IF_LEGITIMATE_ADDRESS): Initialize index.
...
...
gcc/Makefile.in
View file @
e9eaed43
...
...
@@ -1507,7 +1507,7 @@ stamp-codes : $(md_file) gencodes $(srcdir)/move-if-change
touch stamp-codes
insn-emit.o
:
insn-emit.c $(CONFIG_H) $(RTL_H) expr.h real.h output.h
\
insn-config.h insn-flags.h insn-codes.h
insn-config.h insn-flags.h insn-codes.h
system.h
$(CC)
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
-c
insn-emit.c
insn-emit.c
:
stamp-emit ; @true
...
...
@@ -1517,7 +1517,7 @@ stamp-emit : $(md_file) genemit $(srcdir)/move-if-change
touch stamp-emit
insn-recog.o
:
insn-recog.c $(CONFIG_H) $(RTL_H) insn-config.h $(RECOG_H)
\
real.h output.h flags.h
real.h output.h flags.h
system.h
$(CC)
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
-c
insn-recog.c
insn-recog.c
:
stamp-recog ; @true
...
...
@@ -1527,7 +1527,7 @@ stamp-recog : $(md_file) genrecog $(srcdir)/move-if-change
touch stamp-recog
insn-opinit.o
:
insn-opinit.c $(CONFIG_H) $(RTL_H) insn-codes.h insn-flags.h
\
insn-config.h flags.h $(RECOG_H) expr.h reload.h
insn-config.h flags.h $(RECOG_H) expr.h reload.h
system.h
$(CC)
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
-c
insn-opinit.c
insn-opinit.c
:
stamp-opinit ; @true
...
...
@@ -1536,7 +1536,7 @@ stamp-opinit : $(md_file) genopinit $(srcdir)/move-if-change
$(srcdir)
/move-if-change tmp-opinit.c insn-opinit.c
touch stamp-opinit
insn-extract.o
:
insn-extract.c $(CONFIG_H) $(RTL_H)
insn-extract.o
:
insn-extract.c $(CONFIG_H) $(RTL_H)
system.h
$(CC)
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
-c
insn-extract.c
insn-extract.c
:
stamp-extract ; @true
...
...
@@ -1545,7 +1545,7 @@ stamp-extract : $(md_file) genextract $(srcdir)/move-if-change
$(srcdir)
/move-if-change tmp-extract.c insn-extract.c
touch stamp-extract
insn-peep.o
:
insn-peep.c $(CONFIG_H) $(RTL_H) regs.h output.h real.h
insn-peep.o
:
insn-peep.c $(CONFIG_H) $(RTL_H) regs.h output.h real.h
system.h
$(CC)
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
-c
insn-peep.c
insn-peep.c
:
stamp-peep ; @true
...
...
@@ -1555,7 +1555,7 @@ stamp-peep : $(md_file) genpeep $(srcdir)/move-if-change
touch stamp-peep
insn-attrtab.o
:
insn-attrtab.c $(CONFIG_H) $(RTL_H) regs.h real.h output.h
\
insn-attr.h insn-config.h
insn-attr.h insn-config.h
system.h
$(CC)
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
-c
insn-attrtab.c
insn-attr.h
:
stamp-attr ; @true
...
...
@@ -1578,7 +1578,7 @@ stamp-attrtab : $(md_file) genattrtab $(srcdir)/move-if-change
insn-output.o
:
insn-output.c $(CONFIG_H) $(RTL_H) regs.h real.h conditions.h
\
hard-reg-set.h insn-config.h insn-flags.h insn-attr.h output.h $(RECOG_H)
\
insn-codes.h
insn-codes.h
system.h
$(CC)
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
-c
insn-output.c
insn-output.c
:
stamp-output ; @true
...
...
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