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
bdc960c8
Commit
bdc960c8
authored
Nov 04, 2003
by
Rainer Orth
Committed by
Rainer Orth
Nov 04, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/mips/_tilib.c: Use _ABI* in _MIPS_SIM tests.
From-SVN: r73257
parent
15bb534e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config/mips/_tilib.c
+1
-1
No files found.
gcc/ChangeLog
View file @
bdc960c8
2003-11-04 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* config/mips/_tilib.c: Use _ABI* in _MIPS_SIM tests.
2003-11-04 DJ Delorie <dj@redhat.com>
* config/v850/v850.md (mulhisi3): Expand the const_int case
...
...
gcc/config/mips/_tilib.c
View file @
bdc960c8
...
...
@@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */
#include "coretypes.h"
#include "tm.h"
#if _MIPS_SIM ==
2
/* N32 */
|| _MIPS_SIM == 3
/* 64 */
#if _MIPS_SIM ==
_ABIN32 || _MIPS_SIM == _ABI64
typedef
int
TItype
__attribute__
((
mode
(
TI
)));
typedef
int
DItype
__attribute__
((
mode
(
DI
)));
...
...
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