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
e814ca97
Commit
e814ca97
authored
Apr 06, 1998
by
Richard Henderson
Committed by
Richard Henderson
Apr 06, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree.h (sizetype_tab): Fix previous change for K&R.
From-SVN: r19027
parent
f1d9e6d2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
gcc/ChangeLog
+4
-0
gcc/tree.h
+6
-6
No files found.
gcc/ChangeLog
View file @
e814ca97
Mon Apr 6 23:36:01 1998 Richard Henderson <rth@cygnus.com>
* tree.h (sizetype_tab): Fix previous change for K&R.
Mon Apr 6 22:23:29 PDT 1998 Jeff Law (law@cygnus.com)
* version.c: Bump for snapshot.
...
...
gcc/tree.h
View file @
e814ca97
...
...
@@ -1438,18 +1438,18 @@ extern void put_pending_sizes PROTO((tree));
struct
sizetype_tab
{
tree
xsizetype
,
xbitsizetype
;
tree
ssizetype
,
usizetype
;
tree
sbitsizetype
,
ubitsizetype
;
tree
xssizetype
,
x
usizetype
;
tree
xsbitsizetype
,
x
ubitsizetype
;
};
extern
struct
sizetype_tab
sizetype_tab
;
#define sizetype sizetype_tab.xsizetype
#define bitsizetype sizetype_tab.xbitsizetype
#define ssizetype sizetype_tab.ssizetype
#define usizetype sizetype_tab.usizetype
#define sbitsizetype sizetype_tab.sbitsizetype
#define ubitsizetype sizetype_tab.ubitsizetype
#define ssizetype sizetype_tab.
x
ssizetype
#define usizetype sizetype_tab.
x
usizetype
#define sbitsizetype sizetype_tab.
x
sbitsizetype
#define ubitsizetype sizetype_tab.
x
ubitsizetype
/* If nonzero, an upper limit on alignment of structure fields, in bits. */
extern
int
maximum_field_alignment
;
...
...
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