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
c78358d4
Commit
c78358d4
authored
Dec 05, 1998
by
Jason Merrill
Committed by
Jason Merrill
Dec 05, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i960.h (BOOL_TYPE_SIZE): Define.
From-SVN: r24110
parent
e868a840
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/i960/i960.h
+5
-0
No files found.
gcc/ChangeLog
View file @
c78358d4
Sat
Dec
5
15
:
14
:
52
1998
Jason
Merrill
<
jason
@yorick
.
cygnus
.
com
>
*
i960
.
h
(
BOOL_TYPE_SIZE
)
:
Define
.
Sun
Dec
6
00
:
28
:
16
1998
Michael
Hayes
<
m
.
hayes
@elec
.
canterbury
.
ac
.
nz
>
*
config
/
c4x
/
c4x
.
c
(
valid_parallel_load_store
)
:
Flog
functionality
...
...
gcc/config/i960/i960.h
View file @
c78358d4
...
...
@@ -1114,6 +1114,11 @@ extern struct rtx_def *legitimize_address ();
#define SLOW_BYTE_ACCESS 1
/* Force sizeof(bool) == 1 to maintain binary compatibility; otherwise, the
change in SLOW_BYTE_ACCESS would have changed it to 4. */
#define BOOL_TYPE_SIZE CHAR_TYPE_SIZE
/* We assume that the store-condition-codes instructions store 0 for false
and some other value for true. This is the value stored for true. */
...
...
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