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
2d2af516
Commit
2d2af516
authored
May 25, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(PRECOMPUTE_SELECTORS, struct soffset): Use #ifdef __sparc__, not
sparc. From-SVN: r9821
parent
113166a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/objc/sarray.h
+3
-3
No files found.
gcc/objc/sarray.h
View file @
2d2af516
/* Sparse Arrays for Objective C dispatch tables
Copyright (C) 1993 Free Software Foundation, Inc.
Copyright (C) 1993
, 1995
Free Software Foundation, Inc.
Author: Kresten Krab Thorup
...
...
@@ -51,7 +51,7 @@ extern int idxsize;
/* An unsigned integer of same size as a pointer */
#define SIZET_BITS (sizeof(size_t)*8)
#if defined(
sparc
) || defined(OBJC_SPARSE2)
#if defined(
__sparc__
) || defined(OBJC_SPARSE2)
#define PRECOMPUTE_SELECTORS
#endif
...
...
@@ -89,7 +89,7 @@ struct soffset {
unsigned
int
boffset
:
SIZET_BITS
/
4
;
unsigned
int
ioffset
:
SIZET_BITS
/
4
;
#else
/* OBJC_SPARSE2 */
#ifdef
sparc
#ifdef
__sparc__
unsigned
int
boffset
:
(
SIZET_BITS
-
2
)
-
BUCKET_BITS
;
unsigned
int
eoffset
:
BUCKET_BITS
;
unsigned
int
unused
:
2
;
...
...
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