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
327e3a03
Commit
327e3a03
authored
Nov 27, 2006
by
Bob Wilson
Committed by
Bob Wilson
Nov 27, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/xtensa/xtensa.h (XCHAL_HAVE_MUL32_HIGH): Provide default.
From-SVN: r119259
parent
91c41804
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
gcc/ChangeLog
+4
-0
gcc/config/xtensa/xtensa.h
+3
-0
No files found.
gcc/ChangeLog
View file @
327e3a03
2006
-
11
-
27
Bob
Wilson
<
bob
.
wilson
@acm
.
org
>
*
config
/
xtensa
/
xtensa
.
h
(
XCHAL_HAVE_MUL32_HIGH
)
:
Provide
default
.
2006
-
11
-
27
Roger
Sayle
<
roger
@eyesopen
.
com
>
2006
-
11
-
27
Roger
Sayle
<
roger
@eyesopen
.
com
>
Manuel
Lopez
-
Ibanez
<
manu
@gcc
.
gnu
.
org
>
Manuel
Lopez
-
Ibanez
<
manu
@gcc
.
gnu
.
org
>
...
...
gcc/config/xtensa/xtensa.h
View file @
327e3a03
...
@@ -43,6 +43,9 @@ extern unsigned xtensa_current_frame_size;
...
@@ -43,6 +43,9 @@ extern unsigned xtensa_current_frame_size;
/* Macros used in the machine description to select various Xtensa
/* Macros used in the machine description to select various Xtensa
configuration options. */
configuration options. */
#ifndef XCHAL_HAVE_MUL32_HIGH
#define XCHAL_HAVE_MUL32_HIGH 0
#endif
#define TARGET_BIG_ENDIAN XCHAL_HAVE_BE
#define TARGET_BIG_ENDIAN XCHAL_HAVE_BE
#define TARGET_DENSITY XCHAL_HAVE_DENSITY
#define TARGET_DENSITY XCHAL_HAVE_DENSITY
#define TARGET_MAC16 XCHAL_HAVE_MAC16
#define TARGET_MAC16 XCHAL_HAVE_MAC16
...
...
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