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
4283012f
Commit
4283012f
authored
Jan 06, 1999
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Copyright fixes.
From-SVN: r24535
parent
2650c4e3
Hide whitespace changes
Inline
Side-by-side
Showing
38 changed files
with
289 additions
and
267 deletions
+289
-267
gcc/bitmap.h
+1
-1
gcc/c-convert.c
+1
-1
gcc/c-iterate.c
+1
-1
gcc/c-lex.h
+1
-1
gcc/c-parse.c
+3
-3
gcc/c-parse.y
+1
-1
gcc/c-tree.h
+1
-1
gcc/calls.c
+1
-1
gcc/collect2.h
+20
-0
gcc/configure
+145
-228
gcc/configure.in
+1
-1
gcc/cpp.texi
+1
-1
gcc/cpphash.c
+1
-1
gcc/cpphash.h
+17
-0
gcc/cppmain.c
+1
-1
gcc/defaults.h
+1
-1
gcc/doprint.c
+16
-1
gcc/dwarfout.c
+1
-1
gcc/eh-common.h
+19
-2
gcc/except.h
+1
-1
gcc/fixinc.irix
+1
-1
gcc/fixinc.sco
+1
-1
gcc/fixinc.svr4
+1
-1
gcc/fixproto
+1
-1
gcc/frame.h
+22
-2
gcc/gcov-io.h
+1
-1
gcc/gencodes.c
+1
-1
gcc/gengenrtl.c
+1
-1
gcc/global.c
+1
-1
gcc/gmon.c
+1
-1
gcc/halfpic.c
+1
-1
gcc/halfpic.h
+1
-1
gcc/hash.c
+1
-1
gcc/hash.h
+1
-1
gcc/input.h
+1
-1
gcc/longlong.h
+1
-1
gcc/machmode.h
+1
-1
gcc/mbchar.h
+17
-1
No files found.
gcc/bitmap.h
View file @
4283012f
/* Functions to support general ended bitmaps.
/* Functions to support general ended bitmaps.
Copyright (C) 1997 Free Software Foundation, Inc.
Copyright (C) 1997
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/c-convert.c
View file @
4283012f
/* Language-level data type conversion for GNU C.
/* Language-level data type conversion for GNU C.
Copyright (C) 1987, 1988, 1991 Free Software Foundation, Inc.
Copyright (C) 1987, 1988, 1991
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/c-iterate.c
View file @
4283012f
/* Build expressions with type checking for C compiler.
/* Build expressions with type checking for C compiler.
Copyright (C) 1987, 88, 89, 92, 93, 96, 1997 Free Software Foundation, Inc.
Copyright (C) 1987, 88, 89, 92, 93, 96, 1997
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/c-lex.h
View file @
4283012f
/* Define constants for communication with c-parse.y.
/* Define constants for communication with c-parse.y.
Copyright (C) 1987, 1992 Free Software Foundation, Inc.
Copyright (C) 1987, 1992
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/c-parse.c
View file @
4283012f
...
@@ -1197,7 +1197,7 @@ static const short yycheck[] = { 38,
...
@@ -1197,7 +1197,7 @@ static const short yycheck[] = { 38,
43
,
44
,
45
,
46
,
47
,
48
,
49
,
50
,
51
,
52
43
,
44
,
45
,
46
,
47
,
48
,
49
,
50
,
51
,
52
};
};
/* -*-C-*- Note some compilers choke on comments on `#line' lines. */
/* -*-C-*- Note some compilers choke on comments on `#line' lines. */
#line 3 "/usr/
local/gnu
/share/bison.simple"
#line 3 "/usr/
cygnus/gnupro-98r2
/share/bison.simple"
/* Skeleton output parser for bison,
/* Skeleton output parser for bison,
Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc.
Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc.
...
@@ -1390,7 +1390,7 @@ __yy_memcpy (char *to, char *from, int count)
...
@@ -1390,7 +1390,7 @@ __yy_memcpy (char *to, char *from, int count)
#endif
#endif
#endif
#endif
#line 196 "/usr/
local/gnu
/share/bison.simple"
#line 196 "/usr/
cygnus/gnupro-98r2
/share/bison.simple"
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
into yyparse. The argument should have type void *.
into yyparse. The argument should have type void *.
...
@@ -3723,7 +3723,7 @@ case 403:
...
@@ -3723,7 +3723,7 @@ case 403:
break
;}
break
;}
}
}
/* the action file gets copied in in place of this dollarsign */
/* the action file gets copied in in place of this dollarsign */
#line 498 "/usr/
local/gnu
/share/bison.simple"
#line 498 "/usr/
cygnus/gnupro-98r2
/share/bison.simple"
yyvsp
-=
yylen
;
yyvsp
-=
yylen
;
yyssp
-=
yylen
;
yyssp
-=
yylen
;
...
...
gcc/c-parse.y
View file @
4283012f
/*WARNING: This file is automatically generated!*/
/*WARNING: This file is automatically generated!*/
/* YACC parser for C syntax and for Objective C. -*-c-*-
/* YACC parser for C syntax and for Objective C. -*-c-*-
Copyright (C) 1987, 88, 89, 92-9
7, 1998
Free Software Foundation, Inc.
Copyright (C) 1987, 88, 89, 92-9
8, 1999
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/c-tree.h
View file @
4283012f
/* Definitions for C parsing and type checking.
/* Definitions for C parsing and type checking.
Copyright (C) 1987, 1993, 1994, 1995, 1997 Free Software Foundation, Inc.
Copyright (C) 1987, 1993, 1994, 1995, 1997
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/calls.c
View file @
4283012f
/* Convert function calls to rtl insns, for GNU C compiler.
/* Convert function calls to rtl insns, for GNU C compiler.
Copyright (C) 1989, 92-97, 1998 Free Software Foundation, Inc.
Copyright (C) 1989, 92-97, 1998
, 1999
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/collect2.h
View file @
4283012f
/* Header file for collect/tlink routines.
Copyright (C) 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
GNU CC is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef __COLLECT2_H__
#ifndef __COLLECT2_H__
#define __COLLECT2_H__
#define __COLLECT2_H__
...
...
gcc/configure
View file @
4283012f
#! /bin/sh
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.1
3
# Generated automatically using autoconf version 2.1
2.1
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
#
#
# This configure script is free software; the Free Software Foundation
# This configure script is free software; the Free Software Foundation
...
@@ -380,7 +380,7 @@ EOF
...
@@ -380,7 +380,7 @@ EOF
verbose
=
yes
;;
verbose
=
yes
;;
-version
|
--version
|
--versio
|
--versi
|
--vers
)
-version
|
--version
|
--versio
|
--versi
|
--vers
)
echo
"configure generated by autoconf version 2.1
3
"
echo
"configure generated by autoconf version 2.1
2.1
"
exit
0
;;
exit
0
;;
-with-
*
|
--with-
*
)
-with-
*
|
--with-
*
)
...
@@ -550,11 +550,9 @@ ac_ext=c
...
@@ -550,11 +550,9 @@ ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp
=
'$CPP $CPPFLAGS'
ac_cpp
=
'$CPP $CPPFLAGS'
ac_compile
=
'${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_compile
=
'${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link
=
'${CC-cc} -o conftest
${ac_exeext}
$CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
ac_link
=
'${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling
=
$ac_cv_prog_cc_cross
cross_compiling
=
$ac_cv_prog_cc_cross
ac_exeext
=
ac_objext
=
o
if
(
echo
"testing
\c
"
;
echo
1,2,3
)
|
grep
c
>
/dev/null
;
then
if
(
echo
"testing
\c
"
;
echo
1,2,3
)
|
grep
c
>
/dev/null
;
then
# Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
# Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
if
(
echo
-n
testing
;
echo
1,2,3
)
| sed s/-n/xn/ |
grep
xn
>
/dev/null
;
then
if
(
echo
-n
testing
;
echo
1,2,3
)
| sed s/-n/xn/ |
grep
xn
>
/dev/null
;
then
...
@@ -584,7 +582,7 @@ copy=cp
...
@@ -584,7 +582,7 @@ copy=cp
# - two terminals occur directly after each other
# - two terminals occur directly after each other
# - the path contains an element with a dot in it
# - the path contains an element with a dot in it
echo
$ac_n
"checking LIBRARY_PATH variable""...
$ac_c
"
1>&6
echo
$ac_n
"checking LIBRARY_PATH variable""...
$ac_c
"
1>&6
echo
"configure:58
8
: checking LIBRARY_PATH variable"
>
&5
echo
"configure:58
6
: checking LIBRARY_PATH variable"
>
&5
case
${
LIBRARY_PATH
}
in
case
${
LIBRARY_PATH
}
in
[
:
\;
]
*
|
*
[
:
\;
]
|
*
[
:
\;
][
:
\;
]
*
|
*
[
:
\;
]
.
|
.[:
\;
]
*
|
.
|
*
[
:
\;
]
.[:
\;
]
*
)
[
:
\;
]
*
|
*
[
:
\;
]
|
*
[
:
\;
][
:
\;
]
*
|
*
[
:
\;
]
.
|
.[:
\;
]
*
|
.
|
*
[
:
\;
]
.[:
\;
]
*
)
library_path_setting
=
"contains current directory"
library_path_setting
=
"contains current directory"
...
@@ -609,7 +607,7 @@ fi
...
@@ -609,7 +607,7 @@ fi
# - two terminals occur directly after each other
# - two terminals occur directly after each other
# - the path contains an element with a dot in it
# - the path contains an element with a dot in it
echo
$ac_n
"checking GCC_EXEC_PREFIX variable""...
$ac_c
"
1>&6
echo
$ac_n
"checking GCC_EXEC_PREFIX variable""...
$ac_c
"
1>&6
echo
"configure:61
3
: checking GCC_EXEC_PREFIX variable"
>
&5
echo
"configure:61
1
: checking GCC_EXEC_PREFIX variable"
>
&5
case
${
GCC_EXEC_PREFIX
}
in
case
${
GCC_EXEC_PREFIX
}
in
[
:
\;
]
*
|
*
[
:
\;
]
|
*
[
:
\;
][
:
\;
]
*
|
*
[
:
\;
]
.
|
.[:
\;
]
*
|
.
|
*
[
:
\;
]
.[:
\;
]
*
)
[
:
\;
]
*
|
*
[
:
\;
]
|
*
[
:
\;
][
:
\;
]
*
|
*
[
:
\;
]
.
|
.[:
\;
]
*
|
.
|
*
[
:
\;
]
.[:
\;
]
*
)
gcc_exec_prefix_setting
=
"contains current directory"
gcc_exec_prefix_setting
=
"contains current directory"
...
@@ -938,7 +936,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
...
@@ -938,7 +936,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
fi
fi
echo
$ac_n
"checking host system type""...
$ac_c
"
1>&6
echo
$ac_n
"checking host system type""...
$ac_c
"
1>&6
echo
"configure:94
2
: checking host system type"
>
&5
echo
"configure:94
0
: checking host system type"
>
&5
host_alias
=
$host
host_alias
=
$host
case
"
$host_alias
"
in
case
"
$host_alias
"
in
...
@@ -959,7 +957,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
...
@@ -959,7 +957,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo
"
$ac_t
""
$host
"
1>&6
echo
"
$ac_t
""
$host
"
1>&6
echo
$ac_n
"checking target system type""...
$ac_c
"
1>&6
echo
$ac_n
"checking target system type""...
$ac_c
"
1>&6
echo
"configure:96
3
: checking target system type"
>
&5
echo
"configure:96
1
: checking target system type"
>
&5
target_alias
=
$target
target_alias
=
$target
case
"
$target_alias
"
in
case
"
$target_alias
"
in
...
@@ -977,7 +975,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
...
@@ -977,7 +975,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo
"
$ac_t
""
$target
"
1>&6
echo
"
$ac_t
""
$target
"
1>&6
echo
$ac_n
"checking build system type""...
$ac_c
"
1>&6
echo
$ac_n
"checking build system type""...
$ac_c
"
1>&6
echo
"configure:9
81
: checking build system type"
>
&5
echo
"configure:9
79
: checking build system type"
>
&5
build_alias
=
$build
build_alias
=
$build
case
"
$build_alias
"
in
case
"
$build_alias
"
in
...
@@ -1004,16 +1002,15 @@ test "$host_alias" != "$target_alias" &&
...
@@ -1004,16 +1002,15 @@ test "$host_alias" != "$target_alias" &&
# Extract the first word of "gcc", so it can be a program name with args.
# Extract the first word of "gcc", so it can be a program name with args.
set
dummy gcc
;
ac_word
=
$2
set
dummy gcc
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:100
8
: checking for
$ac_word
"
>
&5
echo
"configure:100
6
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CC
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CC
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
if
test
-n
"
$CC
"
;
then
if
test
-n
"
$CC
"
;
then
ac_cv_prog_CC
=
"
$CC
"
# Let the user override the test.
ac_cv_prog_CC
=
"
$CC
"
# Let the user override the test.
else
else
IFS
=
"
${
IFS
=
}
"
;
ac_save_ifs
=
"
$IFS
"
;
IFS
=
":"
IFS
=
"
${
IFS
=
}
"
;
ac_save_ifs
=
"
$IFS
"
;
IFS
=
"
${
IFS
}
:"
ac_dummy
=
"
$PATH
"
for
ac_dir
in
$PATH
;
do
for
ac_dir
in
$ac_dummy
;
do
test
-z
"
$ac_dir
"
&&
ac_dir
=
.
test
-z
"
$ac_dir
"
&&
ac_dir
=
.
if
test
-f
$ac_dir
/
$ac_word
;
then
if
test
-f
$ac_dir
/
$ac_word
;
then
ac_cv_prog_CC
=
"gcc"
ac_cv_prog_CC
=
"gcc"
...
@@ -1034,17 +1031,16 @@ if test -z "$CC"; then
...
@@ -1034,17 +1031,16 @@ if test -z "$CC"; then
# Extract the first word of "cc", so it can be a program name with args.
# Extract the first word of "cc", so it can be a program name with args.
set
dummy cc
;
ac_word
=
$2
set
dummy cc
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:103
8
: checking for
$ac_word
"
>
&5
echo
"configure:103
5
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CC
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CC
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
if
test
-n
"
$CC
"
;
then
if
test
-n
"
$CC
"
;
then
ac_cv_prog_CC
=
"
$CC
"
# Let the user override the test.
ac_cv_prog_CC
=
"
$CC
"
# Let the user override the test.
else
else
IFS
=
"
${
IFS
=
}
"
;
ac_save_ifs
=
"
$IFS
"
;
IFS
=
":"
IFS
=
"
${
IFS
=
}
"
;
ac_save_ifs
=
"
$IFS
"
;
IFS
=
"
${
IFS
}
:"
ac_prog_rejected
=
no
ac_prog_rejected
=
no
ac_dummy
=
"
$PATH
"
for
ac_dir
in
$PATH
;
do
for
ac_dir
in
$ac_dummy
;
do
test
-z
"
$ac_dir
"
&&
ac_dir
=
.
test
-z
"
$ac_dir
"
&&
ac_dir
=
.
if
test
-f
$ac_dir
/
$ac_word
;
then
if
test
-f
$ac_dir
/
$ac_word
;
then
if
test
"
$ac_dir
/
$ac_word
"
=
"/usr/ucb/cc"
;
then
if
test
"
$ac_dir
/
$ac_word
"
=
"/usr/ucb/cc"
;
then
...
@@ -1079,61 +1075,25 @@ else
...
@@ -1079,61 +1075,25 @@ else
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
fi
fi
if
test
-z
"
$CC
"
;
then
case
"
`
uname
-s
`
"
in
*
win32
*
|
*
WIN32
*
)
# Extract the first word of "cl", so it can be a program name with args.
set
dummy cl
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:1089: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CC
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
if
test
-n
"
$CC
"
;
then
ac_cv_prog_CC
=
"
$CC
"
# Let the user override the test.
else
IFS
=
"
${
IFS
=
}
"
;
ac_save_ifs
=
"
$IFS
"
;
IFS
=
":"
ac_dummy
=
"
$PATH
"
for
ac_dir
in
$ac_dummy
;
do
test
-z
"
$ac_dir
"
&&
ac_dir
=
.
if
test
-f
$ac_dir
/
$ac_word
;
then
ac_cv_prog_CC
=
"cl"
break
fi
done
IFS
=
"
$ac_save_ifs
"
fi
fi
CC
=
"
$ac_cv_prog_CC
"
if
test
-n
"
$CC
"
;
then
echo
"
$ac_t
""
$CC
"
1>&6
else
echo
"
$ac_t
""no"
1>&6
fi
;;
esac
fi
test
-z
"
$CC
"
&&
{
echo
"configure: error: no acceptable cc found in
\$
PATH"
1>&2
;
exit
1
;
}
test
-z
"
$CC
"
&&
{
echo
"configure: error: no acceptable cc found in
\$
PATH"
1>&2
;
exit
1
;
}
fi
fi
echo
$ac_n
"checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) works""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) works""...
$ac_c
"
1>&6
echo
"configure:1
121
: checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) works"
>
&5
echo
"configure:1
083
: checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) works"
>
&5
ac_ext
=
c
ac_ext
=
c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp
=
'$CPP $CPPFLAGS'
ac_cpp
=
'$CPP $CPPFLAGS'
ac_compile
=
'${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_compile
=
'${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link
=
'${CC-cc} -o conftest
${ac_exeext}
$CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
ac_link
=
'${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling
=
$ac_cv_prog_cc_cross
cross_compiling
=
$ac_cv_prog_cc_cross
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 1093 "configure"
#line 1132 "configure"
#include "confdefs.h"
#include "confdefs.h"
main(){return(0);}
main(){return(0);}
EOF
EOF
if
{
(
eval echo
configure:1
137:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:1
097:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
ac_cv_prog_cc_works
=
yes
ac_cv_prog_cc_works
=
yes
# If we can't run a trivial program, we are probably using a cross compiler.
# If we can't run a trivial program, we are probably using a cross compiler.
if
(
./conftest
;
exit
)
2>/dev/null
;
then
if
(
./conftest
;
exit
)
2>/dev/null
;
then
...
@@ -1147,24 +1107,18 @@ else
...
@@ -1147,24 +1107,18 @@ else
ac_cv_prog_cc_works
=
no
ac_cv_prog_cc_works
=
no
fi
fi
rm
-fr
conftest
*
rm
-fr
conftest
*
ac_ext
=
c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp
=
'$CPP $CPPFLAGS'
ac_compile
=
'${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link
=
'${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling
=
$ac_cv_prog_cc_cross
echo
"
$ac_t
""
$ac_cv_prog_cc_works
"
1>&6
echo
"
$ac_t
""
$ac_cv_prog_cc_works
"
1>&6
if
test
$ac_cv_prog_cc_works
=
no
;
then
if
test
$ac_cv_prog_cc_works
=
no
;
then
{
echo
"configure: error: installation or configuration problem: C compiler cannot create executables."
1>&2
;
exit
1
;
}
{
echo
"configure: error: installation or configuration problem: C compiler cannot create executables."
1>&2
;
exit
1
;
}
fi
fi
echo
$ac_n
"checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) is a cross-compiler""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) is a cross-compiler""...
$ac_c
"
1>&6
echo
"configure:11
63
: checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) is a cross-compiler"
>
&5
echo
"configure:11
17
: checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) is a cross-compiler"
>
&5
echo
"
$ac_t
""
$ac_cv_prog_cc_cross
"
1>&6
echo
"
$ac_t
""
$ac_cv_prog_cc_cross
"
1>&6
cross_compiling
=
$ac_cv_prog_cc_cross
cross_compiling
=
$ac_cv_prog_cc_cross
echo
$ac_n
"checking whether we are using GNU C""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether we are using GNU C""...
$ac_c
"
1>&6
echo
"configure:11
68
: checking whether we are using GNU C"
>
&5
echo
"configure:11
22
: checking whether we are using GNU C"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_gcc
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_gcc
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1173,7 +1127,7 @@ else
...
@@ -1173,7 +1127,7 @@ else
yes;
yes;
#endif
#endif
EOF
EOF
if
{
ac_try
=
'${CC-cc} -E conftest.c'
;
{
(
eval echo
configure:11
77
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
;
}
| egrep yes
>
/dev/null 2>&1
;
then
if
{
ac_try
=
'${CC-cc} -E conftest.c'
;
{
(
eval echo
configure:11
31
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
;
}
| egrep yes
>
/dev/null 2>&1
;
then
ac_cv_prog_gcc
=
yes
ac_cv_prog_gcc
=
yes
else
else
ac_cv_prog_gcc
=
no
ac_cv_prog_gcc
=
no
...
@@ -1184,15 +1138,11 @@ echo "$ac_t""$ac_cv_prog_gcc" 1>&6
...
@@ -1184,15 +1138,11 @@ echo "$ac_t""$ac_cv_prog_gcc" 1>&6
if
test
$ac_cv_prog_gcc
=
yes
;
then
if
test
$ac_cv_prog_gcc
=
yes
;
then
GCC
=
yes
GCC
=
yes
else
ac_test_CFLAGS
=
"
${
CFLAGS
+set
}
"
GCC
=
ac_save_CFLAGS
=
"
$CFLAGS
"
fi
CFLAGS
=
echo
$ac_n
"checking whether
${
CC
-cc
}
accepts -g""...
$ac_c
"
1>&6
ac_test_CFLAGS
=
"
${
CFLAGS
+set
}
"
echo
"configure:1146: checking whether
${
CC
-cc
}
accepts -g"
>
&5
ac_save_CFLAGS
=
"
$CFLAGS
"
CFLAGS
=
echo
$ac_n
"checking whether
${
CC
-cc
}
accepts -g""...
$ac_c
"
1>&6
echo
"configure:1196: checking whether
${
CC
-cc
}
accepts -g"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_cc_g
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_cc_g
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1207,20 +1157,16 @@ rm -f conftest*
...
@@ -1207,20 +1157,16 @@ rm -f conftest*
fi
fi
echo
"
$ac_t
""
$ac_cv_prog_cc_g
"
1>&6
echo
"
$ac_t
""
$ac_cv_prog_cc_g
"
1>&6
if
test
"
$ac_test_CFLAGS
"
=
set
;
then
if
test
"
$ac_test_CFLAGS
"
=
set
;
then
CFLAGS
=
"
$ac_save_CFLAGS
"
CFLAGS
=
"
$ac_save_CFLAGS
"
elif
test
$ac_cv_prog_cc_g
=
yes
;
then
elif
test
$ac_cv_prog_cc_g
=
yes
;
then
if
test
"
$GCC
"
=
yes
;
then
CFLAGS
=
"-g -O2"
CFLAGS
=
"-g -O2"
else
else
CFLAGS
=
"-g"
fi
else
if
test
"
$GCC
"
=
yes
;
then
CFLAGS
=
"-O2"
CFLAGS
=
"-O2"
else
CFLAGS
=
fi
fi
else
GCC
=
test
"
${
CFLAGS
+set
}
"
=
set
||
CFLAGS
=
"-g"
fi
fi
...
@@ -1235,7 +1181,7 @@ fi
...
@@ -1235,7 +1181,7 @@ fi
echo
$ac_n
"checking whether
${
MAKE
-make
}
sets
\$
{MAKE}""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether
${
MAKE
-make
}
sets
\$
{MAKE}""...
$ac_c
"
1>&6
echo
"configure:1
239
: checking whether
${
MAKE
-make
}
sets
\$
{MAKE}"
>
&5
echo
"configure:1
185
: checking whether
${
MAKE
-make
}
sets
\$
{MAKE}"
>
&5
set
dummy
${
MAKE
-make
}
;
ac_make
=
`
echo
"
$2
"
| sed
'y%./+-%__p_%'
`
set
dummy
${
MAKE
-make
}
;
ac_make
=
`
echo
"
$2
"
| sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_make_
${
ac_make
}
_set
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_make_
${
ac_make
}
_set
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -1263,7 +1209,7 @@ fi
...
@@ -1263,7 +1209,7 @@ fi
echo
$ac_n
"checking whether a default assembler was specified""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether a default assembler was specified""...
$ac_c
"
1>&6
echo
"configure:12
67
: checking whether a default assembler was specified"
>
&5
echo
"configure:12
13
: checking whether a default assembler was specified"
>
&5
if
test
x
"
${
DEFAULT_ASSEMBLER
+set
}
"
=
x
"set"
;
then
if
test
x
"
${
DEFAULT_ASSEMBLER
+set
}
"
=
x
"set"
;
then
if
test
x
"
$with_gas
"
=
x
"no"
;
then
if
test
x
"
$with_gas
"
=
x
"no"
;
then
echo
"
$ac_t
""yes (
$DEFAULT_ASSEMBLER
)"
1>&6
echo
"
$ac_t
""yes (
$DEFAULT_ASSEMBLER
)"
1>&6
...
@@ -1275,7 +1221,7 @@ else
...
@@ -1275,7 +1221,7 @@ else
fi
fi
echo
$ac_n
"checking whether a default linker was specified""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether a default linker was specified""...
$ac_c
"
1>&6
echo
"configure:12
79
: checking whether a default linker was specified"
>
&5
echo
"configure:12
25
: checking whether a default linker was specified"
>
&5
if
test
x
"
${
DEFAULT_LINKER
+set
}
"
=
x
"set"
;
then
if
test
x
"
${
DEFAULT_LINKER
+set
}
"
=
x
"set"
;
then
if
test
x
"
$with_gnu_ld
"
=
x
"no"
;
then
if
test
x
"
$with_gnu_ld
"
=
x
"no"
;
then
echo
"
$ac_t
""yes (
$DEFAULT_LINKER
)"
1>&6
echo
"
$ac_t
""yes (
$DEFAULT_LINKER
)"
1>&6
...
@@ -1292,16 +1238,15 @@ do
...
@@ -1292,16 +1238,15 @@ do
# Extract the first word of "$ac_prog", so it can be a program name with args.
# Extract the first word of "$ac_prog", so it can be a program name with args.
set
dummy
$ac_prog
;
ac_word
=
$2
set
dummy
$ac_prog
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:12
96
: checking for
$ac_word
"
>
&5
echo
"configure:12
42
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_AWK
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_AWK
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
if
test
-n
"
$AWK
"
;
then
if
test
-n
"
$AWK
"
;
then
ac_cv_prog_AWK
=
"
$AWK
"
# Let the user override the test.
ac_cv_prog_AWK
=
"
$AWK
"
# Let the user override the test.
else
else
IFS
=
"
${
IFS
=
}
"
;
ac_save_ifs
=
"
$IFS
"
;
IFS
=
":"
IFS
=
"
${
IFS
=
}
"
;
ac_save_ifs
=
"
$IFS
"
;
IFS
=
"
${
IFS
}
:"
ac_dummy
=
"
$PATH
"
for
ac_dir
in
$PATH
;
do
for
ac_dir
in
$ac_dummy
;
do
test
-z
"
$ac_dir
"
&&
ac_dir
=
.
test
-z
"
$ac_dir
"
&&
ac_dir
=
.
if
test
-f
$ac_dir
/
$ac_word
;
then
if
test
-f
$ac_dir
/
$ac_word
;
then
ac_cv_prog_AWK
=
"
$ac_prog
"
ac_cv_prog_AWK
=
"
$ac_prog
"
...
@@ -1324,16 +1269,15 @@ done
...
@@ -1324,16 +1269,15 @@ done
# Extract the first word of "flex", so it can be a program name with args.
# Extract the first word of "flex", so it can be a program name with args.
set
dummy flex
;
ac_word
=
$2
set
dummy flex
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:1
328
: checking for
$ac_word
"
>
&5
echo
"configure:1
273
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_LEX
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_LEX
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
if
test
-n
"
$LEX
"
;
then
if
test
-n
"
$LEX
"
;
then
ac_cv_prog_LEX
=
"
$LEX
"
# Let the user override the test.
ac_cv_prog_LEX
=
"
$LEX
"
# Let the user override the test.
else
else
IFS
=
"
${
IFS
=
}
"
;
ac_save_ifs
=
"
$IFS
"
;
IFS
=
":"
IFS
=
"
${
IFS
=
}
"
;
ac_save_ifs
=
"
$IFS
"
;
IFS
=
"
${
IFS
}
:"
ac_dummy
=
"
$PATH
"
for
ac_dir
in
$PATH
;
do
for
ac_dir
in
$ac_dummy
;
do
test
-z
"
$ac_dir
"
&&
ac_dir
=
.
test
-z
"
$ac_dir
"
&&
ac_dir
=
.
if
test
-f
$ac_dir
/
$ac_word
;
then
if
test
-f
$ac_dir
/
$ac_word
;
then
ac_cv_prog_LEX
=
"flex"
ac_cv_prog_LEX
=
"flex"
...
@@ -1358,7 +1302,7 @@ then
...
@@ -1358,7 +1302,7 @@ then
*
)
ac_lib
=
l
;;
*
)
ac_lib
=
l
;;
esac
esac
echo
$ac_n
"checking for yywrap in -l
$ac_lib
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for yywrap in -l
$ac_lib
""...
$ac_c
"
1>&6
echo
"configure:13
62
: checking for yywrap in -l
$ac_lib
"
>
&5
echo
"configure:13
06
: checking for yywrap in -l
$ac_lib
"
>
&5
ac_lib_var
=
`
echo
$ac_lib
'_'
yywrap | sed
'y%./+-%__p_%'
`
ac_lib_var
=
`
echo
$ac_lib
'_'
yywrap | sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -1366,7 +1310,7 @@ else
...
@@ -1366,7 +1310,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-l
$ac_lib
$LIBS
"
LIBS
=
"-l
$ac_lib
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 13
70
"configure"
#line 13
14
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
/* We use char because int might match the return type of a gcc2
...
@@ -1377,7 +1321,7 @@ int main() {
...
@@ -1377,7 +1321,7 @@ int main() {
yywrap()
yywrap()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:13
81:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:13
25:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
else
...
@@ -1400,7 +1344,7 @@ fi
...
@@ -1400,7 +1344,7 @@ fi
fi
fi
echo
$ac_n
"checking whether ln works""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether ln works""...
$ac_c
"
1>&6
echo
"configure:1
404
: checking whether ln works"
>
&5
echo
"configure:1
348
: checking whether ln works"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_prog_LN
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_prog_LN
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1432,7 +1376,7 @@ else
...
@@ -1432,7 +1376,7 @@ else
fi
fi
echo
$ac_n
"checking whether ln -s works""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether ln -s works""...
$ac_c
"
1>&6
echo
"configure:1
436
: checking whether ln -s works"
>
&5
echo
"configure:1
380
: checking whether ln -s works"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_prog_LN_S
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_prog_LN_S
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1464,19 +1408,19 @@ else
...
@@ -1464,19 +1408,19 @@ else
fi
fi
echo
$ac_n
"checking for volatile""...
$ac_c
"
1>&6
echo
$ac_n
"checking for volatile""...
$ac_c
"
1>&6
echo
"configure:14
68
: checking for volatile"
>
&5
echo
"configure:14
12
: checking for volatile"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_c_volatile
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_c_volatile
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 14
73
"configure"
#line 14
17
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() {
volatile int foo;
volatile int foo;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:14
80
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:14
24
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
gcc_cv_c_volatile
=
yes
gcc_cv_c_volatile
=
yes
else
else
...
@@ -1499,16 +1443,15 @@ fi
...
@@ -1499,16 +1443,15 @@ fi
# Extract the first word of "ranlib", so it can be a program name with args.
# Extract the first word of "ranlib", so it can be a program name with args.
set
dummy ranlib
;
ac_word
=
$2
set
dummy ranlib
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:1
503
: checking for
$ac_word
"
>
&5
echo
"configure:1
447
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_RANLIB
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_RANLIB
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
if
test
-n
"
$RANLIB
"
;
then
if
test
-n
"
$RANLIB
"
;
then
ac_cv_prog_RANLIB
=
"
$RANLIB
"
# Let the user override the test.
ac_cv_prog_RANLIB
=
"
$RANLIB
"
# Let the user override the test.
else
else
IFS
=
"
${
IFS
=
}
"
;
ac_save_ifs
=
"
$IFS
"
;
IFS
=
":"
IFS
=
"
${
IFS
=
}
"
;
ac_save_ifs
=
"
$IFS
"
;
IFS
=
"
${
IFS
}
:"
ac_dummy
=
"
$PATH
"
for
ac_dir
in
$PATH
;
do
for
ac_dir
in
$ac_dummy
;
do
test
-z
"
$ac_dir
"
&&
ac_dir
=
.
test
-z
"
$ac_dir
"
&&
ac_dir
=
.
if
test
-f
$ac_dir
/
$ac_word
;
then
if
test
-f
$ac_dir
/
$ac_word
;
then
ac_cv_prog_RANLIB
=
"ranlib"
ac_cv_prog_RANLIB
=
"ranlib"
...
@@ -1531,16 +1474,15 @@ do
...
@@ -1531,16 +1474,15 @@ do
# Extract the first word of "$ac_prog", so it can be a program name with args.
# Extract the first word of "$ac_prog", so it can be a program name with args.
set
dummy
$ac_prog
;
ac_word
=
$2
set
dummy
$ac_prog
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:1
535
: checking for
$ac_word
"
>
&5
echo
"configure:1
478
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_YACC
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_YACC
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
if
test
-n
"
$YACC
"
;
then
if
test
-n
"
$YACC
"
;
then
ac_cv_prog_YACC
=
"
$YACC
"
# Let the user override the test.
ac_cv_prog_YACC
=
"
$YACC
"
# Let the user override the test.
else
else
IFS
=
"
${
IFS
=
}
"
;
ac_save_ifs
=
"
$IFS
"
;
IFS
=
":"
IFS
=
"
${
IFS
=
}
"
;
ac_save_ifs
=
"
$IFS
"
;
IFS
=
"
${
IFS
}
:"
ac_dummy
=
"
$PATH
"
for
ac_dir
in
$PATH
;
do
for
ac_dir
in
$ac_dummy
;
do
test
-z
"
$ac_dir
"
&&
ac_dir
=
.
test
-z
"
$ac_dir
"
&&
ac_dir
=
.
if
test
-f
$ac_dir
/
$ac_word
;
then
if
test
-f
$ac_dir
/
$ac_word
;
then
ac_cv_prog_YACC
=
"
$ac_prog
"
ac_cv_prog_YACC
=
"
$ac_prog
"
...
@@ -1572,7 +1514,7 @@ test -n "$YACC" || YACC="yacc"
...
@@ -1572,7 +1514,7 @@ test -n "$YACC" || YACC="yacc"
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
# ./install, which can be erroneously created by make from ./install.sh.
echo
$ac_n
"checking for a BSD compatible install""...
$ac_c
"
1>&6
echo
$ac_n
"checking for a BSD compatible install""...
$ac_c
"
1>&6
echo
"configure:15
76
: checking for a BSD compatible install"
>
&5
echo
"configure:15
18
: checking for a BSD compatible install"
>
&5
if
test
-z
"
$INSTALL
"
;
then
if
test
-z
"
$INSTALL
"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_install
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_install
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -1623,7 +1565,7 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
...
@@ -1623,7 +1565,7 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
echo
$ac_n
"checking how to run the C preprocessor""...
$ac_c
"
1>&6
echo
$ac_n
"checking how to run the C preprocessor""...
$ac_c
"
1>&6
echo
"configure:1
627
: checking how to run the C preprocessor"
>
&5
echo
"configure:1
569
: checking how to run the C preprocessor"
>
&5
# On Suns, sometimes $CPP names a directory.
# On Suns, sometimes $CPP names a directory.
if
test
-n
"
$CPP
"
&&
test
-d
"
$CPP
"
;
then
if
test
-n
"
$CPP
"
&&
test
-d
"
$CPP
"
;
then
CPP
=
CPP
=
...
@@ -1638,14 +1580,14 @@ else
...
@@ -1638,14 +1580,14 @@ else
# On the NeXT, cc -E runs the code through the compiler's parser,
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp.
# not just through cpp.
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 1
642
"configure"
#line 1
584
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <assert.h>
#include <assert.h>
Syntax Error
Syntax Error
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:1
648
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:1
590
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out
|
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
:
:
else
else
...
@@ -1655,31 +1597,14 @@ else
...
@@ -1655,31 +1597,14 @@ else
rm
-rf
conftest
*
rm
-rf
conftest
*
CPP
=
"
${
CC
-cc
}
-E -traditional-cpp"
CPP
=
"
${
CC
-cc
}
-E -traditional-cpp"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 16
59
"configure"
#line 16
01
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <assert.h>
#include <assert.h>
Syntax Error
Syntax Error
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:1665:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:1607:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out
`
if
test
-z
"
$ac_err
"
;
then
:
else
echo
"
$ac_err
"
>
&5
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
CPP
=
"
${
CC
-cc
}
-nologo -E"
cat
>
conftest.
$ac_ext
<<
EOF
#line 1676 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:1682:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
:
:
else
else
...
@@ -1692,8 +1617,6 @@ fi
...
@@ -1692,8 +1617,6 @@ fi
rm
-f
conftest
*
rm
-f
conftest
*
fi
fi
rm
-f
conftest
*
rm
-f
conftest
*
fi
rm
-f
conftest
*
ac_cv_prog_CPP
=
"
$CPP
"
ac_cv_prog_CPP
=
"
$CPP
"
fi
fi
CPP
=
"
$ac_cv_prog_CPP
"
CPP
=
"
$ac_cv_prog_CPP
"
...
@@ -1703,12 +1626,12 @@ fi
...
@@ -1703,12 +1626,12 @@ fi
echo
"
$ac_t
""
$CPP
"
1>&6
echo
"
$ac_t
""
$CPP
"
1>&6
echo
$ac_n
"checking for ANSI C header files""...
$ac_c
"
1>&6
echo
$ac_n
"checking for ANSI C header files""...
$ac_c
"
1>&6
echo
"configure:1
707
: checking for ANSI C header files"
>
&5
echo
"configure:1
630
: checking for ANSI C header files"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_stdc
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_stdc
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 1
712
"configure"
#line 1
635
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <stdlib.h>
#include <stdlib.h>
#include <stdarg.h>
#include <stdarg.h>
...
@@ -1716,8 +1639,8 @@ else
...
@@ -1716,8 +1639,8 @@ else
#include <float.h>
#include <float.h>
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:1
720
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:1
643
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out
|
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_header_stdc
=
yes
ac_cv_header_stdc
=
yes
...
@@ -1733,7 +1656,7 @@ rm -f conftest*
...
@@ -1733,7 +1656,7 @@ rm -f conftest*
if
test
$ac_cv_header_stdc
=
yes
;
then
if
test
$ac_cv_header_stdc
=
yes
;
then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 1
737
"configure"
#line 1
660
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <string.h>
#include <string.h>
EOF
EOF
...
@@ -1751,7 +1674,7 @@ fi
...
@@ -1751,7 +1674,7 @@ fi
if
test
$ac_cv_header_stdc
=
yes
;
then
if
test
$ac_cv_header_stdc
=
yes
;
then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 1
755
"configure"
#line 1
678
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <stdlib.h>
#include <stdlib.h>
EOF
EOF
...
@@ -1772,7 +1695,7 @@ if test "$cross_compiling" = yes; then
...
@@ -1772,7 +1695,7 @@ if test "$cross_compiling" = yes; then
:
:
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 1
776
"configure"
#line 1
699
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <ctype.h>
#include <ctype.h>
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
...
@@ -1783,7 +1706,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
...
@@ -1783,7 +1706,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
exit (0); }
exit (0); }
EOF
EOF
if
{
(
eval echo
configure:17
87:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:17
10:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
&&
(
./conftest
;
exit
)
2>/dev/null
then
then
:
:
else
else
...
@@ -1807,12 +1730,12 @@ EOF
...
@@ -1807,12 +1730,12 @@ EOF
fi
fi
echo
$ac_n
"checking whether time.h and sys/time.h may both be included""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether time.h and sys/time.h may both be included""...
$ac_c
"
1>&6
echo
"configure:1
811
: checking whether time.h and sys/time.h may both be included"
>
&5
echo
"configure:1
734
: checking whether time.h and sys/time.h may both be included"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_time
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_time
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 1
816
"configure"
#line 1
739
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/time.h>
...
@@ -1821,7 +1744,7 @@ int main() {
...
@@ -1821,7 +1744,7 @@ int main() {
struct tm *tp;
struct tm *tp;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:1
825
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:1
748
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_header_time
=
yes
ac_cv_header_time
=
yes
else
else
...
@@ -1842,12 +1765,12 @@ EOF
...
@@ -1842,12 +1765,12 @@ EOF
fi
fi
echo
$ac_n
"checking whether string.h and strings.h may both be included""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether string.h and strings.h may both be included""...
$ac_c
"
1>&6
echo
"configure:1
846
: checking whether string.h and strings.h may both be included"
>
&5
echo
"configure:1
769
: checking whether string.h and strings.h may both be included"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_header_string
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_header_string
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 1
851
"configure"
#line 1
774
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <string.h>
#include <string.h>
#include <strings.h>
#include <strings.h>
...
@@ -1855,7 +1778,7 @@ int main() {
...
@@ -1855,7 +1778,7 @@ int main() {
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:1
859
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:1
782
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
gcc_cv_header_string
=
yes
gcc_cv_header_string
=
yes
else
else
...
@@ -1876,12 +1799,12 @@ EOF
...
@@ -1876,12 +1799,12 @@ EOF
fi
fi
echo
$ac_n
"checking for sys/wait.h that is POSIX.1 compatible""...
$ac_c
"
1>&6
echo
$ac_n
"checking for sys/wait.h that is POSIX.1 compatible""...
$ac_c
"
1>&6
echo
"configure:18
80
: checking for sys/wait.h that is POSIX.1 compatible"
>
&5
echo
"configure:18
03
: checking for sys/wait.h that is POSIX.1 compatible"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_sys_wait_h
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_sys_wait_h
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 18
85
"configure"
#line 18
08
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/wait.h>
...
@@ -1897,7 +1820,7 @@ wait (&s);
...
@@ -1897,7 +1820,7 @@ wait (&s);
s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:1
901
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:1
824
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_header_sys_wait_h
=
yes
ac_cv_header_sys_wait_h
=
yes
else
else
...
@@ -1921,18 +1844,18 @@ for ac_hdr in limits.h stddef.h string.h strings.h stdlib.h time.h fcntl.h unist
...
@@ -1921,18 +1844,18 @@ for ac_hdr in limits.h stddef.h string.h strings.h stdlib.h time.h fcntl.h unist
do
do
ac_safe
=
`
echo
"
$ac_hdr
"
| sed
'y%./+-%__p_%'
`
ac_safe
=
`
echo
"
$ac_hdr
"
| sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:1
925
: checking for
$ac_hdr
"
>
&5
echo
"configure:1
848
: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 1
930
"configure"
#line 1
853
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <
$ac_hdr
>
#include <
$ac_hdr
>
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:1
935
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:1
858
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out
|
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_header_
$ac_safe
=yes"
eval
"ac_cv_header_
$ac_safe
=yes"
...
@@ -1961,18 +1884,18 @@ done
...
@@ -1961,18 +1884,18 @@ done
# Check for thread headers.
# Check for thread headers.
ac_safe
=
`
echo
"thread.h"
| sed
'y%./+-%__p_%'
`
ac_safe
=
`
echo
"thread.h"
| sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for thread.h""...
$ac_c
"
1>&6
echo
$ac_n
"checking for thread.h""...
$ac_c
"
1>&6
echo
"configure:1
965
: checking for thread.h"
>
&5
echo
"configure:1
888
: checking for thread.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 1
970
"configure"
#line 1
893
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <thread.h>
#include <thread.h>
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:1
975
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:1
898
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out
|
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_header_
$ac_safe
=yes"
eval
"ac_cv_header_
$ac_safe
=yes"
...
@@ -1995,18 +1918,18 @@ fi
...
@@ -1995,18 +1918,18 @@ fi
ac_safe
=
`
echo
"pthread.h"
| sed
'y%./+-%__p_%'
`
ac_safe
=
`
echo
"pthread.h"
| sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for pthread.h""...
$ac_c
"
1>&6
echo
$ac_n
"checking for pthread.h""...
$ac_c
"
1>&6
echo
"configure:19
99
: checking for pthread.h"
>
&5
echo
"configure:19
22
: checking for pthread.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line
2004
"configure"
#line
1927
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <pthread.h>
#include <pthread.h>
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:
2009
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:
1932
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out
|
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_header_
$ac_safe
=yes"
eval
"ac_cv_header_
$ac_safe
=yes"
...
@@ -2032,16 +1955,15 @@ fi
...
@@ -2032,16 +1955,15 @@ fi
# Extract the first word of "gnatbind", so it can be a program name with args.
# Extract the first word of "gnatbind", so it can be a program name with args.
set
dummy gnatbind
;
ac_word
=
$2
set
dummy gnatbind
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:
2036
: checking for
$ac_word
"
>
&5
echo
"configure:
1959
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_gnat
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_gnat
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
if
test
-n
"
$gnat
"
;
then
if
test
-n
"
$gnat
"
;
then
ac_cv_prog_gnat
=
"
$gnat
"
# Let the user override the test.
ac_cv_prog_gnat
=
"
$gnat
"
# Let the user override the test.
else
else
IFS
=
"
${
IFS
=
}
"
;
ac_save_ifs
=
"
$IFS
"
;
IFS
=
":"
IFS
=
"
${
IFS
=
}
"
;
ac_save_ifs
=
"
$IFS
"
;
IFS
=
"
${
IFS
}
:"
ac_dummy
=
"
$PATH
"
for
ac_dir
in
$PATH
;
do
for
ac_dir
in
$ac_dummy
;
do
test
-z
"
$ac_dir
"
&&
ac_dir
=
.
test
-z
"
$ac_dir
"
&&
ac_dir
=
.
if
test
-f
$ac_dir
/
$ac_word
;
then
if
test
-f
$ac_dir
/
$ac_word
;
then
ac_cv_prog_gnat
=
"yes"
ac_cv_prog_gnat
=
"yes"
...
@@ -2063,12 +1985,12 @@ fi
...
@@ -2063,12 +1985,12 @@ fi
# See if the system preprocessor understands the ANSI C preprocessor
# See if the system preprocessor understands the ANSI C preprocessor
# stringification operator.
# stringification operator.
echo
$ac_n
"checking whether cpp understands the stringify operator""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether cpp understands the stringify operator""...
$ac_c
"
1>&6
echo
"configure:
2067
: checking whether cpp understands the stringify operator"
>
&5
echo
"configure:
1989
: checking whether cpp understands the stringify operator"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_c_have_stringify
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_c_have_stringify
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line
2072
"configure"
#line
1994
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() {
...
@@ -2076,7 +1998,7 @@ int main() {
...
@@ -2076,7 +1998,7 @@ int main() {
char *test = S(foo);
char *test = S(foo);
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:20
80
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:20
02
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
gcc_cv_c_have_stringify
=
yes
gcc_cv_c_have_stringify
=
yes
else
else
...
@@ -2099,12 +2021,12 @@ fi
...
@@ -2099,12 +2021,12 @@ fi
# Use <inttypes.h> only if it exists,
# Use <inttypes.h> only if it exists,
# doesn't clash with <sys/types.h>, and declares intmax_t.
# doesn't clash with <sys/types.h>, and declares intmax_t.
echo
$ac_n
"checking for inttypes.h""...
$ac_c
"
1>&6
echo
$ac_n
"checking for inttypes.h""...
$ac_c
"
1>&6
echo
"configure:2
103
: checking for inttypes.h"
>
&5
echo
"configure:2
025
: checking for inttypes.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_header_inttypes_h
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_header_inttypes_h
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 2
108
"configure"
#line 2
030
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
#include <inttypes.h>
#include <inttypes.h>
...
@@ -2112,7 +2034,7 @@ int main() {
...
@@ -2112,7 +2034,7 @@ int main() {
intmax_t i = -1;
intmax_t i = -1;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:2
116
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:2
038
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
gcc_cv_header_inttypes_h
=
yes
gcc_cv_header_inttypes_h
=
yes
else
else
...
@@ -2138,12 +2060,12 @@ for ac_func in strtoul bsearch strerror putenv popen bcopy bzero bcmp \
...
@@ -2138,12 +2060,12 @@ for ac_func in strtoul bsearch strerror putenv popen bcopy bzero bcmp \
fputs_unlocked
fputs_unlocked
do
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:2
142
: checking for
$ac_func
"
>
&5
echo
"configure:2
064
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 2
147
"configure"
#line 2
069
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
which can conflict with char
$ac_func
(); below. */
...
@@ -2152,7 +2074,6 @@ else
...
@@ -2152,7 +2074,6 @@ else
/* We use char because int might match the return type of a gcc2
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
builtin and then its argument prototype would still apply. */
char
$ac_func
();
char
$ac_func
();
char (*f)();
int main() {
int main() {
...
@@ -2162,12 +2083,12 @@ int main() {
...
@@ -2162,12 +2083,12 @@ int main() {
#if defined (__stub_
$ac_func
) || defined (__stub___
$ac_func
)
#if defined (__stub_
$ac_func
) || defined (__stub___
$ac_func
)
choke me
choke me
#else
#else
f =
$ac_func
;
$ac_func
()
;
#endif
#endif
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:2
171:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:2
092:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
eval
"ac_cv_func_
$ac_func
=yes"
else
else
...
@@ -2196,12 +2117,12 @@ done
...
@@ -2196,12 +2117,12 @@ done
#AC_CHECK_TYPE(wchar_t, unsigned int)
#AC_CHECK_TYPE(wchar_t, unsigned int)
echo
$ac_n
"checking for vprintf""...
$ac_c
"
1>&6
echo
$ac_n
"checking for vprintf""...
$ac_c
"
1>&6
echo
"configure:2
200
: checking for vprintf"
>
&5
echo
"configure:2
121
: checking for vprintf"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_vprintf
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_vprintf
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 2
205
"configure"
#line 2
126
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char vprintf(); below. */
which can conflict with char vprintf(); below. */
...
@@ -2210,7 +2131,6 @@ else
...
@@ -2210,7 +2131,6 @@ else
/* We use char because int might match the return type of a gcc2
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
builtin and then its argument prototype would still apply. */
char vprintf();
char vprintf();
char (*f)();
int main() {
int main() {
...
@@ -2220,12 +2140,12 @@ int main() {
...
@@ -2220,12 +2140,12 @@ int main() {
#if defined (__stub_vprintf) || defined (__stub___vprintf)
#if defined (__stub_vprintf) || defined (__stub___vprintf)
choke me
choke me
#else
#else
f = vprintf
;
vprintf()
;
#endif
#endif
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:2
229:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:2
149:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_vprintf=yes"
eval
"ac_cv_func_vprintf=yes"
else
else
...
@@ -2249,12 +2169,12 @@ fi
...
@@ -2249,12 +2169,12 @@ fi
if
test
"
$ac_cv_func_vprintf
"
!=
yes
;
then
if
test
"
$ac_cv_func_vprintf
"
!=
yes
;
then
echo
$ac_n
"checking for _doprnt""...
$ac_c
"
1>&6
echo
$ac_n
"checking for _doprnt""...
$ac_c
"
1>&6
echo
"configure:2
25
3: checking for _doprnt"
>
&5
echo
"configure:2
17
3: checking for _doprnt"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func__doprnt
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func__doprnt
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 2
25
8 "configure"
#line 2
17
8 "configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char _doprnt(); below. */
which can conflict with char _doprnt(); below. */
...
@@ -2263,7 +2183,6 @@ else
...
@@ -2263,7 +2183,6 @@ else
/* We use char because int might match the return type of a gcc2
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
builtin and then its argument prototype would still apply. */
char _doprnt();
char _doprnt();
char (*f)();
int main() {
int main() {
...
@@ -2273,12 +2192,12 @@ int main() {
...
@@ -2273,12 +2192,12 @@ int main() {
#if defined (__stub__doprnt) || defined (__stub____doprnt)
#if defined (__stub__doprnt) || defined (__stub____doprnt)
choke me
choke me
#else
#else
f = _doprnt
;
_doprnt()
;
#endif
#endif
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:22
82:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:22
01:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func__doprnt=yes"
eval
"ac_cv_func__doprnt=yes"
else
else
...
@@ -2314,7 +2233,7 @@ fi
...
@@ -2314,7 +2233,7 @@ fi
echo
$ac_n
"checking whether the printf functions support %p""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether the printf functions support %p""...
$ac_c
"
1>&6
echo
"configure:2
318
: checking whether the printf functions support %p"
>
&5
echo
"configure:2
237
: checking whether the printf functions support %p"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_func_printf_ptr
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_func_printf_ptr
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -2322,7 +2241,7 @@ else
...
@@ -2322,7 +2241,7 @@ else
gcc_cv_func_printf_ptr
=
no
gcc_cv_func_printf_ptr
=
no
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 2
326
"configure"
#line 2
245
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <stdio.h>
#include <stdio.h>
...
@@ -2335,7 +2254,7 @@ main()
...
@@ -2335,7 +2254,7 @@ main()
exit (p != q);
exit (p != q);
}
}
EOF
EOF
if
{
(
eval echo
configure:2
339:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:2
258:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
&&
(
./conftest
;
exit
)
2>/dev/null
then
then
gcc_cv_func_printf_ptr
=
yes
gcc_cv_func_printf_ptr
=
yes
else
else
...
@@ -2359,12 +2278,12 @@ EOF
...
@@ -2359,12 +2278,12 @@ EOF
fi
fi
echo
$ac_n
"checking for pid_t""...
$ac_c
"
1>&6
echo
$ac_n
"checking for pid_t""...
$ac_c
"
1>&6
echo
"configure:2
363
: checking for pid_t"
>
&5
echo
"configure:2
282
: checking for pid_t"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_type_pid_t
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_type_pid_t
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 2
368
"configure"
#line 2
287
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
#if STDC_HEADERS
#if STDC_HEADERS
...
@@ -2373,7 +2292,7 @@ else
...
@@ -2373,7 +2292,7 @@ else
#endif
#endif
EOF
EOF
if
(
eval
"
$ac_cpp
conftest.
$ac_ext
"
)
2>&5 |
if
(
eval
"
$ac_cpp
conftest.
$ac_ext
"
)
2>&5 |
egrep
"
(^|[^a-zA-Z_0-9])
pid_t[^a-zA-Z_0-9]"
>
/dev/null 2>&1
;
then
egrep
"pid_t[^a-zA-Z_0-9]"
>
/dev/null 2>&1
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_type_pid_t
=
yes
ac_cv_type_pid_t
=
yes
else
else
...
@@ -2393,18 +2312,18 @@ fi
...
@@ -2393,18 +2312,18 @@ fi
ac_safe
=
`
echo
"vfork.h"
| sed
'y%./+-%__p_%'
`
ac_safe
=
`
echo
"vfork.h"
| sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for vfork.h""...
$ac_c
"
1>&6
echo
$ac_n
"checking for vfork.h""...
$ac_c
"
1>&6
echo
"configure:23
97
: checking for vfork.h"
>
&5
echo
"configure:23
16
: checking for vfork.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 2
402
"configure"
#line 2
321
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <vfork.h>
#include <vfork.h>
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:2
407
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:2
326
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out
|
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_header_
$ac_safe
=yes"
eval
"ac_cv_header_
$ac_safe
=yes"
...
@@ -2428,18 +2347,18 @@ else
...
@@ -2428,18 +2347,18 @@ else
fi
fi
echo
$ac_n
"checking for working vfork""...
$ac_c
"
1>&6
echo
$ac_n
"checking for working vfork""...
$ac_c
"
1>&6
echo
"configure:2
432
: checking for working vfork"
>
&5
echo
"configure:2
351
: checking for working vfork"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_vfork_works
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_vfork_works
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
if
test
"
$cross_compiling
"
=
yes
;
then
if
test
"
$cross_compiling
"
=
yes
;
then
echo
$ac_n
"checking for vfork""...
$ac_c
"
1>&6
echo
$ac_n
"checking for vfork""...
$ac_c
"
1>&6
echo
"configure:2
438
: checking for vfork"
>
&5
echo
"configure:2
357
: checking for vfork"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_vfork
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_vfork
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 2
443
"configure"
#line 2
362
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char vfork(); below. */
which can conflict with char vfork(); below. */
...
@@ -2448,7 +2367,6 @@ else
...
@@ -2448,7 +2367,6 @@ else
/* We use char because int might match the return type of a gcc2
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
builtin and then its argument prototype would still apply. */
char vfork();
char vfork();
char (*f)();
int main() {
int main() {
...
@@ -2458,12 +2376,12 @@ int main() {
...
@@ -2458,12 +2376,12 @@ int main() {
#if defined (__stub_vfork) || defined (__stub___vfork)
#if defined (__stub_vfork) || defined (__stub___vfork)
choke me
choke me
#else
#else
f = vfork
;
vfork()
;
#endif
#endif
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:2
467:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:2
385:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_vfork=yes"
eval
"ac_cv_func_vfork=yes"
else
else
...
@@ -2485,7 +2403,7 @@ fi
...
@@ -2485,7 +2403,7 @@ fi
ac_cv_func_vfork_works
=
$ac_cv_func_vfork
ac_cv_func_vfork_works
=
$ac_cv_func_vfork
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 24
89
"configure"
#line 24
07
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* Thanks to Paul Eggert for this test. */
/* Thanks to Paul Eggert for this test. */
#include <stdio.h>
#include <stdio.h>
...
@@ -2580,7 +2498,7 @@ main() {
...
@@ -2580,7 +2498,7 @@ main() {
}
}
}
}
EOF
EOF
if
{
(
eval echo
configure:25
84:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:25
02:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
&&
(
./conftest
;
exit
)
2>/dev/null
then
then
ac_cv_func_vfork_works
=
yes
ac_cv_func_vfork_works
=
yes
else
else
...
@@ -2608,12 +2526,12 @@ for ac_func in malloc realloc calloc free bcopy bzero bcmp \
...
@@ -2608,12 +2526,12 @@ for ac_func in malloc realloc calloc free bcopy bzero bcmp \
strsignal
strsignal
do
do
echo
$ac_n
"checking whether
$ac_func
must be declared""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether
$ac_func
must be declared""...
$ac_c
"
1>&6
echo
"configure:2
612
: checking whether
$ac_func
must be declared"
>
&5
echo
"configure:2
530
: checking whether
$ac_func
must be declared"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_decl_needed_
$ac_func
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_decl_needed_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 2
617
"configure"
#line 2
535
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <stdio.h>
#include <stdio.h>
...
@@ -2646,7 +2564,7 @@ int main() {
...
@@ -2646,7 +2564,7 @@ int main() {
char *(*pfn) = (char *(*))
$ac_func
char *(*pfn) = (char *(*))
$ac_func
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:2
650
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:2
568
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"gcc_cv_decl_needed_
$ac_func
=no"
eval
"gcc_cv_decl_needed_
$ac_func
=no"
else
else
...
@@ -2675,12 +2593,12 @@ done
...
@@ -2675,12 +2593,12 @@ done
for
ac_func
in
getrlimit setrlimit
for
ac_func
in
getrlimit setrlimit
do
do
echo
$ac_n
"checking whether
$ac_func
must be declared""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether
$ac_func
must be declared""...
$ac_c
"
1>&6
echo
"configure:2
679
: checking whether
$ac_func
must be declared"
>
&5
echo
"configure:2
597
: checking whether
$ac_func
must be declared"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_decl_needed_
$ac_func
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_decl_needed_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 26
84
"configure"
#line 26
02
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <stdio.h>
#include <stdio.h>
...
@@ -2717,7 +2635,7 @@ int main() {
...
@@ -2717,7 +2635,7 @@ int main() {
char *(*pfn) = (char *(*))
$ac_func
char *(*pfn) = (char *(*))
$ac_func
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:2
721
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:2
639
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"gcc_cv_decl_needed_
$ac_func
=no"
eval
"gcc_cv_decl_needed_
$ac_func
=no"
else
else
...
@@ -2744,12 +2662,12 @@ done
...
@@ -2744,12 +2662,12 @@ done
echo
$ac_n
"checking for sys_siglist declaration in signal.h or unistd.h""...
$ac_c
"
1>&6
echo
$ac_n
"checking for sys_siglist declaration in signal.h or unistd.h""...
$ac_c
"
1>&6
echo
"configure:2
748
: checking for sys_siglist declaration in signal.h or unistd.h"
>
&5
echo
"configure:2
666
: checking for sys_siglist declaration in signal.h or unistd.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_decl_sys_siglist
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_decl_sys_siglist
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 2
753
"configure"
#line 2
671
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
#include <signal.h>
#include <signal.h>
...
@@ -2761,7 +2679,7 @@ int main() {
...
@@ -2761,7 +2679,7 @@ int main() {
char *msg = *(sys_siglist + 1);
char *msg = *(sys_siglist + 1);
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:2
765
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:2
683
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_decl_sys_siglist
=
yes
ac_cv_decl_sys_siglist
=
yes
else
else
...
@@ -6011,7 +5929,7 @@ fi
...
@@ -6011,7 +5929,7 @@ fi
# Figure out what assembler alignment features are present.
# Figure out what assembler alignment features are present.
echo
$ac_n
"checking assembler alignment features""...
$ac_c
"
1>&6
echo
$ac_n
"checking assembler alignment features""...
$ac_c
"
1>&6
echo
"configure:
6015
: checking assembler alignment features"
>
&5
echo
"configure:
5933
: checking assembler alignment features"
>
&5
gcc_cv_as
=
gcc_cv_as
=
gcc_cv_as_alignment_features
=
gcc_cv_as_alignment_features
=
gcc_cv_as_gas_srcdir
=
`
echo
$srcdir
| sed
-e
's,/gcc$,,'
`
/gas
gcc_cv_as_gas_srcdir
=
`
echo
$srcdir
| sed
-e
's,/gcc$,,'
`
/gas
...
@@ -6084,7 +6002,7 @@ fi
...
@@ -6084,7 +6002,7 @@ fi
echo
"
$ac_t
""
$gcc_cv_as_alignment_features
"
1>&6
echo
"
$ac_t
""
$gcc_cv_as_alignment_features
"
1>&6
echo
$ac_n
"checking assembler subsection support""...
$ac_c
"
1>&6
echo
$ac_n
"checking assembler subsection support""...
$ac_c
"
1>&6
echo
"configure:60
88
: checking assembler subsection support"
>
&5
echo
"configure:60
06
: checking assembler subsection support"
>
&5
gcc_cv_as_subsections
=
gcc_cv_as_subsections
=
if
test
x
$gcc_cv_as
!=
x
;
then
if
test
x
$gcc_cv_as
!=
x
;
then
# Check if we have .subsection
# Check if we have .subsection
...
@@ -6356,7 +6274,7 @@ fi
...
@@ -6356,7 +6274,7 @@ fi
# Warn if using init_priority.
# Warn if using init_priority.
echo
$ac_n
"checking whether to enable init_priority by default""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether to enable init_priority by default""...
$ac_c
"
1>&6
echo
"configure:6
360
: checking whether to enable init_priority by default"
>
&5
echo
"configure:6
278
: checking whether to enable init_priority by default"
>
&5
if
test
x
$enable_init_priority
!=
xyes
;
then
if
test
x
$enable_init_priority
!=
xyes
;
then
enable_init_priority
=
no
enable_init_priority
=
no
fi
fi
...
@@ -6487,7 +6405,7 @@ EOF
...
@@ -6487,7 +6405,7 @@ EOF
# Ultrix sh set writes to stderr and can't be redirected directly,
# Ultrix sh set writes to stderr and can't be redirected directly,
# and sets the high bit in the cache file unless we assign to the vars.
# and sets the high bit in the cache file unless we assign to the vars.
(
set
)
2>&1 |
(
set
)
2>&1 |
case
`
(
ac_space
=
' '
;
set
|
grep
ac_space
)
2>&1
`
in
case
`
(
ac_space
=
' '
;
set
)
2>&1 |
grep
ac_space
`
in
*
ac_space
=
\
*
)
*
ac_space
=
\
*
)
# `set' does not quote correctly, so add quotes (double-quote substitution
# `set' does not quote correctly, so add quotes (double-quote substitution
# turns \\\\ into \\, and sed turns \\ into \).
# turns \\\\ into \\, and sed turns \\ into \).
...
@@ -6554,7 +6472,7 @@ do
...
@@ -6554,7 +6472,7 @@ do
echo "running \
${
CONFIG_SHELL
-/bin/sh
}
$0
$ac_configure_args
--no-create --no-recursion"
echo "running \
${
CONFIG_SHELL
-/bin/sh
}
$0
$ac_configure_args
--no-create --no-recursion"
exec \
${
CONFIG_SHELL
-/bin/sh
}
$0
$ac_configure_args
--no-create --no-recursion ;;
exec \
${
CONFIG_SHELL
-/bin/sh
}
$0
$ac_configure_args
--no-create --no-recursion ;;
-version | --version | --versio | --versi | --vers | --ver | --ve | --v)
-version | --version | --versio | --versi | --vers | --ver | --ve | --v)
echo "
$CONFIG_STATUS
generated by autoconf version 2.1
3
"
echo "
$CONFIG_STATUS
generated by autoconf version 2.1
2.1
"
exit 0 ;;
exit 0 ;;
-help | --help | --hel | --he | --h)
-help | --help | --hel | --he | --h)
echo "\
$ac_cs_usage
"; exit 0 ;;
echo "\
$ac_cs_usage
"; exit 0 ;;
...
@@ -6577,7 +6495,6 @@ s%@SHELL@%$SHELL%g
...
@@ -6577,7 +6495,6 @@ s%@SHELL@%$SHELL%g
s%@CFLAGS@%
$CFLAGS
%g
s%@CFLAGS@%
$CFLAGS
%g
s%@CPPFLAGS@%
$CPPFLAGS
%g
s%@CPPFLAGS@%
$CPPFLAGS
%g
s%@CXXFLAGS@%
$CXXFLAGS
%g
s%@CXXFLAGS@%
$CXXFLAGS
%g
s%@FFLAGS@%
$FFLAGS
%g
s%@DEFS@%
$DEFS
%g
s%@DEFS@%
$DEFS
%g
s%@LDFLAGS@%
$LDFLAGS
%g
s%@LDFLAGS@%
$LDFLAGS
%g
s%@LIBS@%
$LIBS
%g
s%@LIBS@%
$LIBS
%g
...
...
gcc/configure.in
View file @
4283012f
# configure.in for GNU CC
# configure.in for GNU CC
# Process this file with autoconf to generate a configuration script.
# Process this file with autoconf to generate a configuration script.
# Copyright (C) 1997, 1998 Free Software Foundation, Inc.
# Copyright (C) 1997, 1998
, 1999
Free Software Foundation, Inc.
#This file is part of GNU CC.
#This file is part of GNU CC.
...
...
gcc/cpp.texi
View file @
4283012f
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
@ifinfo
@ifinfo
This
file
documents
the
GNU
C
Preprocessor
.
This
file
documents
the
GNU
C
Preprocessor
.
Copyright
1987
,
1989
,
1991
,
1992
,
1993
,
1994
,
1995
Free
Software
Copyright
1987
,
1989
,
1991
,
1992
,
1993
,
1994
,
1995
,
1997
,
1998
Free
Software
Foundation
,
Inc
.
Foundation
,
Inc
.
Permission
is
granted
to
make
and
distribute
verbatim
copies
of
Permission
is
granted
to
make
and
distribute
verbatim
copies
of
...
...
gcc/cpphash.c
View file @
4283012f
/* Part of CPP library. (Macro hash table support.)
/* Part of CPP library. (Macro hash table support.)
Copyright (C) 1986, 87, 89, 92-95, 1996 Free Software Foundation, Inc.
Copyright (C) 1986, 87, 89, 92-95, 1996
, 1998
Free Software Foundation, Inc.
Written by Per Bothner, 1994.
Written by Per Bothner, 1994.
Based on CCCP program by Paul Rubin, June 1986
Based on CCCP program by Paul Rubin, June 1986
Adapted to ANSI C, Richard Stallman, Jan 1987
Adapted to ANSI C, Richard Stallman, Jan 1987
...
...
gcc/cpphash.h
View file @
4283012f
/* Part of CPP library. (Macro hash table support.)
Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2, or (at your option) any
later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
/* different kinds of things that can appear in the value field
/* different kinds of things that can appear in the value field
of a hash node. Actually, this may be useless now. */
of a hash node. Actually, this may be useless now. */
union
hashval
{
union
hashval
{
...
...
gcc/cppmain.c
View file @
4283012f
/* CPP main program, using CPP Library.
/* CPP main program, using CPP Library.
Copyright (C) 1995, 1997 Free Software Foundation, Inc.
Copyright (C) 1995, 1997
, 1998
Free Software Foundation, Inc.
Written by Per Bothner, 1994-95.
Written by Per Bothner, 1994-95.
This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it
...
...
gcc/defaults.h
View file @
4283012f
/* Definitions of various defaults for how to do assembler output
/* Definitions of various defaults for how to do assembler output
(most of which are designed to be appropriate for GAS or for
(most of which are designed to be appropriate for GAS or for
some BSD assembler).
some BSD assembler).
Copyright (C) 1992, 1996 Free Software Foundation, Inc.
Copyright (C) 1992, 1996
, 1997, 1998
Free Software Foundation, Inc.
Contributed by Ron Guilmette (rfg@monkeys.com)
Contributed by Ron Guilmette (rfg@monkeys.com)
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/doprint.c
View file @
4283012f
/* Provide a version _doprnt in terms of fprintf.
/* Provide a version _doprnt in terms of fprintf.
By Kaveh Ghazi (ghazi@caip.rutgers.edu) 3/29/98
Copyright (C) 1998 Free Software Foundation, Inc.
Copyright (C) 1998 Free Software Foundation, Inc.
Contributed by Kaveh Ghazi (ghazi@caip.rutgers.edu) 3/29/98
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2, or (at your option) any
later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
*/
*/
#include "config.h"
#include "config.h"
...
...
gcc/dwarfout.c
View file @
4283012f
/* Output Dwarf format symbol table information from the GNU C compiler.
/* Output Dwarf format symbol table information from the GNU C compiler.
Copyright (C) 1992, 1993,
1995, 1996, 1997
Free Software Foundation, Inc.
Copyright (C) 1992, 1993,
95-97, 1998
Free Software Foundation, Inc.
Contributed by Ron Guilmette (rfg@monkeys.com) of Network Computing Devices.
Contributed by Ron Guilmette (rfg@monkeys.com) of Network Computing Devices.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/eh-common.h
View file @
4283012f
/* Copyright (C) 1997 Free Software Foundation, Inc.
/* EH stuff
This file is part of GNU CC. */
Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2, or (at your option) any
later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* This file contains the structures required for the language
/* This file contains the structures required for the language
independant exception handling model. Both the static compiler and
independant exception handling model. Both the static compiler and
...
...
gcc/except.h
View file @
4283012f
/* Exception Handling interface routines.
/* Exception Handling interface routines.
Copyright (C) 1996, 1997 Free Software Foundation, Inc.
Copyright (C) 1996, 1997
, 1998
Free Software Foundation, Inc.
Contributed by Mike Stump <mrs@cygnus.com>.
Contributed by Mike Stump <mrs@cygnus.com>.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/fixinc.irix
View file @
4283012f
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Install modified versions of certain problematic Irix include files.
# Install modified versions of certain problematic Irix include files.
# If possible, create a wrapper (see fixinc.wrap) instead of copying files.
# If possible, create a wrapper (see fixinc.wrap) instead of copying files.
#
#
# Copyright (C) 1997 Free Software Foundation, Inc.
# Copyright (C) 1997
, 1998
Free Software Foundation, Inc.
# Contributed by Brendan Kehoe (brendan@cygnus.com).
# Contributed by Brendan Kehoe (brendan@cygnus.com).
#
#
# This file is part of GNU CC.
# This file is part of GNU CC.
...
...
gcc/fixinc.sco
View file @
4283012f
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
# Based on fixinc.svr4 script by Ron Guilmette (rfg@ncd.com) (SCO
# Based on fixinc.svr4 script by Ron Guilmette (rfg@ncd.com) (SCO
# modifications by Ian Lance Taylor (ian@airs.com)).
# modifications by Ian Lance Taylor (ian@airs.com)).
#
#
# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
# Copyright (C) 1995, 1996, 1997
, 1998
Free Software Foundation, Inc.
#
#
# This file is part of GNU CC.
# This file is part of GNU CC.
#
#
...
...
gcc/fixinc.svr4
View file @
4283012f
#! /bin/sh
#! /bin/sh
# Install modified versions of certain ANSI-incompatible
# Install modified versions of certain ANSI-incompatible
# native System V Release 4 system include files.
# native System V Release 4 system include files.
# Copyright (C) 1994, 1996, 1997 Free Software Foundation, Inc.
# Copyright (C) 1994, 1996, 1997
, 1998
Free Software Foundation, Inc.
# Contributed by Ron Guilmette (rfg@monkeys.com).
# Contributed by Ron Guilmette (rfg@monkeys.com).
#
#
# This file is part of GNU CC.
# This file is part of GNU CC.
...
...
gcc/fixproto
View file @
4283012f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
# fixproto TARGET-DIR SOURCE-DIR-ALL SOURCE-DIR-STD
# fixproto TARGET-DIR SOURCE-DIR-ALL SOURCE-DIR-STD
#
#
# COPYRIGHT
# COPYRIGHT
# Copyright (C) 1993, 1994 Free Software Foundation, Inc.
# Copyright (C) 1993, 1994
, 1997, 1998
Free Software Foundation, Inc.
# This file is part of GNU CC.
# This file is part of GNU CC.
#
#
# GNU CC is free software; you can redistribute it and/or modify
# GNU CC is free software; you can redistribute it and/or modify
...
...
gcc/frame.h
View file @
4283012f
/* Copyright (C) 1997 Free Software Foundation, Inc.
/* Header file for unwinding stack frames for exception handling. */
This file is part of GNU CC. */
/* Compile this one with gcc. */
/* Copyright (C) 1997, 1998 Free Software Foundation, Inc.
Contributed by Jason Merrill <jason@cygnus.com>.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
GNU CC is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
typedef
struct
frame_state
typedef
struct
frame_state
{
{
...
...
gcc/gcov-io.h
View file @
4283012f
/* Machine-independent I/O routines for gcov.
/* Machine-independent I/O routines for gcov.
Copyright (C) 1996, 1997 Free Software Foundation, Inc.
Copyright (C) 1996, 1997
, 1998
Free Software Foundation, Inc.
Contributed by Bob Manson <manson@cygnus.com>.
Contributed by Bob Manson <manson@cygnus.com>.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/gencodes.c
View file @
4283012f
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
- some macros CODE_FOR_... giving the insn_code_number value
- some macros CODE_FOR_... giving the insn_code_number value
for each of the defined standard insn names.
for each of the defined standard insn names.
Copyright (C) 1987, 1991, 1995 Free Software Foundation, Inc.
Copyright (C) 1987, 1991, 1995
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/gengenrtl.c
View file @
4283012f
/* Generate code to allocate RTL structures.
/* Generate code to allocate RTL structures.
Copyright (C) 1997 Free Software Foundation, Inc.
Copyright (C) 1997
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/global.c
View file @
4283012f
/* Allocate registers for pseudo-registers that span basic blocks.
/* Allocate registers for pseudo-registers that span basic blocks.
Copyright (C) 1987, 88, 91, 94, 96, 1997 Free Software Foundation, Inc.
Copyright (C) 1987, 88, 91, 94, 96, 1997
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/gmon.c
View file @
4283012f
/*-
/*-
* Copyright (c) 1991 The Regents of the University of California.
* Copyright (c) 1991
, 1998
The Regents of the University of California.
* All rights reserved.
* All rights reserved.
*
*
* Redistribution and use in source and binary forms, with or without
* Redistribution and use in source and binary forms, with or without
...
...
gcc/halfpic.c
View file @
4283012f
/* OSF/rose half-pic support functions.
/* OSF/rose half-pic support functions.
Copyright (C) 1992, 1997 Free Software Foundation, Inc.
Copyright (C) 1992, 1997
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/halfpic.h
View file @
4283012f
/* OSF/rose half-pic support definitions.
/* OSF/rose half-pic support definitions.
Copyright (C) 1992, 1996, 1997 Free Software Foundation, Inc.
Copyright (C) 1992, 1996, 1997
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/hash.c
View file @
4283012f
/* hash.c -- hash table routines
/* hash.c -- hash table routines
Copyright (C) 1993,
94
Free Software Foundation, Inc.
Copyright (C) 1993,
1994, 1998
Free Software Foundation, Inc.
Written by Steve Chamberlain <sac@cygnus.com>
Written by Steve Chamberlain <sac@cygnus.com>
This file was lifted from BFD, the Binary File Descriptor library.
This file was lifted from BFD, the Binary File Descriptor library.
...
...
gcc/hash.h
View file @
4283012f
/* Header file for generic hash table support.
/* Header file for generic hash table support.
Copyright (C) 1993,
94
Free Software Foundation, Inc.
Copyright (C) 1993,
1994, 1997, 1998
Free Software Foundation, Inc.
Written by Steve Chamberlain <sac@cygnus.com>
Written by Steve Chamberlain <sac@cygnus.com>
This file was lifted from BFD, the Binary File Descriptor library.
This file was lifted from BFD, the Binary File Descriptor library.
...
...
gcc/input.h
View file @
4283012f
/* Declarations for variables relating to reading the source file.
/* Declarations for variables relating to reading the source file.
Used by parsers, lexical analyzers, and error message routines.
Used by parsers, lexical analyzers, and error message routines.
Copyright (C) 1993, 1997 Free Software Foundation, Inc.
Copyright (C) 1993, 1997
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/longlong.h
View file @
4283012f
/* longlong.h -- definitions for mixed size 32/64 bit arithmetic.
/* longlong.h -- definitions for mixed size 32/64 bit arithmetic.
Copyright (C) 1991, 92, 94, 95, 96, 1997 Free Software Foundation, Inc.
Copyright (C) 1991, 92, 94, 95, 96, 1997
, 1998
Free Software Foundation, Inc.
This definition file is free software; you can redistribute it
This definition file is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public
and/or modify it under the terms of the GNU General Public
...
...
gcc/machmode.h
View file @
4283012f
/* Machine mode definitions for GNU C-Compiler; included by rtl.h and tree.h.
/* Machine mode definitions for GNU C-Compiler; included by rtl.h and tree.h.
Copyright (C) 1991, 1993, 1994, 1996 Free Software Foundation, Inc.
Copyright (C) 1991, 1993, 1994, 1996
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/mbchar.h
View file @
4283012f
/* mbchar.h - Various declarations for functions found in mbchar.c
/* mbchar.h - Various declarations for functions found in mbchar.c
Copyright (C) 1998 Free Software Foundation, Inc.
Copyright (C) 1998 Free Software Foundation, Inc.
*/
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
GNU CC is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef __GCC_MBCHAR_H__
#ifndef __GCC_MBCHAR_H__
#define __GCC_MBCHAR_H__
#define __GCC_MBCHAR_H__
...
...
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