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
925b1f33
Commit
925b1f33
authored
Mar 01, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Mar 01, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ginclude/va-ppc.h (va_arg): Fix typo in long long support.
From-SVN: r18346
parent
72dd050a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/ginclude/va-ppc.h
+1
-1
No files found.
gcc/ChangeLog
View file @
925b1f33
...
...
@@ -8,6 +8,8 @@ Sun Feb 22 16:23:46 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.d
Sun Mar 1 18:06:21 1998 Jeffrey A Law (law@cygnus.com)
* ginclude/va-ppc.h (va_arg): Fix typo in long long support.
* i386.c (reg_mentioned_in_mem): Fix dangling else statement.
* fold-const.c (fold_range_test): Always return a value.
...
...
gcc/ginclude/va-ppc.h
View file @
925b1f33
...
...
@@ -134,7 +134,7 @@ __extension__ (*({ \
else if (!__va_float_p (TYPE) && !__va_aggregate_p (TYPE) \
&& (AP)->gpr + __va_size(TYPE) <= 8 \
&& (!__va_longlong_p(TYPE) \
|| (AP)->gpr + __va_size(TYPE) <=
7
)) \
|| (AP)->gpr + __va_size(TYPE) <=
8
)) \
{ \
if (__va_longlong_p(TYPE) && ((AP)->gpr & 1) != 0) \
(AP)->gpr++; \
...
...
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