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
7c8fbd3f
Commit
7c8fbd3f
authored
Oct 30, 2008
by
Luis Machado
Committed by
Michael Meissner
Oct 30, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add -dumpbase to the switches that take arguments
From-SVN: r141469
parent
dbc0f593
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+5
-0
gcc/gcc.h
+1
-1
No files found.
gcc/ChangeLog
View file @
7c8fbd3f
2008
-
10
-
28
Luis
Machado
<
luisgpm
@br
.
ibm
.
com
>
*
gcc
.
h
(
DEFAULT_WORD_SWITCH_TAKES_ARG
)
:
Add
"dumpbase"
to
the
list
of
word
switches
that
take
args
.
2008
-
10
-
30
Jakub
Jelinek
<
jakub
@redhat
.
com
>
*
config
/
s390
/
s390
.
c
(
s390_mark_symbol_ref_as_used
)
:
New
function
.
...
...
gcc/gcc.h
View file @
7c8fbd3f
...
...
@@ -51,7 +51,7 @@ struct spec_function
|| !strcmp (STR, "isysroot") \
|| !strcmp (STR, "-param") || !strcmp (STR, "specs") \
|| !strcmp (STR, "MF") || !strcmp (STR, "MT") || !strcmp (STR, "MQ") \
|| !strcmp (STR, "fintrinsic-modules-path"))
|| !strcmp (STR, "fintrinsic-modules-path")
|| !strcmp (STR, "dumpbase")
)
/* These are exported by gcc.c. */
...
...
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