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
ba21a8a8
Commit
ba21a8a8
authored
Feb 15, 2001
by
Alexandre Oliva
Committed by
Alexandre Oliva
Feb 15, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/sh/sh.h (BOOL_TYPE_SIZE): Don't define.
From-SVN: r39721
parent
c2200099
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
gcc/ChangeLog
+4
-0
gcc/config/sh/sh.h
+0
-7
No files found.
gcc/ChangeLog
View file @
ba21a8a8
Thu Feb 15 15:16:38 2001 Alexandre Oliva <aoliva@redhat.com>
* config/sh/sh.h (BOOL_TYPE_SIZE): Don't define.
Thu Feb 15 10:52:31 CET 2001 Jan Hubicka <jh@suse.cz>
Thu Feb 15 10:52:31 CET 2001 Jan Hubicka <jh@suse.cz>
* i386.md (extendsfdf2_2): Fix constraints.
* i386.md (extendsfdf2_2): Fix constraints.
...
...
gcc/config/sh/sh.h
View file @
ba21a8a8
...
@@ -1670,13 +1670,6 @@ extern int current_function_anonymous_args;
...
@@ -1670,13 +1670,6 @@ extern int current_function_anonymous_args;
/* Nonzero if access to memory by bytes is no faster than for words. */
/* Nonzero if access to memory by bytes is no faster than for words. */
#define SLOW_BYTE_ACCESS 1
#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. */
/* 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
/* 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. */
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