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
ef2362a4
Commit
ef2362a4
authored
Feb 01, 2000
by
David Billinghurst
Committed by
Gavin Romig-Koch
Feb 01, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(SUBTARGET_ASM_SPEC) : Default ISA based on ABI.
From-SVN: r31734
parent
c294bd99
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+5
-0
gcc/config/mips/iris6.h
+2
-1
No files found.
gcc/ChangeLog
View file @
ef2362a4
2000
-
02
-
01
David
Billinghurst
<
David
.
Billinghurst
@riotinto
.
com
.
au
>
*
config
/
mips
/
iris6
.
h
(
SUBTARGET_ASM_SPEC
)
:
Default
ISA
based
on
ABI
.
Tue
Feb
1
00
:
57
:
40
2000
Hans
-
Peter
Nilsson
<
hp
@bitrange
.
com
>
*
dwarfout
.
c
(
SHORT_TYPE_SIZE
)
:
Correct
default
.
...
...
gcc/config/mips/iris6.h
View file @
ef2362a4
...
...
@@ -219,8 +219,9 @@ Boston, MA 02111-1307, USA. */
/* ??? If no mabi=X option give, but a mipsX option is, then should depend
on the mipsX option. */
/* If no mips[3,4] option given, give the appropriate default for mabi=X */
#undef SUBTARGET_ASM_SPEC
#define SUBTARGET_ASM_SPEC "%{!mabi*:-n32}"
#define SUBTARGET_ASM_SPEC "%{!mabi*:-n32}
%{!mips*: %{!mabi*:-mips3} %{mabi=n32:-mips3} %{mabi=64:-mips4}}
"
/* Must pass -g0 to the assembler, otherwise it may overwrite our
debug info with its own debug info. */
...
...
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