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
c976fa88
Commit
c976fa88
authored
Aug 28, 2001
by
Danny Smith
Committed by
DJ Delorie
Aug 28, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/i386/cygwin.h (BIGGEST_FIELD_ALIGNMENT): Set to 64.
From-SVN: r45234
parent
1aef44a7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/ChangeLog
+4
-0
gcc/config/i386/cygwin.h
+4
-0
No files found.
gcc/ChangeLog
View file @
c976fa88
2001
-
08
-
28
Danny
Smith
<
dannysmith
@users
.
sourceforge
.
net
>
*
config
/
i386
/
cygwin
.
h
(
BIGGEST_FIELD_ALIGNMENT
)
:
Set
to
64
.
2001
-
08
-
28
Stan
Shebs
<
shebs
@apple
.
com
>
*
config
/
darwin
.
h
(
ASM_OUTPUT_LABELREF
)
:
Handle
'*'
names
.
...
...
gcc/config/i386/cygwin.h
View file @
c976fa88
...
...
@@ -446,6 +446,10 @@ extern int i386_pe_dllimport_name_p PARAMS ((const char *));
#undef BIGGEST_ALIGNMENT
#define BIGGEST_ALIGNMENT 128
/* Native complier aligns internal doubles in structures on dword boundaries. */
#undef BIGGEST_FIELD_ALIGNMENT
#define BIGGEST_FIELD_ALIGNMENT 64
/* A bitfield declared as `int' forces `int' alignment for the struct. */
#undef PCC_BITFIELDS_TYPE_MATTERS
#define PCC_BITFIELDS_TYPE_MATTERS 1
...
...
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