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
f1d5271a
Commit
f1d5271a
authored
Jan 30, 2003
by
Loren J. Rittle
Committed by
Loren J. Rittle
Jan 30, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir).
From-SVN: r62127
parent
266a9ef1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+5
-1
gcc/objc/Make-lang.in
+1
-1
No files found.
gcc/ChangeLog
View file @
f1d5271a
2003
-
01
-
30
Loren
James
Rittle
<
ljrittle
@acm
.
org
>
*
objc
/
Make
-
lang
.
in
(
objc
-
parse
.
y
)
:
Find
c
-
parse
.
in
in
$
(
srcdir
).
2003
-
01
-
30
Alexandre
Oliva
<
aoliva
@redhat
.
com
>
*
config
/
fp
-
bit
.
h
(
__make_dp
)
:
Declare
if
TMODES
.
...
...
@@ -4345,7 +4349,7 @@ Thu Dec 19 23:44:09 2002 J"orn Rennecke <joern.rennecke@superh.com>
* alloc-pool.c: New file.
* alloc-pool.h: New file.
2002-12-18 Loren James Rittle <
rittle@labs.mot.com
>
2002-12-18 Loren James Rittle <
ljrittle@acm.org
>
* gcc.c (validate_switches): Robustify against skipping past '
\0
'.
...
...
gcc/objc/Make-lang.in
View file @
f1d5271a
...
...
@@ -84,7 +84,7 @@ $(parsedir)/objc/objc-parse.c : $(parsedir)/objc/objc-parse.y
false
;
\
fi
$(parsedir)/objc/objc-parse.y
:
$(
parse
dir)/c-parse.in
$(parsedir)/objc/objc-parse.y
:
$(
src
dir)/c-parse.in
echo
'/*WARNING: This file is automatically generated!*/'
>
tmp-objc-prs.y
sed
-e
"/^ifc
$$
/,/^end ifc
$$
/d"
\
-e
"/^ifobjc
$$
/d"
-e
"/^end ifobjc
$$
/d"
\
...
...
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