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
e4175312
Commit
e4175312
authored
Mar 17, 1999
by
Mark Elbrecht
Committed by
Jeff Law
Mar 17, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.c (process_command): Dump link_command_spec too.
From-SVN: r25830
parent
17d1971d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+5
-1
gcc/gcc.c
+2
-0
No files found.
gcc/ChangeLog
View file @
e4175312
Wed
Mar
17
22
:
46
:
13
1999
Mark
Elbrecht
<
snowball3
@usa
.
net
.
*
gcc
.
c
(
process_command
)
:
Dump
link_command_spec
too
.
Wed
Mar
17
20
:
38
:
08
1999
Jerry
Quinn
<
jquinn
@nortelnetworks
.
com
>
Jeff
Law
<
law
@cygnus
.
com
>
...
...
@@ -4043,7 +4047,7 @@ Wed Jan 6 09:44:51 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* toplev.h: In addition to checking _JBLEN, also check if `setjmp'
is a macro when deciding if we can use `jmp_buf' in prototypes.
Wed Jan 6 03:18:53 1999 Mark Elbrecht <snowball3@usa.net
.
Wed Jan 6 03:18:53 1999 Mark Elbrecht <snowball3@usa.net
>
* configure.in (pc-msdosdjgpp): Set x_make to x-go32.
* configure: Rebuilt.
...
...
gcc/gcc.c
View file @
e4175312
...
...
@@ -2736,6 +2736,8 @@ process_command (argc, argv)
init_spec
();
for
(
sl
=
specs
;
sl
;
sl
=
sl
->
next
)
printf
(
"*%s:
\n
%s
\n\n
"
,
sl
->
name
,
*
(
sl
->
ptr_spec
));
if
(
link_command_spec
)
printf
(
"*link_command:
\n
%s
\n\n
"
,
link_command_spec
);
exit
(
0
);
}
else
if
(
!
strcmp
(
argv
[
i
],
"-dumpversion"
))
...
...
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