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
2260b683
Commit
2260b683
authored
Feb 20, 2000
by
Bruce Korb
Committed by
Bruce Korb
Feb 20, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
va_list typedef needs to be disabled
From-SVN: r32080
parent
f76ca83c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/ChangeLog
+7
-0
gcc/fixinc/inclhack.def
+2
-0
No files found.
gcc/ChangeLog
View file @
2260b683
2000
-
02
-
20
Bruce
Korb
<
bkorb
@gnu
.
org
>
*
fixinc
/
inclhack
.
def
(
stdio_va_list
)
:
typedef
needs
to
be
disabled
.
*
fixinc
/
inclhack
.
sh
:
regen
*
fixinc
/
fixincl
.
x
:
regen
2000
-
02
-
20
Geoff
Keating
<
geoffk
@cygnus
.
com
>
*
print
-
rtl
.
c
(
print_rtx
)
:
Don
'
t
print
addresses
when
...
...
gcc/fixinc/inclhack.def
View file @
2260b683
...
...
@@ -1650,6 +1650,8 @@ fix = {
"s@ va_list@ __not_va_list__@\n"
"s@\\*va_list@*__not_va_list__@\n"
"s@ __va_list)@ __gnuc_va_list)@\n"
"s@typedef[ \t]\\(.*\\)[ \t]va_list[ \t]*;"
"@typedef \\1 __not_va_list__;@\n"
"s@GNUC_VA_LIST@GNUC_Va_LIST@\n"
"s@_NEED___VA_LIST@_NEED___Va_LIST@\n"
"s@VA_LIST@DUMMY_VA_LIST@\n"
...
...
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