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
645278bc
Commit
645278bc
authored
Oct 20, 1998
by
Tom Tromey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.c (option_map): Added --classpath and --CLASSPATH.
From-SVN: r23203
parent
e0c13971
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 @
645278bc
Mon
Oct
19
16
:
34
:
05
1998
Tom
Tromey
<
tromey
@cygnus
.
com
>
*
gcc
.
c
(
option_map
)
:
Added
--
classpath
and
--
CLASSPATH
.
Tue
Oct
20
10
:
59
:
02
1998
Gavin
Romig
-
Koch
<
gavin
@cygnus
.
com
>
*
regclass
.
c
(
fix_register
)
:
Add
error
message
.
...
...
@@ -146,7 +150,6 @@ Sat Oct 17 23:18:08 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
*
toplev
.
c
(
check_lang_option
)
:
Cast
the
result
of
`
strlen
'
to
`
int
'
when
comparing
against
one
.
>>>>>>>
1
.
2327
Sat
Oct
17
13
:
09
:
09
1998
Graham
<
grahams
@rcp
.
co
.
uk
>
*
gcse
.
c
(
dump_cuid_table
)
:
Correct
typo
.
...
...
@@ -336,6 +339,7 @@ Fri Oct 16 15:26:24 1998 Dave Brolley <brolley@cygnus.com>
* c-lex.c (yylex): Fix unaligned access of wchar_t.
>>>>>>> 1.2326
>>>>>>> 1.2342
Fri Oct 16 10:47:53 1998 Nick Clifton <nickc@cygnus.com>
* config/arm/arm.h (TARGET_SWITCHES): Add --help documentation.
...
...
gcc/gcc.c
View file @
645278bc
...
...
@@ -852,6 +852,8 @@ struct option_map option_map[] =
{
"--ansi"
,
"-ansi"
,
0
},
{
"--assemble"
,
"-S"
,
0
},
{
"--assert"
,
"-A"
,
"a"
},
{
"--classpath"
,
"-fclasspath="
,
"aj"
},
{
"--CLASSPATH"
,
"-fCLASSPATH="
,
"aj"
},
{
"--comments"
,
"-C"
,
0
},
{
"--compile"
,
"-c"
,
0
},
{
"--debug"
,
"-g"
,
"oj"
},
...
...
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