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
1e2eb6e8
Commit
1e2eb6e8
authored
Oct 09, 2003
by
Rainer Orth
Committed by
Rainer Orth
Oct 09, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/mips/iris6.h (SUBTARGET_CPP_SPEC): Define.
From-SVN: r72288
parent
5aaa2108
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/ChangeLog
+4
-0
gcc/config/mips/iris6.h
+5
-0
No files found.
gcc/ChangeLog
View file @
1e2eb6e8
2003-10-09 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* config/mips/iris6.h (SUBTARGET_CPP_SPEC): Define.
2003-10-09 Bob Wilson <bob.wilson@acm.org>
2003-10-09 Bob Wilson <bob.wilson@acm.org>
* config/xtensa/xtensa.c (xtensa_dbx_register_number): Change first
* config/xtensa/xtensa.c (xtensa_dbx_register_number): Change first
...
...
gcc/config/mips/iris6.h
View file @
1e2eb6e8
...
@@ -57,6 +57,11 @@ Boston, MA 02111-1307, USA. */
...
@@ -57,6 +57,11 @@ Boston, MA 02111-1307, USA. */
#undef SUBTARGET_CC1_SPEC
#undef SUBTARGET_CC1_SPEC
#define SUBTARGET_CC1_SPEC ""
#define SUBTARGET_CC1_SPEC ""
/* #line directives let the O32 assembler create object files that cause the
O32 linker to crash. */
#undef SUBTARGET_CPP_SPEC
#define SUBTARGET_CPP_SPEC "%{mabi=32: %{.S:-P}}"
/* We must pass -D_LONGLONG always, even when -ansi is used, because IRIX 6
/* We must pass -D_LONGLONG always, even when -ansi is used, because IRIX 6
system header files require it. This is OK, because gcc never warns
system header files require it. This is OK, because gcc never warns
when long long is used in system header files. Alternatively, we can
when long long is used in system header files. Alternatively, we can
...
...
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