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
fa10d367
Commit
fa10d367
authored
Jun 01, 2003
by
Andreas Jaeger
Committed by
Andreas Jaeger
Jun 01, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gen-protos.c (main): Revert patch to check for argument.
From-SVN: r67303
parent
a3033f34
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
gcc/ChangeLog
+4
-0
gcc/gen-protos.c
+0
-3
No files found.
gcc/ChangeLog
View file @
fa10d367
2003-06-01 Andreas Jaeger <aj@suse.de>
* gen-protos.c (main): Revert patch to check for argument.
2003-06-01 Eric Botcazou <ebotcazou@libertysurf.fr>
PR target/11044
...
...
gcc/gen-protos.c
View file @
fa10d367
...
...
@@ -137,9 +137,6 @@ main (int argc, char **argv)
sstring
linebuf
;
struct
fn_decl
fn_decl
;
if
(
argc
<=
1
)
fatal
(
"no input file name"
);
i
=
strlen
(
argv
[
0
]);
while
(
i
>
0
&&
argv
[
0
][
i
-
1
]
!=
'/'
)
--
i
;
progname
=
&
argv
[
0
][
i
];
...
...
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