update to most recent gcc 4.1 snapshot.
This commit is contained in:
parent
a3cfdd3187
commit
df8dfd269b
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2005/06/13 19:54:30 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2005/08/04 14:51:36 espie Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= alpha i386 m68k sparc sparc64 powerpc vax
|
||||
|
||||
V=4.1.0
|
||||
FULL_VERSION=4.1-20050611
|
||||
FULL_VERSION=4.1-20050730
|
||||
|
||||
MAINTAINER= Marc Espie <espie@openbsd.org>
|
||||
|
||||
@ -12,7 +12,7 @@ MAKE_FORTRAN=Yes
|
||||
MAKE_OBJC=Yes
|
||||
#MAKE_JAVA=Yes
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
#MAKE_ADA=Yes
|
||||
MAKE_ADA=Yes
|
||||
.endif
|
||||
|
||||
MAKE_GXX?=No
|
||||
@ -103,6 +103,7 @@ post-extract:
|
||||
echo 'GNAT_ROOT=${WRKDIR}/bootstrap GCC_ROOT=${WRKDIR}/bootstrap exec ${WRKDIR}/bootstrap/bin/$f "$$@"' >>${WRKDIR}/bin/$f
|
||||
chmod a+x ${WRKDIR}/bin/$f
|
||||
.endfor
|
||||
ln -s /usr/bin/nm ${WRKDIR}/bin/enm
|
||||
|
||||
.endif
|
||||
CONFIGURE_ENV+=am_cv_func_iconv=no
|
||||
@ -120,6 +121,10 @@ CONFIGURE_ARGS+= \
|
||||
--disable-checking \
|
||||
--with-system-zlib \
|
||||
--enable-libmudflap \
|
||||
--with-as=/usr/bin/as \
|
||||
--with-ld=/usr/bin/ld \
|
||||
--with-gnu-ld \
|
||||
--with-gnu-as \
|
||||
--enable-languages=${LANGS}
|
||||
|
||||
# This is needed, as internal cpp is no longer compatible with the
|
||||
|
@ -1,8 +1,8 @@
|
||||
MD5 (gcc/adastrap-i386-3.3.6-1.tgz) = 25523c49f52c3c683143cc4da464f0f6
|
||||
MD5 (gcc/gcc-4.1-20050611.tar.bz2) = efe0f21fa53b80ebbc89366164aad8d1
|
||||
MD5 (gcc/gcc-4.1-20050730.tar.bz2) = 27f530a385a1a8155c6cf2a10e0cc072
|
||||
RMD160 (gcc/adastrap-i386-3.3.6-1.tgz) = 5da199ba8fabe3c7790602361f2e23a21bbc47f6
|
||||
RMD160 (gcc/gcc-4.1-20050611.tar.bz2) = 20458296fd7da85ede532102cebf78a54d064a4a
|
||||
RMD160 (gcc/gcc-4.1-20050730.tar.bz2) = 93f3c2b15335f1c96d2fee0a42cd56e217025c4f
|
||||
SHA1 (gcc/adastrap-i386-3.3.6-1.tgz) = 92f68923281bc65f71608574822456ba56f3c92b
|
||||
SHA1 (gcc/gcc-4.1-20050611.tar.bz2) = 6106ae4dd72cf0f4292344bdf1a522580038b45a
|
||||
SHA1 (gcc/gcc-4.1-20050730.tar.bz2) = 7a0259f03c70dad37f07d8a7a9933ff7a245861b
|
||||
SIZE (gcc/adastrap-i386-3.3.6-1.tgz) = 16737430
|
||||
SIZE (gcc/gcc-4.1-20050611.tar.bz2) = 30399605
|
||||
SIZE (gcc/gcc-4.1-20050730.tar.bz2) = 33742384
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-fixincludes_Makefile_in,v 1.3 2005/05/21 10:34:43 espie Exp $
|
||||
--- fixincludes/Makefile.in.orig Mon Mar 21 18:50:19 2005
|
||||
+++ fixincludes/Makefile.in Mon May 16 17:43:08 2005
|
||||
@@ -168,8 +168,8 @@ $(srcdir)/aclocal.m4: @MAINT@ $(srcdir)/
|
||||
$OpenBSD: patch-fixincludes_Makefile_in,v 1.4 2005/08/04 14:51:36 espie Exp $
|
||||
--- fixincludes/Makefile.in.orig Sat Jul 16 16:17:51 2005
|
||||
+++ fixincludes/Makefile.in Thu Aug 4 10:53:59 2005
|
||||
@@ -169,8 +169,8 @@ $(srcdir)/aclocal.m4: @MAINT@ $(srcdir)/
|
||||
cp $(srcdir)/../gcc/aclocal.m4 .
|
||||
|
||||
check : all
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-gcc_config_host,v 1.3 2005/05/21 10:34:43 espie Exp $
|
||||
--- gcc/config.host.orig Wed Apr 6 10:41:33 2005
|
||||
+++ gcc/config.host Mon May 16 17:43:10 2005
|
||||
@@ -191,6 +191,10 @@ case ${host} in
|
||||
$OpenBSD: patch-gcc_config_host,v 1.4 2005/08/04 14:51:36 espie Exp $
|
||||
--- gcc/config.host.orig Wed Jul 20 08:38:59 2005
|
||||
+++ gcc/config.host Thu Aug 4 10:54:00 2005
|
||||
@@ -188,6 +188,10 @@ case ${host} in
|
||||
out_host_hook_obj=host-solaris.o
|
||||
host_xmake_file=x-solaris
|
||||
;;
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-gcc_coverage_c,v 1.3 2005/05/21 10:34:43 espie Exp $
|
||||
--- gcc/coverage.c.orig Thu Apr 28 07:38:31 2005
|
||||
+++ gcc/coverage.c Mon May 16 17:43:10 2005
|
||||
@@ -829,7 +829,7 @@ build_gcov_info (void)
|
||||
$OpenBSD: patch-gcc_coverage_c,v 1.4 2005/08/04 14:51:36 espie Exp $
|
||||
--- gcc/coverage.c.orig Thu Jul 28 23:48:23 2005
|
||||
+++ gcc/coverage.c Thu Aug 4 10:54:00 2005
|
||||
@@ -807,7 +807,7 @@ build_gcov_info (void)
|
||||
fields = field;
|
||||
filename = getpwd ();
|
||||
filename = (filename && da_file_name[0] != '/'
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-gcc_cp_call_c,v 1.3 2005/05/21 10:34:43 espie Exp $
|
||||
--- gcc/cp/call.c.orig Sat Apr 23 23:28:47 2005
|
||||
+++ gcc/cp/call.c Mon May 16 17:43:11 2005
|
||||
@@ -5170,7 +5170,7 @@ name_as_c_string (tree name, tree type,
|
||||
$OpenBSD: patch-gcc_cp_call_c,v 1.4 2005/08/04 14:51:36 espie Exp $
|
||||
--- gcc/cp/call.c.orig Thu Jul 28 20:08:46 2005
|
||||
+++ gcc/cp/call.c Thu Aug 4 10:54:00 2005
|
||||
@@ -5200,7 +5200,7 @@ name_as_c_string (tree name, tree type,
|
||||
|| name == base_dtor_identifier
|
||||
|| name == deleting_dtor_identifier)
|
||||
{
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-gcc_cp_call_c,v 1.3 2005/05/21 10:34:43 espie Exp $
|
||||
/* Remember that we need to free the memory allocated. */
|
||||
*free_p = true;
|
||||
}
|
||||
@@ -5180,7 +5180,7 @@ name_as_c_string (tree name, tree type,
|
||||
@@ -5210,7 +5210,7 @@ name_as_c_string (tree name, tree type,
|
||||
pretty_name = concat ("operator ",
|
||||
type_as_string (TREE_TYPE (name),
|
||||
TFF_PLAIN_IDENTIFIER),
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-gcc_cp_decl2_c,v 1.1 2005/05/29 13:27:17 espie Exp $
|
||||
--- gcc/cp/decl2.c.orig Sun May 29 14:39:58 2005
|
||||
+++ gcc/cp/decl2.c Sun May 29 14:40:07 2005
|
||||
@@ -2763,7 +2763,7 @@ build_java_method_aliases (void)
|
||||
$OpenBSD: patch-gcc_cp_decl2_c,v 1.2 2005/08/04 14:51:37 espie Exp $
|
||||
--- gcc/cp/decl2.c.orig Wed Jul 20 03:19:10 2005
|
||||
+++ gcc/cp/decl2.c Thu Aug 4 10:54:00 2005
|
||||
@@ -2753,7 +2753,7 @@ build_java_method_aliases (void)
|
||||
oid = DECL_ASSEMBLER_NAME (fndecl);
|
||||
oname = IDENTIFIER_POINTER (oid);
|
||||
gcc_assert (oname[0] == '_' && oname[1] == 'Z');
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-gcc_cp_g++spec_c,v 1.2 2005/03/07 16:30:06 espie Exp $
|
||||
--- gcc/cp/g++spec.c.orig Tue Sep 14 01:21:39 2004
|
||||
+++ gcc/cp/g++spec.c Tue Sep 14 01:22:16 2004
|
||||
@@ -40,7 +40,7 @@ Boston, MA 02111-1307, USA. */
|
||||
$OpenBSD: patch-gcc_cp_g++spec_c,v 1.3 2005/08/04 14:51:37 espie Exp $
|
||||
--- gcc/cp/g++spec.c.orig Sat Jun 25 02:58:12 2005
|
||||
+++ gcc/cp/g++spec.c Thu Aug 4 10:54:00 2005
|
||||
@@ -40,7 +40,7 @@ Boston, MA 02110-1301, USA. */
|
||||
#endif
|
||||
|
||||
#ifndef LIBSTDCXX
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-gcc_cp_parser_c,v 1.5 2005/06/13 19:54:30 espie Exp $
|
||||
--- gcc/cp/parser.c.orig Wed Jun 8 13:09:00 2005
|
||||
+++ gcc/cp/parser.c Mon Jun 13 18:58:25 2005
|
||||
@@ -15832,7 +15832,7 @@ cp_parser_require (cp_parser* parser,
|
||||
$OpenBSD: patch-gcc_cp_parser_c,v 1.6 2005/08/04 14:51:37 espie Exp $
|
||||
--- gcc/cp/parser.c.orig Fri Jul 22 09:30:49 2005
|
||||
+++ gcc/cp/parser.c Thu Aug 4 10:54:01 2005
|
||||
@@ -15842,7 +15842,7 @@ cp_parser_require (cp_parser* parser,
|
||||
/* Output the MESSAGE -- unless we're parsing tentatively. */
|
||||
if (!cp_parser_simulate_error (parser))
|
||||
{
|
||||
|
@ -1,12 +1,12 @@
|
||||
$OpenBSD: patch-gcc_diagnostic_c,v 1.1 2005/05/29 10:56:14 espie Exp $
|
||||
--- gcc/diagnostic.c.orig Mon May 16 19:29:38 2005
|
||||
+++ gcc/diagnostic.c Mon May 16 19:29:56 2005
|
||||
@@ -345,7 +345,7 @@ diagnostic_report_diagnostic (diagnostic
|
||||
$OpenBSD: patch-gcc_diagnostic_c,v 1.2 2005/08/04 14:51:37 espie Exp $
|
||||
--- gcc/diagnostic.c.orig Fri Jul 1 16:26:18 2005
|
||||
+++ gcc/diagnostic.c Thu Aug 4 10:54:01 2005
|
||||
@@ -346,7 +346,7 @@ diagnostic_report_diagnostic (diagnostic
|
||||
if (context->show_option_requested && diagnostic->option_index)
|
||||
diagnostic->message.format_spec
|
||||
= ACONCAT ((diagnostic->message.format_spec,
|
||||
- " [", cl_options[diagnostic->option_index].opt_text, "]", NULL));
|
||||
+ " [", cl_options[diagnostic->option_index].opt_text, "]", (char *)0));
|
||||
|
||||
pp_prepare_to_format (context->printer, &diagnostic->message,
|
||||
&diagnostic->location);
|
||||
diagnostic->message.locus = &diagnostic->location;
|
||||
pp_format (context->printer, &diagnostic->message);
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-gcc_gcc_c,v 1.3 2005/05/21 10:34:43 espie Exp $
|
||||
--- gcc/gcc.c.orig Sun May 15 19:06:16 2005
|
||||
+++ gcc/gcc.c Mon May 16 17:43:12 2005
|
||||
@@ -1288,7 +1288,7 @@ translate_options (int *argcp, const cha
|
||||
$OpenBSD: patch-gcc_gcc_c,v 1.4 2005/08/04 14:51:37 espie Exp $
|
||||
--- gcc/gcc.c.orig Mon Jul 25 21:41:58 2005
|
||||
+++ gcc/gcc.c Thu Aug 4 10:54:01 2005
|
||||
@@ -1300,7 +1300,7 @@ translate_options (int *argcp, const cha
|
||||
/* Store the translation as one argv elt or as two. */
|
||||
if (arg != 0 && strchr (arginfo, 'j') != 0)
|
||||
newv[newindex++] = concat (option_map[j].equivalent, arg,
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.3 2005/05/21 10:34:43 espie Exp $
|
||||
else if (arg != 0)
|
||||
{
|
||||
newv[newindex++] = option_map[j].equivalent;
|
||||
@@ -1605,7 +1605,7 @@ init_gcc_specs (struct obstack *obstack,
|
||||
@@ -1619,7 +1619,7 @@ init_gcc_specs (struct obstack *obstack,
|
||||
shared_name,
|
||||
#endif
|
||||
#endif
|
||||
@ -19,7 +19,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.3 2005/05/21 10:34:43 espie Exp $
|
||||
|
||||
obstack_grow (obstack, buf, strlen (buf));
|
||||
free (buf);
|
||||
@@ -1803,7 +1803,7 @@ set_spec (const char *name, const char *
|
||||
@@ -1817,7 +1817,7 @@ set_spec (const char *name, const char *
|
||||
|
||||
old_spec = *(sl->ptr_spec);
|
||||
*(sl->ptr_spec) = ((spec[0] == '+' && ISSPACE ((unsigned char)spec[1]))
|
||||
@ -28,7 +28,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.3 2005/05/21 10:34:43 espie Exp $
|
||||
: xstrdup (spec));
|
||||
|
||||
#ifdef DEBUG_SPECS
|
||||
@@ -2461,10 +2461,10 @@ find_a_file (struct path_prefix *pprefix
|
||||
@@ -2475,10 +2475,10 @@ find_a_file (struct path_prefix *pprefix
|
||||
len += len1 > len2 ? len1 : len2;
|
||||
if (multilib_dir)
|
||||
multilib_name = ACONCAT ((multilib_dir, dir_separator_str, name,
|
||||
@ -41,7 +41,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.3 2005/05/21 10:34:43 espie Exp $
|
||||
}
|
||||
|
||||
temp = xmalloc (len);
|
||||
@@ -2623,8 +2623,8 @@ add_sysrooted_prefix (struct path_prefix
|
||||
@@ -2637,8 +2637,8 @@ add_sysrooted_prefix (struct path_prefix
|
||||
if (target_system_root)
|
||||
{
|
||||
if (target_sysroot_suffix)
|
||||
@ -52,7 +52,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.3 2005/05/21 10:34:43 espie Exp $
|
||||
|
||||
/* We have to override this because GCC's notion of sysroot
|
||||
moves along with GCC. */
|
||||
@@ -3192,7 +3192,7 @@ process_command (int argc, const char **
|
||||
@@ -3216,7 +3216,7 @@ process_command (int argc, const char **
|
||||
break;
|
||||
new_argv0 = xmemdup (progname, baselen,
|
||||
baselen + concat_length (new_version, new_machine,
|
||||
@ -61,7 +61,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.3 2005/05/21 10:34:43 espie Exp $
|
||||
strcpy (new_argv0 + baselen, new_machine);
|
||||
strcat (new_argv0, "-gcc-");
|
||||
strcat (new_argv0, new_version);
|
||||
@@ -3219,7 +3219,7 @@ process_command (int argc, const char **
|
||||
@@ -3243,7 +3243,7 @@ process_command (int argc, const char **
|
||||
standard_bindir_prefix,
|
||||
standard_libexec_prefix);
|
||||
if (gcc_exec_prefix)
|
||||
@ -70,7 +70,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.3 2005/05/21 10:34:43 espie Exp $
|
||||
}
|
||||
else
|
||||
gcc_libexec_prefix = make_relative_prefix (gcc_exec_prefix,
|
||||
@@ -3266,7 +3266,7 @@ process_command (int argc, const char **
|
||||
@@ -3290,7 +3290,7 @@ process_command (int argc, const char **
|
||||
{
|
||||
strncpy (nstore, startp, endp - startp);
|
||||
if (endp == startp)
|
||||
@ -79,7 +79,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.3 2005/05/21 10:34:43 espie Exp $
|
||||
else if (!IS_DIR_SEPARATOR (endp[-1]))
|
||||
{
|
||||
nstore[endp - startp] = DIR_SEPARATOR;
|
||||
@@ -3300,7 +3300,7 @@ process_command (int argc, const char **
|
||||
@@ -3324,7 +3324,7 @@ process_command (int argc, const char **
|
||||
{
|
||||
strncpy (nstore, startp, endp - startp);
|
||||
if (endp == startp)
|
||||
@ -88,7 +88,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.3 2005/05/21 10:34:43 espie Exp $
|
||||
else if (!IS_DIR_SEPARATOR (endp[-1]))
|
||||
{
|
||||
nstore[endp - startp] = DIR_SEPARATOR;
|
||||
@@ -3333,7 +3333,7 @@ process_command (int argc, const char **
|
||||
@@ -3357,7 +3357,7 @@ process_command (int argc, const char **
|
||||
{
|
||||
strncpy (nstore, startp, endp - startp);
|
||||
if (endp == startp)
|
||||
@ -97,7 +97,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.3 2005/05/21 10:34:43 espie Exp $
|
||||
else if (!IS_DIR_SEPARATOR (endp[-1]))
|
||||
{
|
||||
nstore[endp - startp] = DIR_SEPARATOR;
|
||||
@@ -3796,7 +3796,7 @@ warranty; not even for MERCHANTABILITY o
|
||||
@@ -3820,7 +3820,7 @@ warranty; not even for MERCHANTABILITY o
|
||||
PREFIX_PRIORITY_LAST, 1, 0);
|
||||
|
||||
tooldir_prefix = concat (tooldir_base_prefix, spec_machine,
|
||||
@ -106,7 +106,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.3 2005/05/21 10:34:43 espie Exp $
|
||||
|
||||
/* If tooldir is relative, base it on exec_prefixes. A relative
|
||||
tooldir lets us move the installed tree as a unit.
|
||||
@@ -3811,28 +3811,28 @@ warranty; not even for MERCHANTABILITY o
|
||||
@@ -3835,28 +3835,28 @@ warranty; not even for MERCHANTABILITY o
|
||||
{
|
||||
char *gcc_exec_tooldir_prefix
|
||||
= concat (gcc_exec_prefix, spec_machine, dir_separator_str,
|
||||
@ -141,7 +141,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.3 2005/05/21 10:34:43 espie Exp $
|
||||
"BINUTILS", PREFIX_PRIORITY_LAST, 0, 1);
|
||||
|
||||
#if defined(TARGET_SYSTEM_ROOT_RELOCATABLE) && !defined(VMS)
|
||||
@@ -3951,7 +3951,7 @@ warranty; not even for MERCHANTABILITY o
|
||||
@@ -3980,7 +3980,7 @@ warranty; not even for MERCHANTABILITY o
|
||||
{ /* POSIX allows separation of -l and the lib arg;
|
||||
canonicalize by concatenating -l with its arg */
|
||||
infiles[n_infiles].language = "*";
|
||||
@ -150,7 +150,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.3 2005/05/21 10:34:43 espie Exp $
|
||||
}
|
||||
else if (strncmp (argv[i], "-l", 2) == 0)
|
||||
{
|
||||
@@ -5906,11 +5906,11 @@ is_directory (const char *path1, const c
|
||||
@@ -5935,11 +5935,11 @@ is_directory (const char *path1, const c
|
||||
if (linker
|
||||
&& ((cp - path == 6
|
||||
&& strcmp (path, concat (dir_separator_str, "lib",
|
||||
@ -164,7 +164,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.3 2005/05/21 10:34:43 espie Exp $
|
||||
return 0;
|
||||
|
||||
return (stat (path, &st) >= 0 && S_ISDIR (st.st_mode));
|
||||
@@ -6097,8 +6097,8 @@ main (int argc, const char **argv)
|
||||
@@ -6126,8 +6126,8 @@ main (int argc, const char **argv)
|
||||
/* Read specs from a file if there is one. */
|
||||
|
||||
machine_suffix = concat (spec_machine, dir_separator_str,
|
||||
@ -175,7 +175,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.3 2005/05/21 10:34:43 espie Exp $
|
||||
|
||||
specs_file = find_a_file (&startfile_prefixes, "specs", R_OK, 0);
|
||||
/* Read the specs file unless it is a default one. */
|
||||
@@ -6212,12 +6212,12 @@ main (int argc, const char **argv)
|
||||
@@ -6241,12 +6241,12 @@ main (int argc, const char **argv)
|
||||
if (gcc_exec_prefix)
|
||||
add_prefix (&startfile_prefixes,
|
||||
concat (gcc_exec_prefix, machine_suffix,
|
||||
@ -190,7 +190,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.3 2005/05/21 10:34:43 espie Exp $
|
||||
NULL, PREFIX_PRIORITY_LAST, 0, 1);
|
||||
}
|
||||
|
||||
@@ -6243,7 +6243,7 @@ main (int argc, const char **argv)
|
||||
@@ -6272,7 +6272,7 @@ main (int argc, const char **argv)
|
||||
/* If we have a GCC_EXEC_PREFIX envvar, modify it for cpp's sake. */
|
||||
if (gcc_exec_prefix)
|
||||
gcc_exec_prefix = concat (gcc_exec_prefix, spec_machine, dir_separator_str,
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-gcc_objc_objc-act_c,v 1.3 2005/05/29 13:26:49 espie Exp $
|
||||
--- gcc/objc/objc-act.c.orig Wed May 25 17:48:44 2005
|
||||
+++ gcc/objc/objc-act.c Sun May 29 13:55:47 2005
|
||||
@@ -494,7 +494,7 @@ objc_init (void)
|
||||
$OpenBSD: patch-gcc_objc_objc-act_c,v 1.4 2005/08/04 14:51:37 espie Exp $
|
||||
--- gcc/objc/objc-act.c.orig Wed Jul 20 03:19:49 2005
|
||||
+++ gcc/objc/objc-act.c Thu Aug 4 10:54:01 2005
|
||||
@@ -495,7 +495,7 @@ objc_init (void)
|
||||
/* If gen_declaration desired, open the output file. */
|
||||
if (flag_gen_declaration)
|
||||
{
|
||||
|
@ -1,18 +1,18 @@
|
||||
$OpenBSD: patch-gcc_tree-optimize_c,v 1.4 2005/05/29 13:26:49 espie Exp $
|
||||
--- gcc/tree-optimize.c.orig Wed May 25 14:33:36 2005
|
||||
+++ gcc/tree-optimize.c Sun May 29 13:55:47 2005
|
||||
@@ -248,26 +248,26 @@ register_one_dump_file (struct tree_opt_
|
||||
$OpenBSD: patch-gcc_passes_c,v 1.1 2005/08/04 14:51:37 espie Exp $
|
||||
--- gcc/passes.c.orig Thu Aug 4 13:49:53 2005
|
||||
+++ gcc/passes.c Thu Aug 4 13:50:20 2005
|
||||
@@ -316,26 +316,26 @@ register_one_dump_file (struct tree_opt_
|
||||
sprintf (num, "%d", ((int) pass->static_pass_number < 0
|
||||
? 1 : pass->static_pass_number));
|
||||
|
||||
- dot_name = concat (".", pass->name, num, NULL);
|
||||
+ dot_name = concat (".", pass->name, num, (void *)0);
|
||||
+ dot_name = concat (".", pass->name, num, (char *)0);
|
||||
if (ipa)
|
||||
{
|
||||
- flag_name = concat ("ipa-", pass->name, num, NULL);
|
||||
- glob_name = concat ("ipa-", pass->name, NULL);
|
||||
+ flag_name = concat ("ipa-", pass->name, num, (void *)0);
|
||||
+ glob_name = concat ("ipa-", pass->name, (void *)0);
|
||||
+ flag_name = concat ("ipa-", pass->name, num, (char *)0);
|
||||
+ glob_name = concat ("ipa-", pass->name, (char *)0);
|
||||
/* First IPA dump is cgraph that is dumped via separate channels. */
|
||||
pass->static_pass_number = dump_register (dot_name, flag_name, glob_name,
|
||||
TDF_IPA, n + 1, 0);
|
||||
@ -21,8 +21,8 @@ $OpenBSD: patch-gcc_tree-optimize_c,v 1.4 2005/05/29 13:26:49 espie Exp $
|
||||
{
|
||||
- flag_name = concat ("tree-", pass->name, num, NULL);
|
||||
- glob_name = concat ("tree-", pass->name, NULL);
|
||||
+ flag_name = concat ("tree-", pass->name, num, (void *)0);
|
||||
+ glob_name = concat ("tree-", pass->name, (void *)0);
|
||||
+ flag_name = concat ("tree-", pass->name, num, (char *)0);
|
||||
+ glob_name = concat ("tree-", pass->name, (char *)0);
|
||||
pass->static_pass_number = dump_register (dot_name, flag_name, glob_name,
|
||||
TDF_TREE, n + TDI_tree_all, 0);
|
||||
}
|
||||
@ -30,8 +30,8 @@ $OpenBSD: patch-gcc_tree-optimize_c,v 1.4 2005/05/29 13:26:49 espie Exp $
|
||||
{
|
||||
- flag_name = concat ("rtl-", pass->name, num, NULL);
|
||||
- glob_name = concat ("rtl-", pass->name, NULL);
|
||||
+ flag_name = concat ("rtl-", pass->name, num, (void *)0);
|
||||
+ glob_name = concat ("rtl-", pass->name, (void *)0);
|
||||
+ flag_name = concat ("rtl-", pass->name, num, (char *)0);
|
||||
+ glob_name = concat ("rtl-", pass->name, (char *)0);
|
||||
pass->static_pass_number = dump_register (dot_name, flag_name, glob_name,
|
||||
TDF_RTL, n, pass->letter);
|
||||
}
|
@ -1,14 +1,12 @@
|
||||
$OpenBSD: patch-gcc_tree-complex_c,v 1.1 2005/06/13 19:54:30 espie Exp $
|
||||
--- gcc/tree-complex.c.orig Mon Jun 13 20:22:58 2005
|
||||
+++ gcc/tree-complex.c Mon Jun 13 20:23:12 2005
|
||||
@@ -333,8 +333,8 @@ create_components (void)
|
||||
{
|
||||
const char *name = IDENTIFIER_POINTER (DECL_NAME (var));
|
||||
$OpenBSD: patch-gcc_tree-complex_c,v 1.2 2005/08/04 14:51:37 espie Exp $
|
||||
--- gcc/tree-complex.c.orig Fri Jul 29 16:51:58 2005
|
||||
+++ gcc/tree-complex.c Thu Aug 4 10:54:45 2005
|
||||
@@ -397,7 +397,7 @@ create_one_component_var (tree type, tre
|
||||
const char *name = IDENTIFIER_POINTER (DECL_NAME (orig));
|
||||
tree inner_type;
|
||||
|
||||
- DECL_NAME (r) = get_identifier (ACONCAT ((name, "$real", NULL)));
|
||||
- DECL_NAME (i) = get_identifier (ACONCAT ((name, "$imag", NULL)));
|
||||
+ DECL_NAME (r) = get_identifier (ACONCAT ((name, "$real", (char *)0)));
|
||||
+ DECL_NAME (i) = get_identifier (ACONCAT ((name, "$imag", (char *)0)));
|
||||
- DECL_NAME (r) = get_identifier (ACONCAT ((name, suffix, NULL)));
|
||||
+ DECL_NAME (r) = get_identifier (ACONCAT ((name, suffix, (char *)0)));
|
||||
|
||||
SET_DECL_DEBUG_EXPR (r, build1 (REALPART_EXPR, inner_type, var));
|
||||
SET_DECL_DEBUG_EXPR (i, build1 (IMAGPART_EXPR, inner_type, var));
|
||||
inner_type = TREE_TYPE (TREE_TYPE (orig));
|
||||
SET_DECL_DEBUG_EXPR (r, build1 (code, type, orig));
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-gcc_tree-dump_c,v 1.3 2005/05/21 10:34:43 espie Exp $
|
||||
--- gcc/tree-dump.c.orig Fri May 13 15:56:53 2005
|
||||
+++ gcc/tree-dump.c Mon May 16 17:43:14 2005
|
||||
@@ -826,7 +826,7 @@ get_dump_file_name (enum tree_dump_index
|
||||
$OpenBSD: patch-gcc_tree-dump_c,v 1.4 2005/08/04 14:51:37 espie Exp $
|
||||
--- gcc/tree-dump.c.orig Wed Jul 20 03:18:20 2005
|
||||
+++ gcc/tree-dump.c Thu Aug 4 10:54:01 2005
|
||||
@@ -831,7 +831,7 @@ get_dump_file_name (enum tree_dump_index
|
||||
dump_id[0] = '\0';
|
||||
}
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-gcc_tree-vect-transform_c,v 1.4 2005/06/13 19:54:30 espie Exp $
|
||||
--- gcc/tree-vect-transform.c.orig Fri Jun 10 16:51:44 2005
|
||||
+++ gcc/tree-vect-transform.c Mon Jun 13 18:58:26 2005
|
||||
@@ -91,7 +91,7 @@ vect_get_new_vect_var (tree type, enum v
|
||||
prefix = "vect_p";
|
||||
$OpenBSD: patch-gcc_tree-vect-transform_c,v 1.5 2005/08/04 14:51:37 espie Exp $
|
||||
--- gcc/tree-vect-transform.c.orig Mon Jul 25 14:04:50 2005
|
||||
+++ gcc/tree-vect-transform.c Thu Aug 4 10:54:02 2005
|
||||
@@ -104,7 +104,7 @@ vect_get_new_vect_var (tree type, enum v
|
||||
}
|
||||
|
||||
if (name)
|
||||
- new_vect_var = create_tmp_var (type, concat (prefix, name, NULL));
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-gcc_tree_c,v 1.5 2005/06/13 19:54:30 espie Exp $
|
||||
--- gcc/tree.c.orig Tue Jun 7 23:45:01 2005
|
||||
+++ gcc/tree.c Mon Jun 13 18:58:26 2005
|
||||
@@ -6063,11 +6063,11 @@ build_common_builtin_nodes (void)
|
||||
$OpenBSD: patch-gcc_tree_c,v 1.6 2005/08/04 14:51:37 espie Exp $
|
||||
--- gcc/tree.c.orig Thu Jul 28 18:30:00 2005
|
||||
+++ gcc/tree.c Thu Aug 4 10:54:02 2005
|
||||
@@ -6333,11 +6333,11 @@ build_common_builtin_nodes (void)
|
||||
*q = TOLOWER (*p);
|
||||
*q = '\0';
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-gcc_varasm_c,v 1.5 2005/06/13 19:54:30 espie Exp $
|
||||
--- gcc/varasm.c.orig Wed Jun 8 02:15:53 2005
|
||||
+++ gcc/varasm.c Mon Jun 13 18:59:33 2005
|
||||
@@ -192,7 +192,7 @@ initialize_cold_section_name (void)
|
||||
$OpenBSD: patch-gcc_varasm_c,v 1.6 2005/08/04 14:51:37 espie Exp $
|
||||
--- gcc/varasm.c.orig Wed Jul 27 23:02:55 2005
|
||||
+++ gcc/varasm.c Thu Aug 4 10:54:02 2005
|
||||
@@ -195,7 +195,7 @@ initialize_cold_section_name (void)
|
||||
|
||||
stripped_name = targetm.strip_name_encoding (name);
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-libstdc++-v3_libsupc++_Makefile_in,v 1.3 2005/05/21 10:34:43 espie Exp $
|
||||
--- libstdc++-v3/libsupc++/Makefile.in.orig Thu May 5 18:12:17 2005
|
||||
+++ libstdc++-v3/libsupc++/Makefile.in Mon May 16 17:43:15 2005
|
||||
@@ -295,7 +295,7 @@ AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
|
||||
$OpenBSD: patch-libstdc++-v3_libsupc++_Makefile_in,v 1.4 2005/08/04 14:51:37 espie Exp $
|
||||
--- libstdc++-v3/libsupc++/Makefile.in.orig Wed Jul 27 20:28:28 2005
|
||||
+++ libstdc++-v3/libsupc++/Makefile.in Thu Aug 4 10:54:02 2005
|
||||
@@ -298,7 +298,7 @@ AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
|
||||
# Need this library to both be part of libstdc++.a, and installed
|
||||
# separately too.
|
||||
# 1) separate libsupc++.la
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-libstdc++-v3_libsupc++_Makefile_in,v 1.3 2005/05/21 10:34:43 esp
|
||||
# 2) integrated libsupc++convenience.la that is to be a part of libstdc++.a
|
||||
noinst_LTLIBRARIES = libsupc++convenience.la
|
||||
headers = \
|
||||
@@ -473,7 +473,7 @@ clean-toolexeclibLTLIBRARIES:
|
||||
@@ -478,7 +478,7 @@ clean-toolexeclibLTLIBRARIES:
|
||||
echo "rm -f \"$${dir}/so_locations\""; \
|
||||
rm -f "$${dir}/so_locations"; \
|
||||
done
|
||||
|
@ -1,16 +1,16 @@
|
||||
$OpenBSD: patch-libstdc++-v3_src_Makefile_in,v 1.3 2005/05/21 10:34:43 espie Exp $
|
||||
--- libstdc++-v3/src/Makefile.in.orig Thu May 5 18:12:24 2005
|
||||
+++ libstdc++-v3/src/Makefile.in Mon May 16 17:43:15 2005
|
||||
@@ -272,7 +272,7 @@ WARN_CXXFLAGS = \
|
||||
$OpenBSD: patch-libstdc++-v3_src_Makefile_in,v 1.4 2005/08/04 14:51:37 espie Exp $
|
||||
--- libstdc++-v3/src/Makefile.in.orig Wed Jul 27 20:28:31 2005
|
||||
+++ libstdc++-v3/src/Makefile.in Thu Aug 4 10:55:50 2005
|
||||
@@ -274,7 +274,7 @@ WARN_CXXFLAGS = \
|
||||
AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
|
||||
|
||||
# Cross compiler support.
|
||||
-toolexeclib_LTLIBRARIES = libstdc++.la
|
||||
+toolexeclib_LTLIBRARIES = libestdc++.la
|
||||
@GLIBCXX_BUILD_VERSIONED_SHLIB_FALSE@version_arg =
|
||||
@ENABLE_SYMVERS_DARWIN_EXPORT_FALSE@@ENABLE_SYMVERS_GNU_FALSE@version_arg =
|
||||
@ENABLE_SYMVERS_DARWIN_EXPORT_TRUE@@ENABLE_SYMVERS_GNU_FALSE@version_arg = -Wl,-exported_symbols_list,libstdc++-symbol.explist
|
||||
|
||||
# Symbol versioning for shared libraries.
|
||||
@@ -466,7 +466,7 @@ clean-toolexeclibLTLIBRARIES:
|
||||
@@ -471,7 +471,7 @@ clean-toolexeclibLTLIBRARIES:
|
||||
echo "rm -f \"$${dir}/so_locations\""; \
|
||||
rm -f "$${dir}/so_locations"; \
|
||||
done
|
||||
|
@ -1,3 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2005/03/07 16:30:06 espie Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2005/08/04 14:51:37 espie Exp $
|
||||
@lib lib/libmudflap.so.0.0
|
||||
@lib lib/libmudflapth.so.0.0
|
||||
@lib lib/libssp.so.0.0
|
||||
|
@ -1,2 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared-estdc,v 1.3 2005/05/29 13:26:49 espie Exp $
|
||||
@lib lib/libestdc++.so.6.5
|
||||
@comment $OpenBSD: PFRAG.shared-estdc,v 1.4 2005/08/04 14:51:37 espie Exp $
|
||||
@lib lib/libestdc++.so.6.6
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2005/05/16 11:14:36 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2005/08/04 14:51:37 espie Exp $
|
||||
%%SHARED%%
|
||||
bin/ecpp
|
||||
bin/egcc
|
||||
@ -7,6 +7,11 @@ bin/egcov
|
||||
bin/${CONFIG}-egcc
|
||||
bin/${CONFIG}-gcc-${V}
|
||||
include/mf-runtime.h
|
||||
include/ssp/
|
||||
include/ssp/ssp.h
|
||||
include/ssp/stdio.h
|
||||
include/ssp/string.h
|
||||
include/ssp/unistd.h
|
||||
@info info/cpp.info
|
||||
@info info/cppinternals.info
|
||||
@info info/gcc.info
|
||||
@ -31,11 +36,13 @@ lib/gcc/${CONFIG}/${V}/include/sys/
|
||||
lib/gcc/${CONFIG}/${V}/include/sys/types.h
|
||||
lib/gcc/${CONFIG}/${V}/include/syslimits.h
|
||||
lib/gcc/${CONFIG}/${V}/include/unistd.h
|
||||
lib/gcc/${CONFIG}/${V}/include/unwind.h
|
||||
lib/gcc/${CONFIG}/${V}/install-tools/
|
||||
lib/gcc/${CONFIG}/${V}/install-tools/gsyslimits.h
|
||||
lib/gcc/${CONFIG}/${V}/install-tools/include/
|
||||
lib/gcc/${CONFIG}/${V}/install-tools/include/README
|
||||
lib/gcc/${CONFIG}/${V}/install-tools/include/limits.h
|
||||
lib/gcc/${CONFIG}/${V}/install-tools/include/unwind.h
|
||||
lib/gcc/${CONFIG}/${V}/install-tools/macro_list
|
||||
lib/gcc/${CONFIG}/${V}/install-tools/mkheaders.conf
|
||||
lib/gcc/${CONFIG}/${V}/libgcc.a
|
||||
@ -45,6 +52,10 @@ lib/libmudflap.a
|
||||
lib/libmudflap.la
|
||||
lib/libmudflapth.a
|
||||
lib/libmudflapth.la
|
||||
lib/libssp.a
|
||||
lib/libssp.la
|
||||
lib/libssp_nonshared.a
|
||||
lib/libssp_nonshared.la
|
||||
libexec/gcc/
|
||||
libexec/gcc/${CONFIG}/
|
||||
libexec/gcc/${CONFIG}/${V}/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-ada,v 1.2 2005/03/07 16:30:06 espie Exp $
|
||||
@comment $OpenBSD: PLIST-ada,v 1.3 2005/08/04 14:51:37 espie Exp $
|
||||
bin/gnat
|
||||
bin/gnatbind
|
||||
bin/gnatbl
|
||||
@ -23,17 +23,68 @@ lib/gcc/${CONFIG}/${V}/adainclude/a-caldel.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-caldel.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-calend.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-calend.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-cdlili.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-cdlili.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-cgaaso.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-cgaaso.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-cgarso.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-cgarso.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-cgcaso.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-cgcaso.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-chacon.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-chacon.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-chahan.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-chahan.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-charac.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-chlat1.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-chlat9.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-chtgke.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-chtgke.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-chtgop.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-chtgop.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-chzla1.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-chzla9.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-cidlli.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-cidlli.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-cihama.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-cihama.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-cihase.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-cihase.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ciorma.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ciorma.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ciormu.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ciormu.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ciorse.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ciorse.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-cohama.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-cohama.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-cohase.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-cohase.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-cohata.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-coinve.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-coinve.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-colien.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-colien.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-colire.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-colire.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-comlin.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-comlin.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-contai.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-convec.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-convec.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-coorma.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-coorma.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-coormu.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-coormu.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-coorse.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-coorse.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-coprnu.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-coprnu.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-crbltr.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-crbtgk.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-crbtgk.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-crbtgo.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-crbtgo.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-cwila1.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-cwila9.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-decima.adb
|
||||
@ -78,12 +129,16 @@ lib/gcc/${CONFIG}/${V}/adainclude/a-ioexce.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-iwteio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-lfteio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-lfwtio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-lfztio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-liteio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-liwtio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-liztio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-llftio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-llfwti.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-llfzti.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-llitio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-lliwti.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-llizti.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ncelfu.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ngcefu.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ngcefu.ads
|
||||
@ -108,22 +163,33 @@ lib/gcc/${CONFIG}/${V}/adainclude/a-nuflra.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-nuflra.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-numaux.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-numeri.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-rbtgso.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-rbtgso.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-reatim.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-reatim.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-retide.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-retide.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-secain.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-secain.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-sequio.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-sequio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-sfteio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-sfwtio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-sfztio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-shcain.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-shcain.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-siocst.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-siocst.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-siteio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-siwtio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-siztio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-slcain.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-slcain.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ssicst.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ssicst.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ssitio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ssiwti.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ssizti.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stmaco.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-storio.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-storio.ads
|
||||
@ -132,6 +198,8 @@ lib/gcc/${CONFIG}/${V}/adainclude/a-strbou.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stream.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-strfix.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-strfix.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-strhas.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-strhas.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-string.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-strmap.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-strmap.ads
|
||||
@ -145,10 +213,14 @@ lib/gcc/${CONFIG}/${V}/adainclude/a-ststio.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ststio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stunau.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stunau.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stunha.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stunha.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stwibo.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stwibo.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stwifi.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stwifi.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stwiha.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stwiha.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stwima.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stwima.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stwise.adb
|
||||
@ -157,13 +229,38 @@ lib/gcc/${CONFIG}/${V}/adainclude/a-stwisu.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stwisu.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stwiun.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stwiun.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stzbou.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stzbou.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stzfix.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stzfix.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stzhas.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stzhas.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stzmap.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stzmap.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stzsea.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stzsea.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stzsup.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stzsup.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stzunb.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-stzunb.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-suteio.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-suteio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-swmwco.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-swunau.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-swunau.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-swuwha.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-swuwha.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-swuwti.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-swuwti.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-sytaco.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-sytaco.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-szmzco.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-szunau.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-szunau.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-szuzha.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-szuzha.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-szuzti.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-szuzti.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-tags.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-tags.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-tasatt.adb
|
||||
@ -174,6 +271,7 @@ lib/gcc/${CONFIG}/${V}/adainclude/a-teioed.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-teioed.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-textio.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-textio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-tgdico.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ticoau.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ticoau.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ticoio.adb
|
||||
@ -206,8 +304,12 @@ lib/gcc/${CONFIG}/${V}/adainclude/a-tiocst.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-tiocst.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-titest.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-titest.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-tiunio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-unccon.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-uncdea.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-wichun.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-wichun.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-widcha.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-witeio.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-witeio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-wtcoau.adb
|
||||
@ -244,6 +346,47 @@ lib/gcc/${CONFIG}/${V}/adainclude/a-wtmoio.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-wtmoio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-wttest.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-wttest.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-wwunio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-zchara.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-zchuni.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-zchuni.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztcoau.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztcoau.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztcoio.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztcoio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztcstr.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztcstr.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztdeau.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztdeau.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztdeio.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztdeio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztedit.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztedit.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztenau.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztenau.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztenio.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztenio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztexio.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztexio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztfiio.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztfiio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztflau.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztflau.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztflio.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztflio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztgeau.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztgeau.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztinau.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztinau.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztinio.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztinio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztmoau.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztmoau.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztmoio.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-ztmoio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-zttest.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-zttest.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/a-zzunio.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/ada.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/calendar.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/directio.ads
|
||||
@ -365,7 +508,10 @@ lib/gcc/${CONFIG}/${V}/adainclude/g-traceb.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/g-traceb.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/g-trasym.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/g-trasym.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/g-utf_32.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/g-utf_32.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/g-wistsp.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/g-zstspl.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/gnat.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/i-c.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/i-c.ads
|
||||
@ -684,6 +830,8 @@ lib/gcc/${CONFIG}/${V}/adainclude/s-stache.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/s-stache.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/s-stalib.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/s-stalib.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/s-stausa.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/s-stausa.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/s-stchop.adb
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/s-stchop.ads
|
||||
lib/gcc/${CONFIG}/${V}/adainclude/s-stoele.adb
|
||||
@ -818,13 +966,41 @@ lib/gcc/${CONFIG}/${V}/adainclude/unchdeal.ads
|
||||
lib/gcc/${CONFIG}/${V}/adalib/
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-caldel.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-calend.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-cdlili.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-cgaaso.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-cgarso.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-cgcaso.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-chacon.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-chahan.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-charac.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-chlat1.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-chlat9.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-chtgke.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-chtgop.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-chzla1.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-chzla9.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-cidlli.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-cihama.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-cihase.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-ciorma.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-ciormu.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-ciorse.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-cohama.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-cohase.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-cohata.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-coinve.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-colien.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-colire.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-comlin.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-contai.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-convec.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-coorma.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-coormu.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-coorse.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-coprnu.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-crbltr.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-crbtgk.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-crbtgo.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-cwila1.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-cwila9.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-decima.ali
|
||||
@ -849,12 +1025,16 @@ lib/gcc/${CONFIG}/${V}/adalib/a-ioexce.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-iwteio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-lfteio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-lfwtio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-lfztio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-liteio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-liwtio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-liztio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-llftio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-llfwti.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-llfzti.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-llitio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-lliwti.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-llizti.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-ncelfu.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-ngcefu.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-ngcoty.ali
|
||||
@ -874,22 +1054,30 @@ lib/gcc/${CONFIG}/${V}/adalib/a-nuelfu.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-nuflra.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-numaux.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-numeri.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-rbtgso.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-reatim.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-retide.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-secain.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-sequio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-sfteio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-sfwtio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-sfztio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-shcain.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-siocst.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-siteio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-siwtio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-siztio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-slcain.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-ssicst.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-ssitio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-ssiwti.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-ssizti.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-stmaco.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-storio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-strbou.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-stream.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-strfix.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-strhas.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-string.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-strmap.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-strsea.ali
|
||||
@ -897,21 +1085,37 @@ lib/gcc/${CONFIG}/${V}/adalib/a-strsup.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-strunb.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-ststio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-stunau.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-stunha.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-stwibo.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-stwifi.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-stwiha.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-stwima.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-stwise.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-stwisu.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-stwiun.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-stzbou.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-stzfix.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-stzhas.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-stzmap.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-stzsea.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-stzsup.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-stzunb.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-suteio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-swmwco.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-swunau.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-swuwha.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-swuwti.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-sytaco.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-szmzco.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-szunau.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-szuzha.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-szuzti.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-tags.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-tasatt.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-taside.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-teioed.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-textio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-tgdico.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-ticoau.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-ticoio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-tideau.ali
|
||||
@ -928,8 +1132,11 @@ lib/gcc/${CONFIG}/${V}/adalib/a-timoau.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-timoio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-tiocst.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-titest.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-tiunio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-unccon.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-uncdea.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-wichun.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-widcha.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-witeio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-wtcoau.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-wtcoio.ali
|
||||
@ -948,6 +1155,28 @@ lib/gcc/${CONFIG}/${V}/adalib/a-wtinio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-wtmoau.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-wtmoio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-wttest.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-wwunio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-zchara.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-zchuni.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-ztcoau.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-ztcoio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-ztcstr.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-ztdeau.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-ztdeio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-ztedit.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-ztenau.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-ztenio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-ztexio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-ztfiio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-ztflau.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-ztflio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-ztgeau.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-ztinau.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-ztinio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-ztmoau.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-ztmoio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-zttest.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/a-zzunio.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/ada.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/calendar.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/g-arrspl.ali
|
||||
@ -1015,7 +1244,9 @@ lib/gcc/${CONFIG}/${V}/adalib/g-thread.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/g-traceb.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/g-trasym.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/g-trasym.o
|
||||
lib/gcc/${CONFIG}/${V}/adalib/g-utf_32.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/g-wistsp.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/g-zstspl.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/gnat.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/i-c.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/i-cexten.ali
|
||||
@ -1249,6 +1480,3 @@ lib/gcc/${CONFIG}/${V}/adalib/s-wwdwch.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/system.ali
|
||||
lib/gcc/${CONFIG}/${V}/adalib/text_io.ali
|
||||
libexec/gcc/${CONFIG}/${V}/gnat1
|
||||
share/gnat/
|
||||
share/gnat/Makefile.generic
|
||||
share/gnat/Makefile.prolog
|
||||
|
@ -1,10 +1,30 @@
|
||||
@comment $OpenBSD: PLIST-c++,v 1.5 2005/06/13 19:54:30 espie Exp $
|
||||
@comment $OpenBSD: PLIST-c++,v 1.6 2005/08/04 14:51:37 espie Exp $
|
||||
bin/ec++
|
||||
bin/eg++
|
||||
bin/${CONFIG}-ec++
|
||||
bin/${CONFIG}-eg++
|
||||
include/c++/
|
||||
include/c++/${V}/
|
||||
include/c++/${V}/${CONFIG}/
|
||||
include/c++/${V}/${CONFIG}/bits/
|
||||
include/c++/${V}/${CONFIG}/bits/atomic_word.h
|
||||
include/c++/${V}/${CONFIG}/bits/basic_file.h
|
||||
include/c++/${V}/${CONFIG}/bits/c++allocator.h
|
||||
include/c++/${V}/${CONFIG}/bits/c++config.h
|
||||
include/c++/${V}/${CONFIG}/bits/c++io.h
|
||||
include/c++/${V}/${CONFIG}/bits/c++locale.h
|
||||
include/c++/${V}/${CONFIG}/bits/ctype_base.h
|
||||
include/c++/${V}/${CONFIG}/bits/ctype_inline.h
|
||||
include/c++/${V}/${CONFIG}/bits/ctype_noninline.h
|
||||
include/c++/${V}/${CONFIG}/bits/cxxabi_tweaks.h
|
||||
include/c++/${V}/${CONFIG}/bits/gthr-default.h
|
||||
include/c++/${V}/${CONFIG}/bits/gthr-posix.h
|
||||
include/c++/${V}/${CONFIG}/bits/gthr-single.h
|
||||
include/c++/${V}/${CONFIG}/bits/gthr-tpf.h
|
||||
include/c++/${V}/${CONFIG}/bits/gthr.h
|
||||
include/c++/${V}/${CONFIG}/bits/messages_members.h
|
||||
include/c++/${V}/${CONFIG}/bits/os_defines.h
|
||||
include/c++/${V}/${CONFIG}/bits/time_members.h
|
||||
include/c++/${V}/algorithm
|
||||
include/c++/${V}/backward/
|
||||
include/c++/${V}/backward/algo.h
|
||||
@ -176,36 +196,248 @@ include/c++/${V}/ext/memory
|
||||
include/c++/${V}/ext/mt_allocator.h
|
||||
include/c++/${V}/ext/new_allocator.h
|
||||
include/c++/${V}/ext/numeric
|
||||
include/c++/${V}/ext/pb_assoc/
|
||||
include/c++/${V}/ext/pb_assoc/assoc_cntnr.hpp
|
||||
include/c++/${V}/ext/pb_assoc/data_type.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/
|
||||
include/c++/${V}/ext/pb_assoc/detail/assoc_cntnr_base.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/basic_assoc_cntnr/
|
||||
include/c++/${V}/ext/pb_assoc/detail/basic_assoc_cntnr/constructor_destructor_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/basic_assoc_cntnr/constructors_destructor_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/basic_assoc_cntnr/d_extract_key.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/basic_assoc_cntnr/d_find_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/basic_assoc_cntnr/d_insert_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/basic_assoc_cntnr/erase_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/basic_assoc_cntnr/extract_key.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/basic_assoc_cntnr/info_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/basic_assoc_cntnr/insert_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/basic_assoc_cntnr/iterators_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/basic_hash_assoc_cntnr/
|
||||
include/c++/${V}/ext/pb_assoc/detail/basic_hash_assoc_cntnr/constructor_destructor_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/basic_hash_assoc_cntnr/constructors_destructor_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/basic_hash_assoc_cntnr/resize_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
|
||||
include/c++/${V}/ext/pb_assoc/detail/basic_tree_assoc_cntnr/constructor_destructor_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/basic_tree_assoc_cntnr/constructors_destructor_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/basic_tree_assoc_cntnr/erase_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/basic_tree_assoc_cntnr/node_iteration_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/basic_tree_assoc_cntnr/policy_access_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/basic_tree_assoc_cntnr/r_erase_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/basic_tree_assoc_cntnr/r_range_iteration_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/basic_tree_assoc_cntnr/range_iteration_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/basic_tree_assoc_cntnr/split_join_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/bin_search_tree_/
|
||||
include/c++/${V}/ext/pb_assoc/detail/bin_search_tree_/bin_search_tree_.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/bin_search_tree_/cond_dtor_entry_dealtor.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/bin_search_tree_/cond_key_dtor_entry_dealtor.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/bin_search_tree_/debug_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/bin_search_tree_/erase_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/bin_search_tree_/find_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/bin_search_tree_/find_iterators.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/bin_search_tree_/info_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/bin_search_tree_/insert_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/bin_search_tree_/iterators_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/bin_search_tree_/node_iterators.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/bin_search_tree_/r_erase_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/bin_search_tree_/rotate_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/bin_search_tree_/split_join_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/cc_hash_assoc_cntnr/
|
||||
include/c++/${V}/ext/pb_assoc/detail/cc_hash_assoc_cntnr/constructor_destructor_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/cc_ht_map_/
|
||||
include/c++/${V}/ext/pb_assoc/detail/cc_ht_map_/cc_ht_map_.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/cc_ht_map_/cmp_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/cc_ht_map_/cond_key_dtor_entry_dealtor.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/cc_ht_map_/constructor_destructor_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/cc_ht_map_/constructor_destructor_no_store_hash_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/cc_ht_map_/constructor_destructor_store_hash_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/cc_ht_map_/debug_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/cc_ht_map_/debug_no_store_hash_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/cc_ht_map_/debug_store_hash_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/cc_ht_map_/entry_list_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/cc_ht_map_/erase_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/cc_ht_map_/erase_no_store_hash_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/cc_ht_map_/erase_store_hash_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/cc_ht_map_/find_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/cc_ht_map_/find_no_store_hash_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/cc_ht_map_/find_store_hash_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/cc_ht_map_/info_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/cc_ht_map_/insert_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/cc_ht_map_/insert_no_store_hash_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/cc_ht_map_/insert_store_hash_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/cc_ht_map_/iterators_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/cc_ht_map_/policy_access_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/cc_ht_map_/resize_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/cc_ht_map_/resize_no_store_hash_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/cc_ht_map_/resize_store_hash_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/cc_ht_map_/size_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/cc_ht_map_/standard_policies.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/cond_dealtor.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/constructors_destructor_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/ds_trait_imp.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/eq_fn/
|
||||
include/c++/${V}/ext/pb_assoc/detail/eq_fn/eq_by_less.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/eq_fn/hash_eq_fn.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/gp_hash_assoc_cntnr/
|
||||
include/c++/${V}/ext/pb_assoc/detail/gp_hash_assoc_cntnr/constructor_destructor_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/gp_ht_map_/
|
||||
include/c++/${V}/ext/pb_assoc/detail/gp_ht_map_/constructor_destructor_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/gp_ht_map_/constructor_destructor_no_store_hash_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/gp_ht_map_/constructor_destructor_store_hash_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/gp_ht_map_/debug_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/gp_ht_map_/debug_no_store_hash_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/gp_ht_map_/debug_store_hash_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/gp_ht_map_/erase_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/gp_ht_map_/erase_no_store_hash_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/gp_ht_map_/erase_store_hash_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/gp_ht_map_/find_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/gp_ht_map_/find_no_store_hash_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/gp_ht_map_/find_store_hash_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/gp_ht_map_/gp_ht_map_.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/gp_ht_map_/info_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/gp_ht_map_/insert_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/gp_ht_map_/insert_no_store_hash_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/gp_ht_map_/insert_store_hash_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/gp_ht_map_/iterator_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/gp_ht_map_/policy_access_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/gp_ht_map_/resize_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/gp_ht_map_/resize_no_store_hash_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/gp_ht_map_/resize_store_hash_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/hash_fn/
|
||||
include/c++/${V}/ext/pb_assoc/detail/hash_fn/direct_mask_range_hashing_imp.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/hash_fn/direct_mod_range_hashing_imp.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/hash_fn/linear_probe_fn_imp.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/hash_fn/mask_based_range_hashing.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/hash_fn/mod_based_range_hashing.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/hash_fn/probe_fn_base.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/hash_fn/quadratic_probe_fn_imp.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/hash_fn/ranged_hash_fn.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/hash_fn/ranged_probe_fn.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/hash_types_traits.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/lu_assoc_cntnr/
|
||||
include/c++/${V}/ext/pb_assoc/detail/lu_assoc_cntnr/constructor_destructor_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/lu_assoc_cntnr/policy_access_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/lu_map_/
|
||||
include/c++/${V}/ext/pb_assoc/detail/lu_map_/constructor_destructor_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/lu_map_/debug_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/lu_map_/erase_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/lu_map_/find_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/lu_map_/info_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/lu_map_/insert_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/lu_map_/iterators_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/lu_map_/lu_map_.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/lu_map_/policy_access_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/lu_policy/
|
||||
include/c++/${V}/ext/pb_assoc/detail/lu_policy/counter_lu_metadata_imp.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/lu_policy/counter_lu_policy_imp.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/lu_policy/mtf_lu_policy_imp.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/map_debug_base.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/mapping_level_imp.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/ms_category_imp.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/ms_trait_imp.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/order_statistics_imp.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/ov_tree_map_/
|
||||
include/c++/${V}/ext/pb_assoc/detail/ov_tree_map_/cond_dtor.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/ov_tree_map_/debug_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/ov_tree_map_/erase_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/ov_tree_map_/find_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/ov_tree_map_/info_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/ov_tree_map_/insert_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/ov_tree_map_/iterators_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/ov_tree_map_/node_iterators.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/ov_tree_map_/ov_tree_map_.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/ov_tree_map_/split_join_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/rb_tree_map_/
|
||||
include/c++/${V}/ext/pb_assoc/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/rb_tree_map_/debug_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/rb_tree_map_/erase_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/rb_tree_map_/find_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/rb_tree_map_/info_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/rb_tree_map_/insert_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/rb_tree_map_/node.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/rb_tree_map_/rb_tree_.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/rb_tree_map_/split_join_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/resize_policy/
|
||||
include/c++/${V}/ext/pb_assoc/detail/resize_policy/cc_hash_max_collision_resize_trigger_imp.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/resize_policy/hash_exponential_size_policy_imp.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/resize_policy/hash_prime_size_policy_imp.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/resize_policy/hash_standard_resize_policy_imp.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/resize_policy/ht_prime_size_policy_imp.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/resize_policy/size_base.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/splay_tree_/
|
||||
include/c++/${V}/ext/pb_assoc/detail/splay_tree_/constructors_destructor_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/splay_tree_/debug_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/splay_tree_/erase_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/splay_tree_/find_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/splay_tree_/info_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/splay_tree_/insert_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/splay_tree_/node.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/splay_tree_/splay_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/splay_tree_/splay_tree_.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/splay_tree_/split_join_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/standard_policies.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/standard_sizes.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/tree_assoc_cntnr/
|
||||
include/c++/${V}/ext/pb_assoc/detail/tree_assoc_cntnr/constructor_destructor_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/tree_policy/
|
||||
include/c++/${V}/ext/pb_assoc/detail/tree_policy/null_node_updator_imp.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/tree_policy/order_statistics_imp.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/type_utils.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/typelist.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/typelist/
|
||||
include/c++/${V}/ext/pb_assoc/detail/typelist/typelist_append.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/typelist/typelist_apply.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/typelist/typelist_at_index.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/typelist/typelist_contains.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/typelist/typelist_filter.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/typelist/typelist_transform.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/typelist/typelist_typelist_append.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/types_traits.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/unordered_iterator/
|
||||
include/c++/${V}/ext/pb_assoc/detail/unordered_iterator/const_find_iterator.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/unordered_iterator/const_iterator.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/unordered_iterator/find_iterator.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/unordered_iterator/iterator.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/value_type_adapter/
|
||||
include/c++/${V}/ext/pb_assoc/detail/value_type_adapter/constructor_destructor_and_related.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/value_type_adapter/erase_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/value_type_adapter/erase_if_pred.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/value_type_adapter/find_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/value_type_adapter/info_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/value_type_adapter/insert_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/value_type_adapter/invalidation_guarantee_selector.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/value_type_adapter/it_value_type_traits.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/value_type_adapter/iterator.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/value_type_adapter/iterator_fn_imps.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/value_type_adapter/ref_pair.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/value_type_adapter/value_type_adapter.hpp
|
||||
include/c++/${V}/ext/pb_assoc/detail/value_type_adapter/value_type_traits.hpp
|
||||
include/c++/${V}/ext/pb_assoc/ds_trait.hpp
|
||||
include/c++/${V}/ext/pb_assoc/exception.hpp
|
||||
include/c++/${V}/ext/pb_assoc/hash_policy.hpp
|
||||
include/c++/${V}/ext/pb_assoc/lu_policy.hpp
|
||||
include/c++/${V}/ext/pb_assoc/ms_trait.hpp
|
||||
include/c++/${V}/ext/pb_assoc/tree_policy.hpp
|
||||
include/c++/${V}/ext/pb_assoc/trivial_iterator_def.hpp
|
||||
include/c++/${V}/ext/pod_char_traits.h
|
||||
include/c++/${V}/ext/pool_allocator.h
|
||||
include/c++/${V}/ext/rb_tree
|
||||
include/c++/${V}/ext/rc_string_base.h
|
||||
include/c++/${V}/ext/rope
|
||||
include/c++/${V}/ext/ropeimpl.h
|
||||
include/c++/${V}/ext/slist
|
||||
include/c++/${V}/ext/sso_string_base.h
|
||||
include/c++/${V}/ext/stdio_filebuf.h
|
||||
include/c++/${V}/ext/stdio_sync_filebuf.h
|
||||
include/c++/${V}/ext/typelist.h
|
||||
include/c++/${V}/ext/vstring.h
|
||||
include/c++/${V}/ext/vstring.tcc
|
||||
include/c++/${V}/ext/vstring_fwd.h
|
||||
include/c++/${V}/ext/vstring_util.h
|
||||
include/c++/${V}/fstream
|
||||
include/c++/${V}/functional
|
||||
include/c++/${V}/${CONFIG}/
|
||||
include/c++/${V}/${CONFIG}/bits/
|
||||
include/c++/${V}/${CONFIG}/bits/atomic_word.h
|
||||
include/c++/${V}/${CONFIG}/bits/basic_file.h
|
||||
include/c++/${V}/${CONFIG}/bits/c++allocator.h
|
||||
include/c++/${V}/${CONFIG}/bits/c++config.h
|
||||
include/c++/${V}/${CONFIG}/bits/c++io.h
|
||||
include/c++/${V}/${CONFIG}/bits/c++locale.h
|
||||
include/c++/${V}/${CONFIG}/bits/ctype_base.h
|
||||
include/c++/${V}/${CONFIG}/bits/ctype_inline.h
|
||||
include/c++/${V}/${CONFIG}/bits/ctype_noninline.h
|
||||
include/c++/${V}/${CONFIG}/bits/cxxabi_tweaks.h
|
||||
include/c++/${V}/${CONFIG}/bits/gthr-default.h
|
||||
include/c++/${V}/${CONFIG}/bits/gthr-posix.h
|
||||
include/c++/${V}/${CONFIG}/bits/gthr-single.h
|
||||
include/c++/${V}/${CONFIG}/bits/gthr-tpf.h
|
||||
include/c++/${V}/${CONFIG}/bits/gthr.h
|
||||
include/c++/${V}/${CONFIG}/bits/messages_members.h
|
||||
include/c++/${V}/${CONFIG}/bits/os_defines.h
|
||||
include/c++/${V}/${CONFIG}/bits/time_members.h
|
||||
include/c++/${V}/iomanip
|
||||
include/c++/${V}/ios
|
||||
include/c++/${V}/iosfwd
|
||||
|
Loading…
Reference in New Issue
Block a user