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
afc41460
Commit
afc41460
authored
Feb 19, 2003
by
Bruce Korb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reordered fixes
From-SVN: r63085
parent
9f3a9a08
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
182 additions
and
182 deletions
+182
-182
gcc/fixinc/fixincl.x
+182
-182
No files found.
gcc/fixinc/fixincl.x
View file @
afc41460
...
@@ -1660,81 +1660,155 @@ static const char* apzHpux11_Cpp_Pow_InlinePatch[] = {
...
@@ -1660,81 +1660,155 @@ static const char* apzHpux11_Cpp_Pow_InlinePatch[] = {
/* * * * * * * * * * * * * * * * * * * * * * * * * *
/* * * * * * * * * * * * * * * * * * * * * * * * * *
*
*
* Description of Hpux1
1_Abs
fix
* Description of Hpux1
0_Ctype_Declarations1
fix
*/
*/
tSCC zHpux1
1_Abs
Name[] =
tSCC zHpux1
0_Ctype_Declarations1
Name[] =
"hpux1
1_abs
";
"hpux1
0_ctype_declarations1
";
/*
/*
* File name selection pattern
* File name selection pattern
*/
*/
tSCC zHpux1
1_Abs
List[] =
tSCC zHpux1
0_Ctype_Declarations1
List[] =
"|
stdlib
.h|";
"|
ctype
.h|";
/*
/*
* Machine/OS name selection pattern
* Machine/OS name selection pattern
*/
*/
tSCC* apzHpux11_AbsMachs[] = {
#define apzHpux10_Ctype_Declarations1Machs (const char**)NULL
"ia64-hp-hpux11*",
(const char*)NULL };
/*
/*
* content selection pattern - do fix if pattern found
* content selection pattern - do fix if pattern found
*/
*/
tSCC zHpux1
1_Abs
Select0[] =
tSCC zHpux1
0_Ctype_Declarations1
Select0[] =
"
ifndef _MATH_INCLUDED
";
"
^#[ \t]*define _toupper\\(__c\\)[ \t]*__toupper\\(__c\\)
";
#define HPUX11_ABS_TEST_CT 1
/*
static tTestDesc aHpux11_AbsTests[] = {
* content bypass pattern - skip fix if pattern found
{ TT_EGREP, zHpux11_AbsSelect0, (regex_t*)NULL }, };
*/
tSCC zHpux10_Ctype_Declarations1Bypass0[] =
"^[ \t]*extern[ \t]*int[ \t]*__tolower[ \t]*\\(";
#define HPUX10_CTYPE_DECLARATIONS1_TEST_CT 2
static tTestDesc aHpux10_Ctype_Declarations1Tests[] = {
{ TT_NEGREP, zHpux10_Ctype_Declarations1Bypass0, (regex_t*)NULL },
{ TT_EGREP, zHpux10_Ctype_Declarations1Select0, (regex_t*)NULL }, };
/*
/*
* Fix Command Arguments for Hpux1
1_Abs
* Fix Command Arguments for Hpux1
0_Ctype_Declarations1
*/
*/
static const char* apzHpux1
1_Abs
Patch[] = {
static const char* apzHpux1
0_Ctype_Declarations1
Patch[] = {
"format",
"format",
"if !defined(_MATH_INCLUDED) || defined(__GNUG__)",
"#ifdef _PROTOTYPES\n\
extern int __tolower(int);\n\
extern int __toupper(int);\n\
#else /* NOT _PROTOTYPES */\n\
extern int __tolower();\n\
extern int __toupper();\n\
#endif /* _PROTOTYPES */\n\n\
%0\n",
(char*)NULL };
(char*)NULL };
/* * * * * * * * * * * * * * * * * * * * * * * * * *
/* * * * * * * * * * * * * * * * * * * * * * * * * *
*
*
* Description of Hpux
_Long_Double
fix
* Description of Hpux
10_Ctype_Declarations2
fix
*/
*/
tSCC zHpux
_Long_Double
Name[] =
tSCC zHpux
10_Ctype_Declarations2
Name[] =
"hpux
_long_double
";
"hpux
10_ctype_declarations2
";
/*
/*
* File name selection pattern
* File name selection pattern
*/
*/
tSCC zHpux
_Long_Double
List[] =
tSCC zHpux
10_Ctype_Declarations2
List[] =
"|
stdlib
.h|";
"|
ctype
.h|";
/*
/*
* Machine/OS name selection pattern
* Machine/OS name selection pattern
*/
*/
#define apzHpux
_Long_Double
Machs (const char**)NULL
#define apzHpux
10_Ctype_Declarations2
Machs (const char**)NULL
/*
/*
* content selection pattern - do fix if pattern found
* content selection pattern - do fix if pattern found
*/
*/
tSCC zHpux
_Long_Double
Select0[] =
tSCC zHpux
10_Ctype_Declarations2
Select0[] =
"
extern[ \t]long_double[ \t]strtold
";
"
^# if defined\\(_SB_CTYPE_MACROS\\) && \\!defined\\(__lint\\)
";
/*
/*
* content bypass pattern - skip fix if pattern found
* content bypass pattern - skip fix if pattern found
*/
*/
tSCC zHpux
_Long_Double
Bypass0[] =
tSCC zHpux
10_Ctype_Declarations2
Bypass0[] =
"
long_double_t
";
"
^[ \t]*extern[ \t]*int[ \t]*_isalnum[ \t]*\\(
";
#define HPUX
_LONG_DOUBLE
_TEST_CT 2
#define HPUX
10_CTYPE_DECLARATIONS2
_TEST_CT 2
static tTestDesc aHpux
_Long_Double
Tests[] = {
static tTestDesc aHpux
10_Ctype_Declarations2
Tests[] = {
{ TT_NEGREP, zHpux
_Long_Double
Bypass0, (regex_t*)NULL },
{ TT_NEGREP, zHpux
10_Ctype_Declarations2
Bypass0, (regex_t*)NULL },
{ TT_EGREP, zHpux
_Long_Double
Select0, (regex_t*)NULL }, };
{ TT_EGREP, zHpux
10_Ctype_Declarations2
Select0, (regex_t*)NULL }, };
/*
/*
* Fix Command Arguments for Hpux
_Long_Double
* Fix Command Arguments for Hpux
10_Ctype_Declarations2
*/
*/
static const char* apzHpux_Long_DoublePatch[] = { "sed",
static const char* apzHpux10_Ctype_Declarations2Patch[] = {
"-e", "/^#[ \t]*ifndef _LONG_DOUBLE/,/\\/\\* _LONG_DOUBLE \\*\\//D",
"format",
"-e", "s/long_double/long double/g",
"%0\n\n\
#ifdef _PROTOTYPES\n\
extern int _isalnum(int);\n\
extern int _isalpha(int);\n\
extern int _iscntrl(int);\n\
extern int _isdigit(int);\n\
extern int _isgraph(int);\n\
extern int _islower(int);\n\
extern int _isprint(int);\n\
extern int _ispunct(int);\n\
extern int _isspace(int);\n\
extern int _isupper(int);\n\
extern int _isxdigit(int);\n\
# else /* not _PROTOTYPES */\n\
extern int _isalnum();\n\
extern int _isalpha();\n\
extern int _iscntrl();\n\
extern int _isdigit();\n\
extern int _isgraph();\n\
extern int _islower();\n\
extern int _isprint();\n\
extern int _ispunct();\n\
extern int _isspace();\n\
extern int _isupper();\n\
extern int _isxdigit();\n\
#endif /* _PROTOTYPES */\n",
(char*)NULL };
/* * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Description of Hpux11_Abs fix
*/
tSCC zHpux11_AbsName[] =
"hpux11_abs";
/*
* File name selection pattern
*/
tSCC zHpux11_AbsList[] =
"|stdlib.h|";
/*
* Machine/OS name selection pattern
*/
tSCC* apzHpux11_AbsMachs[] = {
"ia64-hp-hpux11*",
(const char*)NULL };
/*
* content selection pattern - do fix if pattern found
*/
tSCC zHpux11_AbsSelect0[] =
"ifndef _MATH_INCLUDED";
#define HPUX11_ABS_TEST_CT 1
static tTestDesc aHpux11_AbsTests[] = {
{ TT_EGREP, zHpux11_AbsSelect0, (regex_t*)NULL }, };
/*
* Fix Command Arguments for Hpux11_Abs
*/
static const char* apzHpux11_AbsPatch[] = {
"format",
"if !defined(_MATH_INCLUDED) || defined(__GNUG__)",
(char*)NULL };
(char*)NULL };
/* * * * * * * * * * * * * * * * * * * * * * * * * *
/* * * * * * * * * * * * * * * * * * * * * * * * * *
...
@@ -1854,118 +1928,74 @@ static const char* apzHpux11_Uint32_CPatch[] = {
...
@@ -1854,118 +1928,74 @@ static const char* apzHpux11_Uint32_CPatch[] = {
/* * * * * * * * * * * * * * * * * * * * * * * * * *
/* * * * * * * * * * * * * * * * * * * * * * * * * *
*
*
* Description of Hpux1
0_Ctype_Declarations1
fix
* Description of Hpux1
1_Vsnprintf
fix
*/
*/
tSCC zHpux1
0_Ctype_Declarations1
Name[] =
tSCC zHpux1
1_Vsnprintf
Name[] =
"hpux1
0_ctype_declarations1
";
"hpux1
1_vsnprintf
";
/*
/*
* File name selection pattern
* File name selection pattern
*/
*/
tSCC zHpux1
0_Ctype_Declarations1
List[] =
tSCC zHpux1
1_Vsnprintf
List[] =
"|
ctype
.h|";
"|
stdio
.h|";
/*
/*
* Machine/OS name selection pattern
* Machine/OS name selection pattern
*/
*/
#define apzHpux1
0_Ctype_Declarations1
Machs (const char**)NULL
#define apzHpux1
1_Vsnprintf
Machs (const char**)NULL
/*
/*
* content selection pattern - do fix if pattern found
* content selection pattern - do fix if pattern found
*/
*/
tSCC zHpux10_Ctype_Declarations1Select0[] =
tSCC zHpux11_VsnprintfSelect0[] =
"^#[ \t]*define _toupper\\(__c\\)[ \t]*__toupper\\(__c\\)";
"(extern int vsnprintf\\(char \\*, _[hpux]*_size_t, const char \\*,) __va__list\\);";
/*
* content bypass pattern - skip fix if pattern found
*/
tSCC zHpux10_Ctype_Declarations1Bypass0[] =
"^[ \t]*extern[ \t]*int[ \t]*__tolower[ \t]*\\(";
#define HPUX10_CTYPE_DECLARATIONS1_TEST_CT 2
#define HPUX11_VSNPRINTF_TEST_CT 1
static tTestDesc aHpux10_Ctype_Declarations1Tests[] = {
static tTestDesc aHpux11_VsnprintfTests[] = {
{ TT_NEGREP, zHpux10_Ctype_Declarations1Bypass0, (regex_t*)NULL },
{ TT_EGREP, zHpux11_VsnprintfSelect0, (regex_t*)NULL }, };
{ TT_EGREP, zHpux10_Ctype_Declarations1Select0, (regex_t*)NULL }, };
/*
/*
* Fix Command Arguments for Hpux1
0_Ctype_Declarations1
* Fix Command Arguments for Hpux1
1_Vsnprintf
*/
*/
static const char* apzHpux1
0_Ctype_Declarations1
Patch[] = {
static const char* apzHpux1
1_Vsnprintf
Patch[] = {
"format",
"format",
"#ifdef _PROTOTYPES\n\
"%1 __va_list);",
extern int __tolower(int);\n\
extern int __toupper(int);\n\
#else /* NOT _PROTOTYPES */\n\
extern int __tolower();\n\
extern int __toupper();\n\
#endif /* _PROTOTYPES */\n\n\
%0\n",
(char*)NULL };
(char*)NULL };
/* * * * * * * * * * * * * * * * * * * * * * * * * *
/* * * * * * * * * * * * * * * * * * * * * * * * * *
*
*
* Description of Hpux
10_Ctype_Declarations2
fix
* Description of Hpux
8_Bogus_Inlines
fix
*/
*/
tSCC zHpux
10_Ctype_Declarations2
Name[] =
tSCC zHpux
8_Bogus_Inlines
Name[] =
"hpux
10_ctype_declarations2
";
"hpux
8_bogus_inlines
";
/*
/*
* File name selection pattern
* File name selection pattern
*/
*/
tSCC zHpux
10_Ctype_Declarations2
List[] =
tSCC zHpux
8_Bogus_Inlines
List[] =
"|
ctype
.h|";
"|
math
.h|";
/*
/*
* Machine/OS name selection pattern
* Machine/OS name selection pattern
*/
*/
#define apzHpux
10_Ctype_Declarations2
Machs (const char**)NULL
#define apzHpux
8_Bogus_Inlines
Machs (const char**)NULL
/*
/*
* content selection pattern - do fix if pattern found
* content selection pattern - do fix if pattern found
*/
*/
tSCC zHpux10_Ctype_Declarations2Select0[] =
tSCC zHpux8_Bogus_InlinesSelect0[] =
"^# if defined\\(_SB_CTYPE_MACROS\\) && \\!defined\\(__lint\\)";
"inline";
/*
* content bypass pattern - skip fix if pattern found
*/
tSCC zHpux10_Ctype_Declarations2Bypass0[] =
"^[ \t]*extern[ \t]*int[ \t]*_isalnum[ \t]*\\(";
#define HPUX10_CTYPE_DECLARATIONS2_TEST_CT 2
#define HPUX8_BOGUS_INLINES_TEST_CT 1
static tTestDesc aHpux10_Ctype_Declarations2Tests[] = {
static tTestDesc aHpux8_Bogus_InlinesTests[] = {
{ TT_NEGREP, zHpux10_Ctype_Declarations2Bypass0, (regex_t*)NULL },
{ TT_EGREP, zHpux8_Bogus_InlinesSelect0, (regex_t*)NULL }, };
{ TT_EGREP, zHpux10_Ctype_Declarations2Select0, (regex_t*)NULL }, };
/*
/*
* Fix Command Arguments for Hpux
10_Ctype_Declarations2
* Fix Command Arguments for Hpux
8_Bogus_Inlines
*/
*/
static const char* apzHpux10_Ctype_Declarations2Patch[] = {
static const char* apzHpux8_Bogus_InlinesPatch[] = { "sed",
"format",
"-e", "s@inline int abs(int [a-z][a-z]*) {.*}@extern \"C\" int abs(int);@",
"%0\n\n\
"-e", "s@inline double abs(double [a-z][a-z]*) {.*}@@",
#ifdef _PROTOTYPES\n\
"-e", "s@inline int sqr(int [a-z][a-z]*) {.*}@@",
extern int _isalnum(int);\n\
"-e", "s@inline double sqr(double [a-z][a-z]*) {.*}@@",
extern int _isalpha(int);\n\
extern int _iscntrl(int);\n\
extern int _isdigit(int);\n\
extern int _isgraph(int);\n\
extern int _islower(int);\n\
extern int _isprint(int);\n\
extern int _ispunct(int);\n\
extern int _isspace(int);\n\
extern int _isupper(int);\n\
extern int _isxdigit(int);\n\
# else /* not _PROTOTYPES */\n\
extern int _isalnum();\n\
extern int _isalpha();\n\
extern int _iscntrl();\n\
extern int _isdigit();\n\
extern int _isgraph();\n\
extern int _islower();\n\
extern int _isprint();\n\
extern int _ispunct();\n\
extern int _isspace();\n\
extern int _isupper();\n\
extern int _isxdigit();\n\
#endif /* _PROTOTYPES */\n",
(char*)NULL };
(char*)NULL };
/* * * * * * * * * * * * * * * * * * * * * * * * * *
/* * * * * * * * * * * * * * * * * * * * * * * * * *
...
@@ -2005,74 +2035,44 @@ static const char* apzHpux_Ctype_MacrosPatch[] = {
...
@@ -2005,74 +2035,44 @@ static const char* apzHpux_Ctype_MacrosPatch[] = {
/* * * * * * * * * * * * * * * * * * * * * * * * * *
/* * * * * * * * * * * * * * * * * * * * * * * * * *
*
*
* Description of Hpux
11_Vsnprintf
fix
* Description of Hpux
_Long_Double
fix
*/
*/
tSCC zHpux
11_Vsnprintf
Name[] =
tSCC zHpux
_Long_Double
Name[] =
"hpux
11_vsnprintf
";
"hpux
_long_double
";
/*
/*
* File name selection pattern
* File name selection pattern
*/
*/
tSCC zHpux
11_Vsnprintf
List[] =
tSCC zHpux
_Long_Double
List[] =
"|std
io
.h|";
"|std
lib
.h|";
/*
/*
* Machine/OS name selection pattern
* Machine/OS name selection pattern
*/
*/
#define apzHpux
11_Vsnprintf
Machs (const char**)NULL
#define apzHpux
_Long_Double
Machs (const char**)NULL
/*
/*
* content selection pattern - do fix if pattern found
* content selection pattern - do fix if pattern found
*/
*/
tSCC zHpux11_VsnprintfSelect0[] =
tSCC zHpux_Long_DoubleSelect0[] =
"(extern int vsnprintf\\(char \\*, _[hpux]*_size_t, const char \\*,) __va__list\\);";
"extern[ \t]long_double[ \t]strtold";
#define HPUX11_VSNPRINTF_TEST_CT 1
static tTestDesc aHpux11_VsnprintfTests[] = {
{ TT_EGREP, zHpux11_VsnprintfSelect0, (regex_t*)NULL }, };
/*
* Fix Command Arguments for Hpux11_Vsnprintf
*/
static const char* apzHpux11_VsnprintfPatch[] = {
"format",
"%1 __va_list);",
(char*)NULL };
/* * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Description of Hpux8_Bogus_Inlines fix
*/
tSCC zHpux8_Bogus_InlinesName[] =
"hpux8_bogus_inlines";
/*
* File name selection pattern
*/
tSCC zHpux8_Bogus_InlinesList[] =
"|math.h|";
/*
* Machine/OS name selection pattern
*/
#define apzHpux8_Bogus_InlinesMachs (const char**)NULL
/*
/*
* content
selection pattern - do
fix if pattern found
* content
bypass pattern - skip
fix if pattern found
*/
*/
tSCC zHpux
8_Bogus_InlinesSelect
0[] =
tSCC zHpux
_Long_DoubleBypass
0[] =
"
inline
";
"
long_double_t
";
#define HPUX8_BOGUS_INLINES_TEST_CT 1
#define HPUX_LONG_DOUBLE_TEST_CT 2
static tTestDesc aHpux8_Bogus_InlinesTests[] = {
static tTestDesc aHpux_Long_DoubleTests[] = {
{ TT_EGREP, zHpux8_Bogus_InlinesSelect0, (regex_t*)NULL }, };
{ TT_NEGREP, zHpux_Long_DoubleBypass0, (regex_t*)NULL },
{ TT_EGREP, zHpux_Long_DoubleSelect0, (regex_t*)NULL }, };
/*
/*
* Fix Command Arguments for Hpux
8_Bogus_Inlines
* Fix Command Arguments for Hpux
_Long_Double
*/
*/
static const char* apzHpux8_Bogus_InlinesPatch[] = { "sed",
static const char* apzHpux_Long_DoublePatch[] = { "sed",
"-e", "s@inline int abs(int [a-z][a-z]*) {.*}@extern \"C\" int abs(int);@",
"-e", "/^#[ \t]*ifndef _LONG_DOUBLE/,/\\/\\* _LONG_DOUBLE \\*\\//D",
"-e", "s@inline double abs(double [a-z][a-z]*) {.*}@@",
"-e", "s/long_double/long double/g",
"-e", "s@inline int sqr(int [a-z][a-z]*) {.*}@@",
"-e", "s@inline double sqr(double [a-z][a-z]*) {.*}@@",
(char*)NULL };
(char*)NULL };
/* * * * * * * * * * * * * * * * * * * * * * * * * *
/* * * * * * * * * * * * * * * * * * * * * * * * * *
...
@@ -5692,16 +5692,16 @@ typedef enum {
...
@@ -5692,16 +5692,16 @@ typedef enum {
HP_SYSFILE_FIXIDX,
HP_SYSFILE_FIXIDX,
HPUX10_CPP_POW_INLINE_FIXIDX,
HPUX10_CPP_POW_INLINE_FIXIDX,
HPUX11_CPP_POW_INLINE_FIXIDX,
HPUX11_CPP_POW_INLINE_FIXIDX,
HPUX10_CTYPE_DECLARATIONS1_FIXIDX,
HPUX10_CTYPE_DECLARATIONS2_FIXIDX,
HPUX11_ABS_FIXIDX,
HPUX11_ABS_FIXIDX,
HPUX_LONG_DOUBLE_FIXIDX,
HPUX11_FABSF_FIXIDX,
HPUX11_FABSF_FIXIDX,
HPUX11_SIZE_T_FIXIDX,
HPUX11_SIZE_T_FIXIDX,
HPUX11_UINT32_C_FIXIDX,
HPUX11_UINT32_C_FIXIDX,
HPUX10_CTYPE_DECLARATIONS1_FIXIDX,
HPUX10_CTYPE_DECLARATIONS2_FIXIDX,
HPUX_CTYPE_MACROS_FIXIDX,
HPUX11_VSNPRINTF_FIXIDX,
HPUX11_VSNPRINTF_FIXIDX,
HPUX8_BOGUS_INLINES_FIXIDX,
HPUX8_BOGUS_INLINES_FIXIDX,
HPUX_CTYPE_MACROS_FIXIDX,
HPUX_LONG_DOUBLE_FIXIDX,
HPUX_MAXINT_FIXIDX,
HPUX_MAXINT_FIXIDX,
HPUX_SYSTIME_FIXIDX,
HPUX_SYSTIME_FIXIDX,
INT_ABORT_FREE_AND_EXIT_FIXIDX,
INT_ABORT_FREE_AND_EXIT_FIXIDX,
...
@@ -5994,16 +5994,21 @@ tFixDesc fixDescList[ FIX_COUNT ] = {
...
@@ -5994,16 +5994,21 @@ tFixDesc fixDescList[ FIX_COUNT ] = {
HPUX11_CPP_POW_INLINE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
HPUX11_CPP_POW_INLINE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
aHpux11_Cpp_Pow_InlineTests, apzHpux11_Cpp_Pow_InlinePatch, 0 },
aHpux11_Cpp_Pow_InlineTests, apzHpux11_Cpp_Pow_InlinePatch, 0 },
{ zHpux10_Ctype_Declarations1Name, zHpux10_Ctype_Declarations1List,
apzHpux10_Ctype_Declarations1Machs,
HPUX10_CTYPE_DECLARATIONS1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
aHpux10_Ctype_Declarations1Tests, apzHpux10_Ctype_Declarations1Patch, 0 },
{ zHpux10_Ctype_Declarations2Name, zHpux10_Ctype_Declarations2List,
apzHpux10_Ctype_Declarations2Machs,
HPUX10_CTYPE_DECLARATIONS2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
aHpux10_Ctype_Declarations2Tests, apzHpux10_Ctype_Declarations2Patch, 0 },
{ zHpux11_AbsName, zHpux11_AbsList,
{ zHpux11_AbsName, zHpux11_AbsList,
apzHpux11_AbsMachs,
apzHpux11_AbsMachs,
HPUX11_ABS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
HPUX11_ABS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
aHpux11_AbsTests, apzHpux11_AbsPatch, 0 },
aHpux11_AbsTests, apzHpux11_AbsPatch, 0 },
{ zHpux_Long_DoubleName, zHpux_Long_DoubleList,
apzHpux_Long_DoubleMachs,
HPUX_LONG_DOUBLE_TEST_CT, FD_MACH_ONLY,
aHpux_Long_DoubleTests, apzHpux_Long_DoublePatch, 0 },
{ zHpux11_FabsfName, zHpux11_FabsfList,
{ zHpux11_FabsfName, zHpux11_FabsfList,
apzHpux11_FabsfMachs,
apzHpux11_FabsfMachs,
HPUX11_FABSF_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
HPUX11_FABSF_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
...
@@ -6019,21 +6024,6 @@ tFixDesc fixDescList[ FIX_COUNT ] = {
...
@@ -6019,21 +6024,6 @@ tFixDesc fixDescList[ FIX_COUNT ] = {
HPUX11_UINT32_C_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
HPUX11_UINT32_C_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
aHpux11_Uint32_CTests, apzHpux11_Uint32_CPatch, 0 },
aHpux11_Uint32_CTests, apzHpux11_Uint32_CPatch, 0 },
{ zHpux10_Ctype_Declarations1Name, zHpux10_Ctype_Declarations1List,
apzHpux10_Ctype_Declarations1Machs,
HPUX10_CTYPE_DECLARATIONS1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
aHpux10_Ctype_Declarations1Tests, apzHpux10_Ctype_Declarations1Patch, 0 },
{ zHpux10_Ctype_Declarations2Name, zHpux10_Ctype_Declarations2List,
apzHpux10_Ctype_Declarations2Machs,
HPUX10_CTYPE_DECLARATIONS2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
aHpux10_Ctype_Declarations2Tests, apzHpux10_Ctype_Declarations2Patch, 0 },
{ zHpux_Ctype_MacrosName, zHpux_Ctype_MacrosList,
apzHpux_Ctype_MacrosMachs,
HPUX_CTYPE_MACROS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
aHpux_Ctype_MacrosTests, apzHpux_Ctype_MacrosPatch, 0 },
{ zHpux11_VsnprintfName, zHpux11_VsnprintfList,
{ zHpux11_VsnprintfName, zHpux11_VsnprintfList,
apzHpux11_VsnprintfMachs,
apzHpux11_VsnprintfMachs,
HPUX11_VSNPRINTF_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
HPUX11_VSNPRINTF_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
...
@@ -6044,6 +6034,16 @@ tFixDesc fixDescList[ FIX_COUNT ] = {
...
@@ -6044,6 +6034,16 @@ tFixDesc fixDescList[ FIX_COUNT ] = {
HPUX8_BOGUS_INLINES_TEST_CT, FD_MACH_ONLY,
HPUX8_BOGUS_INLINES_TEST_CT, FD_MACH_ONLY,
aHpux8_Bogus_InlinesTests, apzHpux8_Bogus_InlinesPatch, 0 },
aHpux8_Bogus_InlinesTests, apzHpux8_Bogus_InlinesPatch, 0 },
{ zHpux_Ctype_MacrosName, zHpux_Ctype_MacrosList,
apzHpux_Ctype_MacrosMachs,
HPUX_CTYPE_MACROS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
aHpux_Ctype_MacrosTests, apzHpux_Ctype_MacrosPatch, 0 },
{ zHpux_Long_DoubleName, zHpux_Long_DoubleList,
apzHpux_Long_DoubleMachs,
HPUX_LONG_DOUBLE_TEST_CT, FD_MACH_ONLY,
aHpux_Long_DoubleTests, apzHpux_Long_DoublePatch, 0 },
{ zHpux_MaxintName, zHpux_MaxintList,
{ zHpux_MaxintName, zHpux_MaxintList,
apzHpux_MaxintMachs,
apzHpux_MaxintMachs,
HPUX_MAXINT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
HPUX_MAXINT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
...
...
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