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
413c5c85
Commit
413c5c85
authored
Dec 14, 2000
by
Laurynas Biveinis
Committed by
Bruce Korb
Dec 14, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
skip stdio_va_list fix if __DJ_va_list found in a header
From-SVN: r38242
parent
e9e42530
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
gcc/ChangeLog
+6
-0
gcc/fixinc/fixincl.x
+1
-1
gcc/fixinc/inclhack.def
+1
-1
No files found.
gcc/ChangeLog
View file @
413c5c85
2000-12-13 Laurynas Biveinis <lauras@softhome.net>
* fixinc/inclhack.def: skip stdio_va_list fix if __DJ_va_list
found in a header.
* fixinc/fixincl.x: regenerated.
2000-12-13 DJ Delorie <dj@redhat.com>
* config.gcc (cygwin, win32, mingw32): Use float-i386.h.
...
...
gcc/fixinc/fixincl.x
View file @
413c5c85
...
...
@@ -3679,7 +3679,7 @@ tSCC zStdio_Va_ListList[] =
* content bypass pattern - skip fix if pattern found
*/
tSCC zStdio_Va_ListBypass0[] =
"__gnuc_va_list|_BSD_VA_LIST_";
"__gnuc_va_list|_BSD_VA_LIST_
|__DJ_va_list
";
#define STDIO_VA_LIST_TEST_CT 1
static tTestDesc aStdio_Va_ListTests[] = {
...
...
gcc/fixinc/inclhack.def
View file @
413c5c85
...
...
@@ -2011,7 +2011,7 @@ fix = {
fix = {
hackname = stdio_va_list;
files = stdio.h;
bypass = '__gnuc_va_list|_BSD_VA_LIST_';
bypass = '__gnuc_va_list|_BSD_VA_LIST_
|__DJ_va_list
';
/*
* Use __gnuc_va_list in arg types in place of va_list.
...
...
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