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
54fa7033
Commit
54fa7033
authored
Apr 04, 2017
by
Jonathan Wakely
Committed by
Jonathan Wakely
Apr 04, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ansidecl.h (ATTRIBUTE_PACKED): Fix typo in comment.
From-SVN: r246677
parent
b1fd967c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
include/ChangeLog
+4
-0
include/ansidecl.h
+1
-1
No files found.
include/ChangeLog
View file @
54fa7033
2017-04-04 Jonathan Wakely <jwakely@redhat.com>
* ansidecl.h (ATTRIBUTE_PACKED): Fix typo in comment.
2017-02-25 Jakub Jelinek <jakub@redhat.com>
PR debug/77589
...
...
include/ansidecl.h
View file @
54fa7033
...
...
@@ -252,7 +252,7 @@ So instead we use the macro below and test it against specific values. */
# endif
/* GNUC >= 3.0 */
#endif
/* ATTRIBUTE_ALIGNED_ALIGNOF */
/* Useful for structures whose layout must m
u
ch some binary specification
/* Useful for structures whose layout must m
at
ch some binary specification
regardless of the alignment and padding qualities of the compiler. */
#ifndef ATTRIBUTE_PACKED
# define ATTRIBUTE_PACKED __attribute__ ((packed))
...
...
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