catch up to more recent version.

This commit is contained in:
espie 2005-02-22 21:27:50 +00:00
parent a913e9a806
commit 9ee1d6c9f3
16 changed files with 91 additions and 99 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.9 2005/02/22 17:35:22 espie Exp $
# $OpenBSD: Makefile,v 1.10 2005/02/22 21:27:50 espie Exp $
ONLY_FOR_ARCHS= alpha i386 m68k sparc sparc64 powerpc vax
V=4.0.0
FULL_VERSION=4.0-20050130
FULL_VERSION=4.0-20050220
MAINTAINER= Marc Espie <espie@openbsd.org>

View File

@ -1,8 +1,8 @@
MD5 (gcc/adastrap-i386-3.3.5-1.tgz) = f8c1992077e0b713922e738210dd3674
MD5 (gcc/gcc-4.0-20050130.tar.bz2) = 5040ba840d0367c378f73c739418b3e2
MD5 (gcc/gcc-4.0-20050220.tar.bz2) = b6eb6758dcedec9d18c04c1c43740cce
RMD160 (gcc/adastrap-i386-3.3.5-1.tgz) = 644b12c337b02ea5c02735f0ea3830081761bf26
RMD160 (gcc/gcc-4.0-20050130.tar.bz2) = c2df7d63c8d2451b451d304be03b7112427fa673
RMD160 (gcc/gcc-4.0-20050220.tar.bz2) = e19601567c12327c6645a3cc62f96afe5cb07502
SHA1 (gcc/adastrap-i386-3.3.5-1.tgz) = 4c26ff21dcecbc37afa31b8ef63d5cdd7fe65d7e
SHA1 (gcc/gcc-4.0-20050130.tar.bz2) = bcc3dbe27807debef63b1f2e115f87688c9b5708
SHA1 (gcc/gcc-4.0-20050220.tar.bz2) = f1b783110ab54a6480075f6411e83dc4f80bec01
SIZE (gcc/adastrap-i386-3.3.5-1.tgz) = 12121161
SIZE (gcc/gcc-4.0-20050130.tar.bz2) = 28507941
SIZE (gcc/gcc-4.0-20050220.tar.bz2) = 29158650

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-gcc_ada_adaint_c,v 1.2 2005/01/07 11:33:14 espie Exp $
--- gcc/ada/adaint.c.orig Fri Jan 7 04:27:01 2005
+++ gcc/ada/adaint.c Fri Jan 7 12:19:37 2005
@@ -685,7 +685,7 @@ __gnat_open_new_temp (char *path, int fm
$OpenBSD: patch-gcc_ada_adaint_c,v 1.3 2005/02/22 21:27:50 espie Exp $
--- gcc/ada/adaint.c.orig Thu Feb 10 14:51:58 2005
+++ gcc/ada/adaint.c Tue Feb 22 19:38:40 2005
@@ -716,7 +716,7 @@ __gnat_open_new_temp (char *path, int fm
strcpy (path, "GNAT-XXXXXX");
@ -10,7 +10,7 @@ $OpenBSD: patch-gcc_ada_adaint_c,v 1.2 2005/01/07 11:33:14 espie Exp $
return mkstemp (path);
#elif defined (__Lynx__)
mktemp (path);
@@ -775,7 +775,7 @@ __gnat_tmp_name (char *tmp_filename)
@@ -806,7 +806,7 @@ __gnat_tmp_name (char *tmp_filename)
free (pname);
}

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-gcc_ada_gnatchop_adb,v 1.1 2005/01/07 03:30:41 espie Exp $
--- gcc/ada/gnatchop.adb.orig Fri Jan 7 04:27:39 2005
+++ gcc/ada/gnatchop.adb Fri Jan 7 04:27:47 2005
@@ -43,7 +43,7 @@ procedure Gnatchop is
$OpenBSD: patch-gcc_ada_gnatchop_adb,v 1.2 2005/02/22 21:27:50 espie Exp $
--- gcc/ada/gnatchop.adb.orig Thu Feb 10 14:49:13 2005
+++ gcc/ada/gnatchop.adb Tue Feb 22 19:38:40 2005
@@ -45,7 +45,7 @@ procedure Gnatchop is
Config_File_Name : constant String_Access := new String'("gnat.adc");
-- The name of the file holding the GNAT configuration pragmas

View File

@ -1,16 +0,0 @@
$OpenBSD: patch-gcc_config_gcc,v 1.5 2005/01/31 09:47:34 espie Exp $
--- gcc/config.gcc.orig Mon Jan 17 16:21:57 2005
+++ gcc/config.gcc Mon Jan 17 16:22:41 2005
@@ -942,11 +942,10 @@ i[34567]86-*-openbsd2.*|i[34567]86-*open
use_collect2=yes
;;
i[34567]86-*-openbsd*)
- tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h"
+ tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h"
tm_file="${tm_file} openbsd.h i386/openbsdelf.h"
gas=yes
gnu_ld=yes
- stabs=yes
;;
i[34567]86-*-coff*)
tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/i386-coff.h"

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-gcc_config_i386_openbsdelf_h,v 1.4 2005/01/31 09:47:34 espie Exp $
--- gcc/config/i386/openbsdelf.h.orig Sun Jan 30 13:29:53 2005
+++ gcc/config/i386/openbsdelf.h Sun Jan 30 13:30:22 2005
@@ -27,6 +27,8 @@ Boston, MA 02111-1307, USA. */
#undef ASM_COMMENT_START
#define ASM_COMMENT_START "#"
+#undef DBX_REGISTER_NUMBER
+#define DBX_REGISTER_NUMBER(n) svr4_dbx_register_map[n]
/* This goes away when the math-emulator is fixed */
#undef TARGET_DEFAULT

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-gcc_cp_call_c,v 1.3 2005/01/03 16:23:48 espie Exp $
--- gcc/cp/call.c.orig Sat Jan 1 02:43:12 2005
+++ gcc/cp/call.c Mon Jan 3 15:47:20 2005
@@ -5145,7 +5145,7 @@ name_as_c_string (tree name, tree type,
$OpenBSD: patch-gcc_cp_call_c,v 1.4 2005/02/22 21:27:50 espie Exp $
--- gcc/cp/call.c.orig Thu Feb 10 08:55:04 2005
+++ gcc/cp/call.c Tue Feb 22 19:38:42 2005
@@ -5185,7 +5185,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/01/03 16:23:48 espie Exp $
/* Remember that we need to free the memory allocated. */
*free_p = true;
}
@@ -5155,7 +5155,7 @@ name_as_c_string (tree name, tree type,
@@ -5195,7 +5195,7 @@ name_as_c_string (tree name, tree type,
pretty_name = concat ("operator ",
type_as_string (TREE_TYPE (name),
TFF_PLAIN_IDENTIFIER),

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-gcc_cp_parser_c,v 1.4 2005/01/17 19:20:10 espie Exp $
--- gcc/cp/parser.c.orig Thu Jan 6 21:21:13 2005
+++ gcc/cp/parser.c Mon Jan 17 16:23:20 2005
@@ -15458,7 +15458,7 @@ cp_parser_require (cp_parser* parser,
$OpenBSD: patch-gcc_cp_parser_c,v 1.5 2005/02/22 21:27:50 espie Exp $
--- gcc/cp/parser.c.orig Mon Feb 14 18:50:42 2005
+++ gcc/cp/parser.c Tue Feb 22 19:38:42 2005
@@ -15588,7 +15588,7 @@ cp_parser_require (cp_parser* parser,
/* Output the MESSAGE -- unless we're parsing tentatively. */
if (!cp_parser_simulate_error (parser))
{

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-gcc_dbxout_c,v 1.2 2004/11/23 18:17:34 espie Exp $
--- gcc/dbxout.c.orig Wed Nov 3 04:19:11 2004
+++ gcc/dbxout.c Tue Nov 23 12:47:44 2004
@@ -998,7 +998,7 @@ dbxout_init (const char *input_file_name
$OpenBSD: patch-gcc_dbxout_c,v 1.3 2005/02/22 21:27:50 espie Exp $
--- gcc/dbxout.c.orig Wed Feb 16 20:01:29 2005
+++ gcc/dbxout.c Tue Feb 22 19:38:42 2005
@@ -999,7 +999,7 @@ dbxout_init (const char *input_file_name
if (cwd[0] == '\0')
cwd = "/";
else if (!IS_DIR_SEPARATOR (cwd[strlen (cwd) - 1]))

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-gcc_gcc_c,v 1.4 2005/01/17 19:20:10 espie Exp $
--- gcc/gcc.c.orig Fri Jan 7 02:05:37 2005
+++ gcc/gcc.c Mon Jan 17 16:23:20 2005
@@ -1300,7 +1300,7 @@ translate_options (int *argcp, const cha
$OpenBSD: patch-gcc_gcc_c,v 1.5 2005/02/22 21:27:50 espie Exp $
--- gcc/gcc.c.orig Sat Feb 19 12:43:56 2005
+++ gcc/gcc.c Tue Feb 22 19:38:42 2005
@@ -1298,7 +1298,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.4 2005/01/17 19:20:10 espie Exp $
else if (arg != 0)
{
newv[newindex++] = option_map[j].equivalent;
@@ -1616,7 +1616,7 @@ init_gcc_specs (struct obstack *obstack,
@@ -1614,7 +1614,7 @@ init_gcc_specs (struct obstack *obstack,
shared_name,
#endif
#endif
@ -19,7 +19,7 @@ $OpenBSD: patch-gcc_gcc_c,v 1.4 2005/01/17 19:20:10 espie Exp $
obstack_grow (obstack, buf, strlen (buf));
free (buf);
@@ -1823,7 +1823,7 @@ set_spec (const char *name, const char *
@@ -1812,7 +1812,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.4 2005/01/17 19:20:10 espie Exp $
: xstrdup (spec));
#ifdef DEBUG_SPECS
@@ -2481,10 +2481,10 @@ find_a_file (struct path_prefix *pprefix
@@ -2470,10 +2470,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.4 2005/01/17 19:20:10 espie Exp $
}
temp = xmalloc (len);
@@ -2643,8 +2643,8 @@ add_sysrooted_prefix (struct path_prefix
@@ -2632,8 +2632,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.4 2005/01/17 19:20:10 espie Exp $
/* We have to override this because GCC's notion of sysroot
moves along with GCC. */
@@ -3216,7 +3216,7 @@ process_command (int argc, const char **
@@ -3205,7 +3205,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.4 2005/01/17 19:20:10 espie Exp $
strcpy (new_argv0 + baselen, new_machine);
strcat (new_argv0, "-gcc-");
strcat (new_argv0, new_version);
@@ -3243,7 +3243,7 @@ process_command (int argc, const char **
@@ -3232,7 +3232,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.4 2005/01/17 19:20:10 espie Exp $
}
else
gcc_libexec_prefix = make_relative_prefix (gcc_exec_prefix,
@@ -3290,7 +3290,7 @@ process_command (int argc, const char **
@@ -3279,7 +3279,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.4 2005/01/17 19:20:10 espie Exp $
else if (!IS_DIR_SEPARATOR (endp[-1]))
{
nstore[endp - startp] = DIR_SEPARATOR;
@@ -3324,7 +3324,7 @@ process_command (int argc, const char **
@@ -3313,7 +3313,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.4 2005/01/17 19:20:10 espie Exp $
else if (!IS_DIR_SEPARATOR (endp[-1]))
{
nstore[endp - startp] = DIR_SEPARATOR;
@@ -3357,7 +3357,7 @@ process_command (int argc, const char **
@@ -3346,7 +3346,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.4 2005/01/17 19:20:10 espie Exp $
else if (!IS_DIR_SEPARATOR (endp[-1]))
{
nstore[endp - startp] = DIR_SEPARATOR;
@@ -3825,7 +3825,7 @@ warranty; not even for MERCHANTABILITY o
@@ -3814,7 +3814,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.4 2005/01/17 19:20:10 espie Exp $
/* If tooldir is relative, base it on exec_prefixes. A relative
tooldir lets us move the installed tree as a unit.
@@ -3840,28 +3840,28 @@ warranty; not even for MERCHANTABILITY o
@@ -3829,28 +3829,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.4 2005/01/17 19:20:10 espie Exp $
"BINUTILS", PREFIX_PRIORITY_LAST, 0, 1);
#if defined(TARGET_SYSTEM_ROOT_RELOCATABLE) && !defined(VMS)
@@ -3984,7 +3984,7 @@ warranty; not even for MERCHANTABILITY o
@@ -3973,7 +3973,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.4 2005/01/17 19:20:10 espie Exp $
}
else if (strncmp (argv[i], "-l", 2) == 0)
{
@@ -5953,11 +5953,11 @@ is_directory (const char *path1, const c
@@ -5925,11 +5925,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.4 2005/01/17 19:20:10 espie Exp $
return 0;
return (stat (path, &st) >= 0 && S_ISDIR (st.st_mode));
@@ -6141,8 +6141,8 @@ main (int argc, const char **argv)
@@ -6113,8 +6113,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.4 2005/01/17 19:20:10 espie Exp $
specs_file = find_a_file (&startfile_prefixes, "specs", R_OK, 0);
/* Read the specs file unless it is a default one. */
@@ -6247,12 +6247,12 @@ main (int argc, const char **argv)
@@ -6219,12 +6219,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.4 2005/01/17 19:20:10 espie Exp $
NULL, PREFIX_PRIORITY_LAST, 0, 1);
}
@@ -6278,7 +6278,7 @@ main (int argc, const char **argv)
@@ -6250,7 +6250,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,

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-gcc_objc_objc-act_c,v 1.3 2005/01/03 16:23:48 espie Exp $
--- gcc/objc/objc-act.c.orig Sun Jan 2 08:52:28 2005
+++ gcc/objc/objc-act.c Mon Jan 3 15:47:20 2005
@@ -545,7 +545,7 @@ objc_init (void)
$OpenBSD: patch-gcc_objc_objc-act_c,v 1.4 2005/02/22 21:27:50 espie Exp $
--- gcc/objc/objc-act.c.orig Sat Jan 29 13:16:34 2005
+++ gcc/objc/objc-act.c Tue Feb 22 19:38:42 2005
@@ -546,7 +546,7 @@ objc_init (void)
/* If gen_declaration desired, open the output file. */
if (flag_gen_declaration)
{

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-gcc_tree-dump_c,v 1.2 2004/11/23 18:17:34 espie Exp $
--- gcc/tree-dump.c.orig Wed Oct 13 15:48:16 2004
+++ gcc/tree-dump.c Tue Nov 23 12:44:32 2004
@@ -822,7 +822,7 @@ get_dump_file_name (enum tree_dump_index
$OpenBSD: patch-gcc_tree-dump_c,v 1.3 2005/02/22 21:27:50 espie Exp $
--- gcc/tree-dump.c.orig Tue Feb 15 16:53:47 2005
+++ gcc/tree-dump.c Tue Feb 22 19:38:42 2005
@@ -824,7 +824,7 @@ get_dump_file_name (enum tree_dump_index
dump_id[0] = '\0';
}

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-gcc_tree-optimize_c,v 1.1.1.1 2004/09/23 22:13:31 espie Exp $
--- gcc/tree-optimize.c.orig Tue Sep 14 08:52:07 2004
+++ gcc/tree-optimize.c Tue Sep 14 08:52:21 2004
@@ -221,16 +221,16 @@ register_one_dump_file (struct tree_opt_
$OpenBSD: patch-gcc_tree-optimize_c,v 1.2 2005/02/22 21:27:50 espie Exp $
--- gcc/tree-optimize.c.orig Thu Feb 17 17:19:41 2005
+++ gcc/tree-optimize.c Tue Feb 22 19:44:27 2005
@@ -221,18 +221,18 @@ register_one_dump_file (struct tree_opt_
sprintf (num, "%d", ((int) pass->static_pass_number < 0
? 1 : pass->static_pass_number));
@ -10,14 +10,18 @@ $OpenBSD: patch-gcc_tree-optimize_c,v 1.1.1.1 2004/09/23 22:13:31 espie Exp $
if (pass->properties_provided & PROP_trees)
{
- flag_name = concat ("tree-", pass->name, num, NULL);
- glob_name = concat ("tree-", pass->name, NULL);
+ flag_name = concat ("tree-", pass->name, num, (void *)0);
pass->static_pass_number = dump_register (dot_name, flag_name,
+ glob_name = concat ("tree-", pass->name, (void *)0);
pass->static_pass_number = dump_register (dot_name, flag_name, glob_name,
TDF_TREE, n + TDI_tree_all, 0);
}
else
{
- flag_name = concat ("rtl-", pass->name, num, NULL);
- glob_name = concat ("rtl-", pass->name, NULL);
+ flag_name = concat ("rtl-", pass->name, num, (void *)0);
pass->static_pass_number = dump_register (dot_name, flag_name,
+ glob_name = concat ("rtl-", pass->name, (void *)0);
pass->static_pass_number = dump_register (dot_name, flag_name, glob_name,
TDF_RTL, n, pass->letter);
}

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-gcc_tree-vectorizer_c,v 1.4 2005/01/17 19:20:10 espie Exp $
--- gcc/tree-vectorizer.c.orig Mon Jan 10 20:34:35 2005
+++ gcc/tree-vectorizer.c Mon Jan 17 16:23:21 2005
@@ -1813,7 +1813,7 @@ vect_get_new_vect_var (tree type, enum v
$OpenBSD: patch-gcc_tree-vect-transform_c,v 1.1 2005/02/22 21:27:50 espie Exp $
--- gcc/tree-vect-transform.c.orig Tue Feb 22 20:36:16 2005
+++ gcc/tree-vect-transform.c Tue Feb 22 20:36:29 2005
@@ -93,7 +93,7 @@ vect_get_new_vect_var (tree type, enum v
prefix_len = strlen (prefix);
if (name)

View File

@ -0,0 +1,17 @@
$OpenBSD: patch-gcc_tree_c,v 1.1 2005/02/22 21:27:50 espie Exp $
--- gcc/tree.c.orig Tue Feb 22 21:13:48 2005
+++ gcc/tree.c Tue Feb 22 21:14:02 2005
@@ -5936,11 +5936,11 @@ build_common_builtin_nodes (void)
*q = TOLOWER (*p);
*q = '\0';
- built_in_names[mcode] = concat ("__mul", mode_name_buf, "3", NULL);
+ built_in_names[mcode] = concat ("__mul", mode_name_buf, "3", (void *)0);
local_define_builtin (built_in_names[mcode], ftype, mcode,
built_in_names[mcode], ECF_CONST | ECF_NOTHROW);
- built_in_names[dcode] = concat ("__div", mode_name_buf, "3", NULL);
+ built_in_names[dcode] = concat ("__div", mode_name_buf, "3", (void *)0);
local_define_builtin (built_in_names[dcode], ftype, dcode,
built_in_names[dcode], ECF_CONST | ECF_NOTHROW);
}

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-c++,v 1.2 2005/01/17 19:20:10 espie Exp $
@comment $OpenBSD: PLIST-c++,v 1.3 2005/02/22 21:27:51 espie Exp $
bin/ec++
bin/eg++
bin/${CONFIG}-ec++
@ -104,7 +104,6 @@ include/c++/${V}/bits/stream_iterator.h
include/c++/${V}/bits/streambuf.tcc
include/c++/${V}/bits/streambuf_iterator.h
include/c++/${V}/bits/stringfwd.h
include/c++/${V}/bits/type_traits.h
include/c++/${V}/bits/valarray_after.h
include/c++/${V}/bits/valarray_array.h
include/c++/${V}/bits/valarray_array.tcc
@ -204,9 +203,6 @@ 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
@comment include/c++/${V}/${CONFIG}/bits/stdc++.h.gch/
@comment include/c++/${V}/${CONFIG}/bits/stdc++.h.gch/O0g.gch
@comment include/c++/${V}/${CONFIG}/bits/stdc++.h.gch/O2g.gch
include/c++/${V}/${CONFIG}/bits/time_members.h
include/c++/${V}/iomanip
include/c++/${V}/ios
@ -232,9 +228,12 @@ include/c++/${V}/string
include/c++/${V}/tr1/
include/c++/${V}/tr1/array
include/c++/${V}/tr1/functional
include/c++/${V}/tr1/hashtable
include/c++/${V}/tr1/tuple
include/c++/${V}/tr1/type_traits
include/c++/${V}/tr1/type_traits_fwd.h
include/c++/${V}/tr1/unordered_map
include/c++/${V}/tr1/unordered_set
include/c++/${V}/tr1/utility
include/c++/${V}/typeinfo
include/c++/${V}/utility