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
161bc93c
Commit
161bc93c
authored
Sep 14, 1999
by
Marc Espie
Committed by
Jeff Law
Sep 14, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* objc/Make-lang.in: Prepend $(SHELL) to move-if-change calls.
From-SVN: r29398
parent
4ce8ba6e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/objc/Make-lang.in
+1
-1
No files found.
gcc/ChangeLog
View file @
161bc93c
...
@@ -5,6 +5,8 @@ Tue Sep 14 01:42:27 1999 Marc Espie <espie@cvs.openbsd.org>
...
@@ -5,6 +5,8 @@ Tue Sep 14 01:42:27 1999 Marc Espie <espie@cvs.openbsd.org>
move
-
if
-
change
.
move
-
if
-
change
.
*
winnt
/
config
-
nt
.
sed
:
Likewise
.
Kill
bogus
substitution
.
*
winnt
/
config
-
nt
.
sed
:
Likewise
.
Kill
bogus
substitution
.
*
objc
/
Make
-
lang
.
in
:
Prepend
$
(
SHELL
)
to
move
-
if
-
change
calls
.
Tue
Sep
14
01
:
38
:
52
1999
J
"orn Rennecke <amylaar@cygnus.co.uk>
Tue
Sep
14
01
:
38
:
52
1999
J
"orn Rennecke <amylaar@cygnus.co.uk>
* regmove.c (fixup_match_1): Don't change an unchanging register.
* regmove.c (fixup_match_1): Don't change an unchanging register.
...
...
gcc/objc/Make-lang.in
View file @
161bc93c
...
@@ -82,7 +82,7 @@ $(srcdir)/objc/objc-parse.y: $(srcdir)/c-parse.in
...
@@ -82,7 +82,7 @@ $(srcdir)/objc/objc-parse.y: $(srcdir)/c-parse.in
sed
-e
"/^ifc
$$
/,/^end ifc
$$
/d"
\
sed
-e
"/^ifc
$$
/,/^end ifc
$$
/d"
\
-e
"/^ifobjc
$$
/d"
-e
"/^end ifobjc
$$
/d"
\
-e
"/^ifobjc
$$
/d"
-e
"/^end ifobjc
$$
/d"
\
$(srcdir)
/c-parse.in
>>
tmp-objc-prs.y
$(srcdir)
/c-parse.in
>>
tmp-objc-prs.y
$(srcdir)
/move-if-change tmp-objc-prs.y
$(srcdir)
/objc/objc-parse.y
$(
SHELL)
$(
srcdir)
/move-if-change tmp-objc-prs.y
$(srcdir)
/objc/objc-parse.y
objc-act.o
:
$(srcdir)/objc/objc-act.c
\
objc-act.o
:
$(srcdir)/objc/objc-act.c
\
$(CONFIG_H) $(TREE_H) $(RTL_H) system.h
\
$(CONFIG_H) $(TREE_H) $(RTL_H) system.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