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
976c217a
Commit
976c217a
authored
Oct 29, 2004
by
Mike Stump
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Back out controversial fix.
From-SVN: r89851
parent
a53f986f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
17 deletions
+5
-17
fixincludes/ChangeLog
+0
-6
fixincludes/fixincl.x
+5
-8
fixincludes/inclhack.def
+0
-3
No files found.
fixincludes/ChangeLog
View file @
976c217a
2004-10-28 Mike Stump <mrs@apple.com>
* inclhack.def (stdio_va_list): Don't fix if stdarg.h is
included or ifdef va_start.
* fixincl.x: Regenerate.
2004-10-28 Mike Stump <mrs@apple.com>
* inclhack.def (void_null): Avoid changing NULL on C++ friendly
systems.
* fixincl.x: Regenerate.
...
...
fixincludes/fixincl.x
View file @
976c217a
...
...
@@ -2,11 +2,11 @@
*
* DO NOT EDIT THIS FILE (fixincl.x)
*
* It has been AutoGen-ed
Thursday October 28, 2004 at 07:37:27
PM PDT
* It has been AutoGen-ed
Friday October 29, 2004 at 02:14:23
PM PDT
* From the definitions inclhack.def
* and the template file fixincl
*/
/* DO NOT CVS-MERGE THIS FILE, EITHER
Thu Oct 28 19:37:27
PDT 2004
/* DO NOT CVS-MERGE THIS FILE, EITHER
Fri Oct 29 14:14:23
PDT 2004
*
* You must regenerate it. Use the ./genfixes script.
*
...
...
@@ -4927,13 +4927,10 @@ tSCC zStdio_Va_ListList[] =
*/
tSCC zStdio_Va_ListBypass0[] =
"__gnuc_va_list|_BSD_VA_LIST_|__DJ_va_list|_G_va_list";
tSCC zStdio_Va_ListBypass1[] =
"include <stdarg\\.h>|#ifdef va_start";
#define STDIO_VA_LIST_TEST_CT
2
#define STDIO_VA_LIST_TEST_CT
1
static tTestDesc aStdio_Va_ListTests[] = {
{ TT_NEGREP, zStdio_Va_ListBypass0, (regex_t*)NULL },
{ TT_NEGREP, zStdio_Va_ListBypass1, (regex_t*)NULL }, };
{ TT_NEGREP, zStdio_Va_ListBypass0, (regex_t*)NULL }, };
/*
* Fix Command Arguments for Stdio_Va_List
...
...
@@ -7149,7 +7146,7 @@ static const char* apzX11_SprintfPatch[] = {
*
* List of all fixes
*/
#define REGEX_COUNT 20
5
#define REGEX_COUNT 20
4
#define MACH_LIST_SIZE_LIMIT 261
#define FIX_COUNT 180
...
...
fixincludes/inclhack.def
View file @
976c217a
...
...
@@ -2715,9 +2715,6 @@ fix = {
files = wchar.h;
files = curses_colr/curses.h;
bypass = '__gnuc_va_list|_BSD_VA_LIST_|__DJ_va_list|_G_va_list';
/* Don't fix, if we use va_list from stdarg.h, or if the use is
otherwise protected. */
bypass = 'include <stdarg\.h>|#ifdef va_start';
/*
* 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