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
bdeb9879
Commit
bdeb9879
authored
Mar 23, 1999
by
Nick Clifton
Committed by
Nick Clifton
Mar 23, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add doc strings for SUBTARGET_SWITCHES
From-SVN: r25924
parent
eb30a375
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
gcc/ChangeLog
+5
-0
gcc/config/arm/riscix.h
+4
-2
gcc/config/arm/riscix1-1.h
+1
-1
No files found.
gcc/ChangeLog
View file @
bdeb9879
Tue
Mar
23
09
:
00
:
39
1999
Nick
Clifton
<
nickc
@cygnus
.
com
>
*
config
/
arm
/
riscix1
.
h
(
SUBTARGET_SWITCHES
)
:
Add
doc
string
.
*
config
/
arm
/
riscix1
-
1
.
h
(
SUBTARGET_SWITCHES
)
:
Add
doc
string
.
Tue
Mar
23
07
:
50
:
20
1999
Mark
Mitchell
<
mark
@codesourcery
.
com
>
*
function
.
c
:
Include
hash
.
h
.
...
...
gcc/config/arm/riscix.h
View file @
bdeb9879
...
...
@@ -79,8 +79,10 @@ Boston, MA 02111-1307, USA. */
/* None of these is actually used in cc1. If we don't define them in target
switches cc1 complains about them. For the sake of argument lets allocate
bit 31 of target flags for such options. */
#define SUBTARGET_SWITCHES \
{"bsd", 0x80000000}, {"xopen", 0x80000000}, {"no-symrename", 0x80000000},
#define SUBTARGET_SWITCHES \
{"bsd", 0x80000000, ""}, \
{"xopen", 0x80000000, ""}, \
{"no-symrename", 0x80000000, ""},
/* Run-time Target Specification. */
...
...
gcc/config/arm/riscix1-1.h
View file @
bdeb9879
...
...
@@ -39,7 +39,7 @@ Boston, MA 02111-1307, USA. */
but everything still compiles. */
/* None of these is actually used in cc1, so they modify bit 31 */
#define SUBTARGET_SWITCHES \
{"bsd", 0x80000000},
{"bsd", 0x80000000
, ""
},
/* Run-time Target Specification. */
...
...
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