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
eafcc3d3
Commit
eafcc3d3
authored
Oct 12, 1999
by
J"orn Rennecke
Committed by
Joern Rennecke
Oct 12, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sh.h (BOOL_TYPE_SIZE): Don't use INT_TYPE_SIZE / CHAR_TYPE_SIZE.
From-SVN: r29930
parent
4bdf5384
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+4
-0
gcc/config/sh/sh.h
+3
-1
No files found.
gcc/ChangeLog
View file @
eafcc3d3
Tue
Oct
12
23
:
28
:
28
1999
J
"orn Rennecke <amylaar@cygnus.co.uk>
* sh.h (BOOL_TYPE_SIZE): Don't use INT_TYPE_SIZE / CHAR_TYPE_SIZE.
Tue Oct 12 23:19:32 1999 J"
orn
Rennecke
<
amylaar
@cygnus
.
co
.
uk
>
*
sh
.
h
(
REGISTER_MOVE_COST
)
:
Change
PR_REG
to
PR_REGS
.
...
...
gcc/config/sh/sh.h
View file @
eafcc3d3
...
...
@@ -1565,7 +1565,9 @@ extern struct rtx_def *sh_builtin_saveregs ();
/* 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 (flag_new_abi ? INT_TYPE_SIZE : CHAR_TYPE_SIZE)
/* This used to use INT_TYPE_SIZE / CHAR_TYPE_SIZE, but these are
not guaranteed to be defined when BOOL_TYPE_SIZE is used. */
#define BOOL_TYPE_SIZE (flag_new_abi ? BITS_PER_WORD : BITS_PER_UNIT)
/* 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