Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc mknative-gcc for everything except arm64be...



details:   https://anonhg.NetBSD.org/src/rev/e3a47afc2547
branches:  trunk
changeset: 943739:e3a47afc2547
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Sep 09 07:27:45 2020 +0000

description:
mknative-gcc for everything except arm64be:  includes fixes

diffstat:

 external/gpl3/gcc/lib/libgcc/arch/m68000/defs.mk           |  2 +-
 external/gpl3/gcc/lib/libgomp/defs.mk                      |  2 +-
 external/gpl3/gcc/lib/libiberty/defs.mk                    |  2 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/aarch64/defs.mk    |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/defs.mk      |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/arm/defs.mk        |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/earm/defs.mk       |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb/defs.mk     |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/defs.mk     |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmhfeb/defs.mk   |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/defs.mk     |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4eb/defs.mk   |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6/defs.mk     |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6eb/defs.mk   |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hf/defs.mk   |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hfeb/defs.mk |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7/defs.mk     |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7eb/defs.mk   |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hf/defs.mk   |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hfeb/defs.mk |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/defs.mk       |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/i386/defs.mk       |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/ia64/defs.mk       |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/defs.mk     |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/m68k/defs.mk       |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/defs.mk   |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/defs.mk   |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/defs.mk     |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/defs.mk     |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/defs.mk    |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/defs.mk  |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/riscv32/defs.mk    |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/riscv64/defs.mk    |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb/defs.mk      |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/defs.mk      |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/sparc/defs.mk      |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/sparc64/defs.mk    |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/vax/defs.mk        |  7 ++++---
 external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64/defs.mk     |  7 ++++---
 external/gpl3/gcc/usr.bin/common/defs.mk                   |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/aarch64/configargs.h    |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/alpha/configargs.h      |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/arm/configargs.h        |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earm/configargs.h       |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmeb/configargs.h     |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmhf/configargs.h     |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmhfeb/configargs.h   |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv4/configargs.h     |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv4eb/configargs.h   |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv6/configargs.h     |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv6eb/configargs.h   |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv6hf/configargs.h   |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv6hfeb/configargs.h |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv7/configargs.h     |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv7eb/configargs.h   |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv7hf/configargs.h   |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earmv7hfeb/configargs.h |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h       |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/i386/configargs.h       |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/ia64/configargs.h       |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/m68000/configargs.h     |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/m68k/configargs.h       |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/configargs.h   |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h   |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mipseb/configargs.h     |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/mipsel/configargs.h     |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h    |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/configargs.h  |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/riscv32/configargs.h    |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/riscv64/configargs.h    |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/configargs.h      |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sh3el/configargs.h      |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sparc/configargs.h      |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/sparc64/configargs.h    |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/vax/configargs.h        |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/x86_64/configargs.h     |  2 +-
 76 files changed, 184 insertions(+), 148 deletions(-)

diffs (truncated from 1192 to 300 lines):

diff -r c8ea69056971 -r e3a47afc2547 external/gpl3/gcc/lib/libgcc/arch/m68000/defs.mk
--- a/external/gpl3/gcc/lib/libgcc/arch/m68000/defs.mk  Wed Sep 09 07:23:45 2020 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/m68000/defs.mk  Wed Sep 09 07:27:45 2020 +0000
@@ -1,5 +1,5 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.109 2020/09/06 02:24:38 mrg Exp 
+# Generated from: NetBSD: mknative-gcc,v 1.112 2020/09/09 07:12:04 mrg Exp 
 # Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp 
 #
 G_INCLUDES=-I. -I. -I../.././gcc -I${GNUHOSTDIST}/libgcc -I${GNUHOSTDIST}/libgcc/. -I${GNUHOSTDIST}/libgcc/../gcc -I${GNUHOSTDIST}/libgcc/../include 
diff -r c8ea69056971 -r e3a47afc2547 external/gpl3/gcc/lib/libgomp/defs.mk
--- a/external/gpl3/gcc/lib/libgomp/defs.mk     Wed Sep 09 07:23:45 2020 +0000
+++ b/external/gpl3/gcc/lib/libgomp/defs.mk     Wed Sep 09 07:27:45 2020 +0000
@@ -1,5 +1,5 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.109 2020/09/06 02:24:38 mrg Exp 
+# Generated from: NetBSD: mknative-gcc,v 1.112 2020/09/09 07:12:04 mrg Exp 
 # Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp 
 #
 G_libgomp_la_SOURCES=alloc.c atomic.c barrier.c critical.c env.c error.c icv.c icv-device.c iter.c iter_ull.c loop.c loop_ull.c ordered.c parallel.c sections.c single.c task.c team.c work.c lock.c 
mutex.c proc.c sem.c bar.c ptrlock.c time.c fortran.c affinity.c target.c splay-tree.c libgomp-plugin.c oacc-parallel.c oacc-host.c oacc-init.c oacc-mem.c oacc-async.c oacc-plugin.c oacc-cuda.c 
priority_queue.c affinity-fmt.c teams.c 
diff -r c8ea69056971 -r e3a47afc2547 external/gpl3/gcc/lib/libiberty/defs.mk
--- a/external/gpl3/gcc/lib/libiberty/defs.mk   Wed Sep 09 07:23:45 2020 +0000
+++ b/external/gpl3/gcc/lib/libiberty/defs.mk   Wed Sep 09 07:27:45 2020 +0000
@@ -1,5 +1,5 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.109 2020/09/06 02:24:38 mrg Exp 
+# Generated from: NetBSD: mknative-gcc,v 1.112 2020/09/09 07:12:04 mrg Exp 
 # Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp 
 #
 G_ALLOCA=
diff -r c8ea69056971 -r e3a47afc2547 external/gpl3/gcc/lib/libstdc++-v3/arch/aarch64/defs.mk
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/aarch64/defs.mk   Wed Sep 09 07:23:45 2020 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/aarch64/defs.mk   Wed Sep 09 07:27:45 2020 +0000
@@ -1,5 +1,5 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.108 2020/09/05 10:58:08 mrg Exp 
+# Generated from: NetBSD: mknative-gcc,v 1.112 2020/09/09 07:12:04 mrg Exp 
 # Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp 
 #
 G_port_specific_symbol_files=
@@ -47,8 +47,9 @@
 G_ext_headers=ext/algorithm ext/aligned_buffer.h ext/alloc_traits.h ext/atomicity.h ext/array_allocator.h ext/bitmap_allocator.h ext/cast.h ext/cmath ext/codecvt_specializations.h ext/concurrence.h 
ext/debug_allocator.h ext/enc_filebuf.h ext/extptr_allocator.h ext/stdio_filebuf.h ext/stdio_sync_filebuf.h ext/functional ext/iterator ext/malloc_allocator.h ext/memory ext/mt_allocator.h 
ext/new_allocator.h ext/numeric ext/numeric_traits.h ext/pod_char_traits.h ext/pointer.h ext/pool_allocator.h ext/rb_tree ext/random ext/random.tcc ext/rope ext/ropeimpl.h ext/slist 
ext/string_conversions.h ext/throw_allocator.h ext/typelist.h ext/type_traits.h ext/rc_string_base.h ext/sso_string_base.h ext/vstring.h ext/vstring.tcc ext/vstring_fwd.h ext/vstring_util.h 
backward/hash_set backward/hash_map
 G_host_headers=os/bsd/netbsd/ctype_base.h os/bsd/netbsd/ctype_inline.h os/bsd/netbsd/os_defines.h cpu/generic/atomic_word.h cpu/generic/cxxabi_tweaks.h cpu/generic/cpu_defines.h 
os/generic/error_constants.h precompiled/stdc++.h precompiled/stdtr1c++.h precompiled/extc++.h
 G_thread_host_headers=./aarch64--netbsd/bits/gthr.h ./aarch64--netbsd/bits/gthr-single.h ./aarch64--netbsd/bits/gthr-posix.h ./aarch64--netbsd/bits/gthr-default.h
-G_profile_headers=array base.h unordered_base.h unordered_map unordered_set vector bitset deque forward_list list map map.h multimap.h multiset.h ordered_base.h set set.h iterator_tracker.h
-G_profile_impl_headers=impl/profiler.h impl/profiler_algos.h impl/profiler_container_size.h impl/profiler_hash_func.h impl/profiler_hashtable_size.h impl/profiler_map_to_unordered_map.h 
impl/profiler_node.h impl/profiler_state.h impl/profiler_trace.h impl/profiler_vector_size.h impl/profiler_vector_to_list.h impl/profiler_list_to_vector.h impl/profiler_list_to_slist.h
+G_pstl_headers=pstl/algorithm_fwd.h pstl/algorithm_impl.h pstl/execution_defs.h pstl/execution_impl.h pstl/glue_algorithm_defs.h pstl/glue_algorithm_impl.h pstl/glue_execution_defs.h 
pstl/glue_memory_defs.h pstl/glue_memory_impl.h pstl/glue_numeric_defs.h pstl/glue_numeric_impl.h pstl/memory_impl.h pstl/numeric_fwd.h pstl/numeric_impl.h pstl/parallel_backend.h 
pstl/parallel_backend_tbb.h pstl/parallel_backend_utils.h pstl/parallel_impl.h pstl/pstl_config.h pstl/unseq_backend_simd.h pstl/utils.h
+G_profile_headers=profile/array profile/base.h profile/unordered_base.h profile/unordered_map profile/unordered_set profile/vector profile/bitset profile/deque profile/forward_list profile/list 
profile/map profile/map.h profile/multimap.h profile/multiset.h profile/ordered_base.h profile/set profile/set.h profile/iterator_tracker.h
+G_profile_impl_headers=profile/impl/profiler.h profile/impl/profiler_algos.h profile/impl/profiler_container_size.h profile/impl/profiler_hash_func.h profile/impl/profiler_hashtable_size.h 
profile/impl/profiler_map_to_unordered_map.h profile/impl/profiler_node.h profile/impl/profiler_state.h profile/impl/profiler_trace.h profile/impl/profiler_vector_size.h 
profile/impl/profiler_vector_to_list.h profile/impl/profiler_list_to_vector.h profile/impl/profiler_list_to_slist.h
 G_BASIC_FILE_H=config/io/basic_file_stdio.h
 G_ALLOCATOR_H=config/allocator/new_allocator_base.h
 G_CSTDIO_H=config/io/c_io_stdio.h
diff -r c8ea69056971 -r e3a47afc2547 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/defs.mk
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/defs.mk     Wed Sep 09 07:23:45 2020 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/defs.mk     Wed Sep 09 07:27:45 2020 +0000
@@ -1,5 +1,5 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.108 2020/09/05 10:58:08 mrg Exp 
+# Generated from: NetBSD: mknative-gcc,v 1.112 2020/09/09 07:12:04 mrg Exp 
 # Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp 
 #
 G_port_specific_symbol_files=
@@ -47,8 +47,9 @@
 G_ext_headers=ext/algorithm ext/aligned_buffer.h ext/alloc_traits.h ext/atomicity.h ext/array_allocator.h ext/bitmap_allocator.h ext/cast.h ext/cmath ext/codecvt_specializations.h ext/concurrence.h 
ext/debug_allocator.h ext/enc_filebuf.h ext/extptr_allocator.h ext/stdio_filebuf.h ext/stdio_sync_filebuf.h ext/functional ext/iterator ext/malloc_allocator.h ext/memory ext/mt_allocator.h 
ext/new_allocator.h ext/numeric ext/numeric_traits.h ext/pod_char_traits.h ext/pointer.h ext/pool_allocator.h ext/rb_tree ext/random ext/random.tcc ext/rope ext/ropeimpl.h ext/slist 
ext/string_conversions.h ext/throw_allocator.h ext/typelist.h ext/type_traits.h ext/rc_string_base.h ext/sso_string_base.h ext/vstring.h ext/vstring.tcc ext/vstring_fwd.h ext/vstring_util.h 
backward/hash_set backward/hash_map
 G_host_headers=os/bsd/netbsd/ctype_base.h os/bsd/netbsd/ctype_inline.h os/bsd/netbsd/os_defines.h cpu/generic/atomic_word.h cpu/generic/cxxabi_tweaks.h cpu/generic/cpu_defines.h 
os/generic/error_constants.h precompiled/stdc++.h precompiled/stdtr1c++.h precompiled/extc++.h
 G_thread_host_headers=./alpha--netbsd/bits/gthr.h ./alpha--netbsd/bits/gthr-single.h ./alpha--netbsd/bits/gthr-posix.h ./alpha--netbsd/bits/gthr-default.h
-G_profile_headers=array base.h unordered_base.h unordered_map unordered_set vector bitset deque forward_list list map map.h multimap.h multiset.h ordered_base.h set set.h iterator_tracker.h
-G_profile_impl_headers=impl/profiler.h impl/profiler_algos.h impl/profiler_container_size.h impl/profiler_hash_func.h impl/profiler_hashtable_size.h impl/profiler_map_to_unordered_map.h 
impl/profiler_node.h impl/profiler_state.h impl/profiler_trace.h impl/profiler_vector_size.h impl/profiler_vector_to_list.h impl/profiler_list_to_vector.h impl/profiler_list_to_slist.h
+G_pstl_headers=pstl/algorithm_fwd.h pstl/algorithm_impl.h pstl/execution_defs.h pstl/execution_impl.h pstl/glue_algorithm_defs.h pstl/glue_algorithm_impl.h pstl/glue_execution_defs.h 
pstl/glue_memory_defs.h pstl/glue_memory_impl.h pstl/glue_numeric_defs.h pstl/glue_numeric_impl.h pstl/memory_impl.h pstl/numeric_fwd.h pstl/numeric_impl.h pstl/parallel_backend.h 
pstl/parallel_backend_tbb.h pstl/parallel_backend_utils.h pstl/parallel_impl.h pstl/pstl_config.h pstl/unseq_backend_simd.h pstl/utils.h
+G_profile_headers=profile/array profile/base.h profile/unordered_base.h profile/unordered_map profile/unordered_set profile/vector profile/bitset profile/deque profile/forward_list profile/list 
profile/map profile/map.h profile/multimap.h profile/multiset.h profile/ordered_base.h profile/set profile/set.h profile/iterator_tracker.h
+G_profile_impl_headers=profile/impl/profiler.h profile/impl/profiler_algos.h profile/impl/profiler_container_size.h profile/impl/profiler_hash_func.h profile/impl/profiler_hashtable_size.h 
profile/impl/profiler_map_to_unordered_map.h profile/impl/profiler_node.h profile/impl/profiler_state.h profile/impl/profiler_trace.h profile/impl/profiler_vector_size.h 
profile/impl/profiler_vector_to_list.h profile/impl/profiler_list_to_vector.h profile/impl/profiler_list_to_slist.h
 G_BASIC_FILE_H=config/io/basic_file_stdio.h
 G_ALLOCATOR_H=config/allocator/new_allocator_base.h
 G_CSTDIO_H=config/io/c_io_stdio.h
diff -r c8ea69056971 -r e3a47afc2547 external/gpl3/gcc/lib/libstdc++-v3/arch/arm/defs.mk
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/defs.mk       Wed Sep 09 07:23:45 2020 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/defs.mk       Wed Sep 09 07:27:45 2020 +0000
@@ -1,5 +1,5 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.108 2020/09/05 10:58:08 mrg Exp 
+# Generated from: NetBSD: mknative-gcc,v 1.112 2020/09/09 07:12:04 mrg Exp 
 # Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp 
 #
 G_port_specific_symbol_files=
@@ -47,8 +47,9 @@
 G_ext_headers=ext/algorithm ext/aligned_buffer.h ext/alloc_traits.h ext/atomicity.h ext/array_allocator.h ext/bitmap_allocator.h ext/cast.h ext/cmath ext/codecvt_specializations.h ext/concurrence.h 
ext/debug_allocator.h ext/enc_filebuf.h ext/extptr_allocator.h ext/stdio_filebuf.h ext/stdio_sync_filebuf.h ext/functional ext/iterator ext/malloc_allocator.h ext/memory ext/mt_allocator.h 
ext/new_allocator.h ext/numeric ext/numeric_traits.h ext/pod_char_traits.h ext/pointer.h ext/pool_allocator.h ext/rb_tree ext/random ext/random.tcc ext/rope ext/ropeimpl.h ext/slist 
ext/string_conversions.h ext/throw_allocator.h ext/typelist.h ext/type_traits.h ext/rc_string_base.h ext/sso_string_base.h ext/vstring.h ext/vstring.tcc ext/vstring_fwd.h ext/vstring_util.h 
backward/hash_set backward/hash_map
 G_host_headers=os/bsd/netbsd/ctype_base.h os/bsd/netbsd/ctype_inline.h os/bsd/netbsd/os_defines.h cpu/generic/atomic_word.h cpu/arm/cxxabi_tweaks.h cpu/arm/cpu_defines.h os/generic/error_constants.h 
precompiled/stdc++.h precompiled/stdtr1c++.h precompiled/extc++.h
 G_thread_host_headers=./arm--netbsdelf/bits/gthr.h ./arm--netbsdelf/bits/gthr-single.h ./arm--netbsdelf/bits/gthr-posix.h ./arm--netbsdelf/bits/gthr-default.h
-G_profile_headers=array base.h unordered_base.h unordered_map unordered_set vector bitset deque forward_list list map map.h multimap.h multiset.h ordered_base.h set set.h iterator_tracker.h
-G_profile_impl_headers=impl/profiler.h impl/profiler_algos.h impl/profiler_container_size.h impl/profiler_hash_func.h impl/profiler_hashtable_size.h impl/profiler_map_to_unordered_map.h 
impl/profiler_node.h impl/profiler_state.h impl/profiler_trace.h impl/profiler_vector_size.h impl/profiler_vector_to_list.h impl/profiler_list_to_vector.h impl/profiler_list_to_slist.h
+G_pstl_headers=pstl/algorithm_fwd.h pstl/algorithm_impl.h pstl/execution_defs.h pstl/execution_impl.h pstl/glue_algorithm_defs.h pstl/glue_algorithm_impl.h pstl/glue_execution_defs.h 
pstl/glue_memory_defs.h pstl/glue_memory_impl.h pstl/glue_numeric_defs.h pstl/glue_numeric_impl.h pstl/memory_impl.h pstl/numeric_fwd.h pstl/numeric_impl.h pstl/parallel_backend.h 
pstl/parallel_backend_tbb.h pstl/parallel_backend_utils.h pstl/parallel_impl.h pstl/pstl_config.h pstl/unseq_backend_simd.h pstl/utils.h
+G_profile_headers=profile/array profile/base.h profile/unordered_base.h profile/unordered_map profile/unordered_set profile/vector profile/bitset profile/deque profile/forward_list profile/list 
profile/map profile/map.h profile/multimap.h profile/multiset.h profile/ordered_base.h profile/set profile/set.h profile/iterator_tracker.h
+G_profile_impl_headers=profile/impl/profiler.h profile/impl/profiler_algos.h profile/impl/profiler_container_size.h profile/impl/profiler_hash_func.h profile/impl/profiler_hashtable_size.h 
profile/impl/profiler_map_to_unordered_map.h profile/impl/profiler_node.h profile/impl/profiler_state.h profile/impl/profiler_trace.h profile/impl/profiler_vector_size.h 
profile/impl/profiler_vector_to_list.h profile/impl/profiler_list_to_vector.h profile/impl/profiler_list_to_slist.h
 G_BASIC_FILE_H=config/io/basic_file_stdio.h
 G_ALLOCATOR_H=config/allocator/new_allocator_base.h
 G_CSTDIO_H=config/io/c_io_stdio.h
diff -r c8ea69056971 -r e3a47afc2547 external/gpl3/gcc/lib/libstdc++-v3/arch/earm/defs.mk
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/defs.mk      Wed Sep 09 07:23:45 2020 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/defs.mk      Wed Sep 09 07:27:45 2020 +0000
@@ -1,5 +1,5 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.108 2020/09/05 10:58:08 mrg Exp 
+# Generated from: NetBSD: mknative-gcc,v 1.112 2020/09/09 07:12:04 mrg Exp 
 # Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp 
 #
 G_port_specific_symbol_files=
@@ -47,8 +47,9 @@
 G_ext_headers=ext/algorithm ext/aligned_buffer.h ext/alloc_traits.h ext/atomicity.h ext/array_allocator.h ext/bitmap_allocator.h ext/cast.h ext/cmath ext/codecvt_specializations.h ext/concurrence.h 
ext/debug_allocator.h ext/enc_filebuf.h ext/extptr_allocator.h ext/stdio_filebuf.h ext/stdio_sync_filebuf.h ext/functional ext/iterator ext/malloc_allocator.h ext/memory ext/mt_allocator.h 
ext/new_allocator.h ext/numeric ext/numeric_traits.h ext/pod_char_traits.h ext/pointer.h ext/pool_allocator.h ext/rb_tree ext/random ext/random.tcc ext/rope ext/ropeimpl.h ext/slist 
ext/string_conversions.h ext/throw_allocator.h ext/typelist.h ext/type_traits.h ext/rc_string_base.h ext/sso_string_base.h ext/vstring.h ext/vstring.tcc ext/vstring_fwd.h ext/vstring_util.h 
backward/hash_set backward/hash_map
 G_host_headers=os/bsd/netbsd/ctype_base.h os/bsd/netbsd/ctype_inline.h os/bsd/netbsd/os_defines.h cpu/generic/atomic_word.h cpu/arm/cxxabi_tweaks.h cpu/arm/cpu_defines.h os/generic/error_constants.h 
precompiled/stdc++.h precompiled/stdtr1c++.h precompiled/extc++.h
 G_thread_host_headers=./arm--netbsdelf-eabi/bits/gthr.h ./arm--netbsdelf-eabi/bits/gthr-single.h ./arm--netbsdelf-eabi/bits/gthr-posix.h ./arm--netbsdelf-eabi/bits/gthr-default.h
-G_profile_headers=array base.h unordered_base.h unordered_map unordered_set vector bitset deque forward_list list map map.h multimap.h multiset.h ordered_base.h set set.h iterator_tracker.h
-G_profile_impl_headers=impl/profiler.h impl/profiler_algos.h impl/profiler_container_size.h impl/profiler_hash_func.h impl/profiler_hashtable_size.h impl/profiler_map_to_unordered_map.h 
impl/profiler_node.h impl/profiler_state.h impl/profiler_trace.h impl/profiler_vector_size.h impl/profiler_vector_to_list.h impl/profiler_list_to_vector.h impl/profiler_list_to_slist.h
+G_pstl_headers=pstl/algorithm_fwd.h pstl/algorithm_impl.h pstl/execution_defs.h pstl/execution_impl.h pstl/glue_algorithm_defs.h pstl/glue_algorithm_impl.h pstl/glue_execution_defs.h 
pstl/glue_memory_defs.h pstl/glue_memory_impl.h pstl/glue_numeric_defs.h pstl/glue_numeric_impl.h pstl/memory_impl.h pstl/numeric_fwd.h pstl/numeric_impl.h pstl/parallel_backend.h 
pstl/parallel_backend_tbb.h pstl/parallel_backend_utils.h pstl/parallel_impl.h pstl/pstl_config.h pstl/unseq_backend_simd.h pstl/utils.h
+G_profile_headers=profile/array profile/base.h profile/unordered_base.h profile/unordered_map profile/unordered_set profile/vector profile/bitset profile/deque profile/forward_list profile/list 
profile/map profile/map.h profile/multimap.h profile/multiset.h profile/ordered_base.h profile/set profile/set.h profile/iterator_tracker.h
+G_profile_impl_headers=profile/impl/profiler.h profile/impl/profiler_algos.h profile/impl/profiler_container_size.h profile/impl/profiler_hash_func.h profile/impl/profiler_hashtable_size.h 
profile/impl/profiler_map_to_unordered_map.h profile/impl/profiler_node.h profile/impl/profiler_state.h profile/impl/profiler_trace.h profile/impl/profiler_vector_size.h 
profile/impl/profiler_vector_to_list.h profile/impl/profiler_list_to_vector.h profile/impl/profiler_list_to_slist.h
 G_BASIC_FILE_H=config/io/basic_file_stdio.h
 G_ALLOCATOR_H=config/allocator/new_allocator_base.h
 G_CSTDIO_H=config/io/c_io_stdio.h
diff -r c8ea69056971 -r e3a47afc2547 external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb/defs.mk
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb/defs.mk    Wed Sep 09 07:23:45 2020 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb/defs.mk    Wed Sep 09 07:27:45 2020 +0000
@@ -1,5 +1,5 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.108 2020/09/05 10:58:08 mrg Exp 
+# Generated from: NetBSD: mknative-gcc,v 1.112 2020/09/09 07:12:04 mrg Exp 
 # Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp 
 #
 G_port_specific_symbol_files=
@@ -47,8 +47,9 @@
 G_ext_headers=ext/algorithm ext/aligned_buffer.h ext/alloc_traits.h ext/atomicity.h ext/array_allocator.h ext/bitmap_allocator.h ext/cast.h ext/cmath ext/codecvt_specializations.h ext/concurrence.h 
ext/debug_allocator.h ext/enc_filebuf.h ext/extptr_allocator.h ext/stdio_filebuf.h ext/stdio_sync_filebuf.h ext/functional ext/iterator ext/malloc_allocator.h ext/memory ext/mt_allocator.h 
ext/new_allocator.h ext/numeric ext/numeric_traits.h ext/pod_char_traits.h ext/pointer.h ext/pool_allocator.h ext/rb_tree ext/random ext/random.tcc ext/rope ext/ropeimpl.h ext/slist 
ext/string_conversions.h ext/throw_allocator.h ext/typelist.h ext/type_traits.h ext/rc_string_base.h ext/sso_string_base.h ext/vstring.h ext/vstring.tcc ext/vstring_fwd.h ext/vstring_util.h 
backward/hash_set backward/hash_map
 G_host_headers=os/bsd/netbsd/ctype_base.h os/bsd/netbsd/ctype_inline.h os/bsd/netbsd/os_defines.h cpu/generic/atomic_word.h cpu/arm/cxxabi_tweaks.h cpu/arm/cpu_defines.h os/generic/error_constants.h 
precompiled/stdc++.h precompiled/stdtr1c++.h precompiled/extc++.h
 G_thread_host_headers=./armeb--netbsdelf-eabi/bits/gthr.h ./armeb--netbsdelf-eabi/bits/gthr-single.h ./armeb--netbsdelf-eabi/bits/gthr-posix.h ./armeb--netbsdelf-eabi/bits/gthr-default.h
-G_profile_headers=array base.h unordered_base.h unordered_map unordered_set vector bitset deque forward_list list map map.h multimap.h multiset.h ordered_base.h set set.h iterator_tracker.h
-G_profile_impl_headers=impl/profiler.h impl/profiler_algos.h impl/profiler_container_size.h impl/profiler_hash_func.h impl/profiler_hashtable_size.h impl/profiler_map_to_unordered_map.h 
impl/profiler_node.h impl/profiler_state.h impl/profiler_trace.h impl/profiler_vector_size.h impl/profiler_vector_to_list.h impl/profiler_list_to_vector.h impl/profiler_list_to_slist.h
+G_pstl_headers=pstl/algorithm_fwd.h pstl/algorithm_impl.h pstl/execution_defs.h pstl/execution_impl.h pstl/glue_algorithm_defs.h pstl/glue_algorithm_impl.h pstl/glue_execution_defs.h 
pstl/glue_memory_defs.h pstl/glue_memory_impl.h pstl/glue_numeric_defs.h pstl/glue_numeric_impl.h pstl/memory_impl.h pstl/numeric_fwd.h pstl/numeric_impl.h pstl/parallel_backend.h 
pstl/parallel_backend_tbb.h pstl/parallel_backend_utils.h pstl/parallel_impl.h pstl/pstl_config.h pstl/unseq_backend_simd.h pstl/utils.h
+G_profile_headers=profile/array profile/base.h profile/unordered_base.h profile/unordered_map profile/unordered_set profile/vector profile/bitset profile/deque profile/forward_list profile/list 
profile/map profile/map.h profile/multimap.h profile/multiset.h profile/ordered_base.h profile/set profile/set.h profile/iterator_tracker.h
+G_profile_impl_headers=profile/impl/profiler.h profile/impl/profiler_algos.h profile/impl/profiler_container_size.h profile/impl/profiler_hash_func.h profile/impl/profiler_hashtable_size.h 
profile/impl/profiler_map_to_unordered_map.h profile/impl/profiler_node.h profile/impl/profiler_state.h profile/impl/profiler_trace.h profile/impl/profiler_vector_size.h 
profile/impl/profiler_vector_to_list.h profile/impl/profiler_list_to_vector.h profile/impl/profiler_list_to_slist.h
 G_BASIC_FILE_H=config/io/basic_file_stdio.h
 G_ALLOCATOR_H=config/allocator/new_allocator_base.h
 G_CSTDIO_H=config/io/c_io_stdio.h
diff -r c8ea69056971 -r e3a47afc2547 external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/defs.mk
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/defs.mk    Wed Sep 09 07:23:45 2020 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/defs.mk    Wed Sep 09 07:27:45 2020 +0000
@@ -1,5 +1,5 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.108 2020/09/05 10:58:08 mrg Exp 
+# Generated from: NetBSD: mknative-gcc,v 1.112 2020/09/09 07:12:04 mrg Exp 
 # Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp 
 #
 G_port_specific_symbol_files=
@@ -47,8 +47,9 @@
 G_ext_headers=ext/algorithm ext/aligned_buffer.h ext/alloc_traits.h ext/atomicity.h ext/array_allocator.h ext/bitmap_allocator.h ext/cast.h ext/cmath ext/codecvt_specializations.h ext/concurrence.h 
ext/debug_allocator.h ext/enc_filebuf.h ext/extptr_allocator.h ext/stdio_filebuf.h ext/stdio_sync_filebuf.h ext/functional ext/iterator ext/malloc_allocator.h ext/memory ext/mt_allocator.h 
ext/new_allocator.h ext/numeric ext/numeric_traits.h ext/pod_char_traits.h ext/pointer.h ext/pool_allocator.h ext/rb_tree ext/random ext/random.tcc ext/rope ext/ropeimpl.h ext/slist 
ext/string_conversions.h ext/throw_allocator.h ext/typelist.h ext/type_traits.h ext/rc_string_base.h ext/sso_string_base.h ext/vstring.h ext/vstring.tcc ext/vstring_fwd.h ext/vstring_util.h 
backward/hash_set backward/hash_map
 G_host_headers=os/bsd/netbsd/ctype_base.h os/bsd/netbsd/ctype_inline.h os/bsd/netbsd/os_defines.h cpu/generic/atomic_word.h cpu/arm/cxxabi_tweaks.h cpu/arm/cpu_defines.h os/generic/error_constants.h 
precompiled/stdc++.h precompiled/stdtr1c++.h precompiled/extc++.h
 G_thread_host_headers=./arm--netbsdelf-eabihf/bits/gthr.h ./arm--netbsdelf-eabihf/bits/gthr-single.h ./arm--netbsdelf-eabihf/bits/gthr-posix.h ./arm--netbsdelf-eabihf/bits/gthr-default.h
-G_profile_headers=array base.h unordered_base.h unordered_map unordered_set vector bitset deque forward_list list map map.h multimap.h multiset.h ordered_base.h set set.h iterator_tracker.h
-G_profile_impl_headers=impl/profiler.h impl/profiler_algos.h impl/profiler_container_size.h impl/profiler_hash_func.h impl/profiler_hashtable_size.h impl/profiler_map_to_unordered_map.h 
impl/profiler_node.h impl/profiler_state.h impl/profiler_trace.h impl/profiler_vector_size.h impl/profiler_vector_to_list.h impl/profiler_list_to_vector.h impl/profiler_list_to_slist.h
+G_pstl_headers=pstl/algorithm_fwd.h pstl/algorithm_impl.h pstl/execution_defs.h pstl/execution_impl.h pstl/glue_algorithm_defs.h pstl/glue_algorithm_impl.h pstl/glue_execution_defs.h 
pstl/glue_memory_defs.h pstl/glue_memory_impl.h pstl/glue_numeric_defs.h pstl/glue_numeric_impl.h pstl/memory_impl.h pstl/numeric_fwd.h pstl/numeric_impl.h pstl/parallel_backend.h 
pstl/parallel_backend_tbb.h pstl/parallel_backend_utils.h pstl/parallel_impl.h pstl/pstl_config.h pstl/unseq_backend_simd.h pstl/utils.h
+G_profile_headers=profile/array profile/base.h profile/unordered_base.h profile/unordered_map profile/unordered_set profile/vector profile/bitset profile/deque profile/forward_list profile/list 
profile/map profile/map.h profile/multimap.h profile/multiset.h profile/ordered_base.h profile/set profile/set.h profile/iterator_tracker.h
+G_profile_impl_headers=profile/impl/profiler.h profile/impl/profiler_algos.h profile/impl/profiler_container_size.h profile/impl/profiler_hash_func.h profile/impl/profiler_hashtable_size.h 
profile/impl/profiler_map_to_unordered_map.h profile/impl/profiler_node.h profile/impl/profiler_state.h profile/impl/profiler_trace.h profile/impl/profiler_vector_size.h 
profile/impl/profiler_vector_to_list.h profile/impl/profiler_list_to_vector.h profile/impl/profiler_list_to_slist.h
 G_BASIC_FILE_H=config/io/basic_file_stdio.h
 G_ALLOCATOR_H=config/allocator/new_allocator_base.h
 G_CSTDIO_H=config/io/c_io_stdio.h
diff -r c8ea69056971 -r e3a47afc2547 external/gpl3/gcc/lib/libstdc++-v3/arch/earmhfeb/defs.mk
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhfeb/defs.mk  Wed Sep 09 07:23:45 2020 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhfeb/defs.mk  Wed Sep 09 07:27:45 2020 +0000
@@ -1,5 +1,5 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.108 2020/09/05 10:58:08 mrg Exp 
+# Generated from: NetBSD: mknative-gcc,v 1.112 2020/09/09 07:12:04 mrg Exp 
 # Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp 
 #
 G_port_specific_symbol_files=
@@ -47,8 +47,9 @@
 G_ext_headers=ext/algorithm ext/aligned_buffer.h ext/alloc_traits.h ext/atomicity.h ext/array_allocator.h ext/bitmap_allocator.h ext/cast.h ext/cmath ext/codecvt_specializations.h ext/concurrence.h 
ext/debug_allocator.h ext/enc_filebuf.h ext/extptr_allocator.h ext/stdio_filebuf.h ext/stdio_sync_filebuf.h ext/functional ext/iterator ext/malloc_allocator.h ext/memory ext/mt_allocator.h 
ext/new_allocator.h ext/numeric ext/numeric_traits.h ext/pod_char_traits.h ext/pointer.h ext/pool_allocator.h ext/rb_tree ext/random ext/random.tcc ext/rope ext/ropeimpl.h ext/slist 
ext/string_conversions.h ext/throw_allocator.h ext/typelist.h ext/type_traits.h ext/rc_string_base.h ext/sso_string_base.h ext/vstring.h ext/vstring.tcc ext/vstring_fwd.h ext/vstring_util.h 
backward/hash_set backward/hash_map
 G_host_headers=os/bsd/netbsd/ctype_base.h os/bsd/netbsd/ctype_inline.h os/bsd/netbsd/os_defines.h cpu/generic/atomic_word.h cpu/arm/cxxabi_tweaks.h cpu/arm/cpu_defines.h os/generic/error_constants.h 
precompiled/stdc++.h precompiled/stdtr1c++.h precompiled/extc++.h
 G_thread_host_headers=./armeb--netbsdelf-eabihf/bits/gthr.h ./armeb--netbsdelf-eabihf/bits/gthr-single.h ./armeb--netbsdelf-eabihf/bits/gthr-posix.h ./armeb--netbsdelf-eabihf/bits/gthr-default.h
-G_profile_headers=array base.h unordered_base.h unordered_map unordered_set vector bitset deque forward_list list map map.h multimap.h multiset.h ordered_base.h set set.h iterator_tracker.h
-G_profile_impl_headers=impl/profiler.h impl/profiler_algos.h impl/profiler_container_size.h impl/profiler_hash_func.h impl/profiler_hashtable_size.h impl/profiler_map_to_unordered_map.h 
impl/profiler_node.h impl/profiler_state.h impl/profiler_trace.h impl/profiler_vector_size.h impl/profiler_vector_to_list.h impl/profiler_list_to_vector.h impl/profiler_list_to_slist.h
+G_pstl_headers=pstl/algorithm_fwd.h pstl/algorithm_impl.h pstl/execution_defs.h pstl/execution_impl.h pstl/glue_algorithm_defs.h pstl/glue_algorithm_impl.h pstl/glue_execution_defs.h 
pstl/glue_memory_defs.h pstl/glue_memory_impl.h pstl/glue_numeric_defs.h pstl/glue_numeric_impl.h pstl/memory_impl.h pstl/numeric_fwd.h pstl/numeric_impl.h pstl/parallel_backend.h 
pstl/parallel_backend_tbb.h pstl/parallel_backend_utils.h pstl/parallel_impl.h pstl/pstl_config.h pstl/unseq_backend_simd.h pstl/utils.h
+G_profile_headers=profile/array profile/base.h profile/unordered_base.h profile/unordered_map profile/unordered_set profile/vector profile/bitset profile/deque profile/forward_list profile/list 
profile/map profile/map.h profile/multimap.h profile/multiset.h profile/ordered_base.h profile/set profile/set.h profile/iterator_tracker.h
+G_profile_impl_headers=profile/impl/profiler.h profile/impl/profiler_algos.h profile/impl/profiler_container_size.h profile/impl/profiler_hash_func.h profile/impl/profiler_hashtable_size.h 
profile/impl/profiler_map_to_unordered_map.h profile/impl/profiler_node.h profile/impl/profiler_state.h profile/impl/profiler_trace.h profile/impl/profiler_vector_size.h 
profile/impl/profiler_vector_to_list.h profile/impl/profiler_list_to_vector.h profile/impl/profiler_list_to_slist.h
 G_BASIC_FILE_H=config/io/basic_file_stdio.h
 G_ALLOCATOR_H=config/allocator/new_allocator_base.h
 G_CSTDIO_H=config/io/c_io_stdio.h
diff -r c8ea69056971 -r e3a47afc2547 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/defs.mk
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/defs.mk    Wed Sep 09 07:23:45 2020 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/defs.mk    Wed Sep 09 07:27:45 2020 +0000
@@ -1,5 +1,5 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.108 2020/09/05 10:58:08 mrg Exp 
+# Generated from: NetBSD: mknative-gcc,v 1.112 2020/09/09 07:12:04 mrg Exp 
 # Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp 
 #
 G_port_specific_symbol_files=
@@ -47,8 +47,9 @@
 G_ext_headers=ext/algorithm ext/aligned_buffer.h ext/alloc_traits.h ext/atomicity.h ext/array_allocator.h ext/bitmap_allocator.h ext/cast.h ext/cmath ext/codecvt_specializations.h ext/concurrence.h 
ext/debug_allocator.h ext/enc_filebuf.h ext/extptr_allocator.h ext/stdio_filebuf.h ext/stdio_sync_filebuf.h ext/functional ext/iterator ext/malloc_allocator.h ext/memory ext/mt_allocator.h 
ext/new_allocator.h ext/numeric ext/numeric_traits.h ext/pod_char_traits.h ext/pointer.h ext/pool_allocator.h ext/rb_tree ext/random ext/random.tcc ext/rope ext/ropeimpl.h ext/slist 
ext/string_conversions.h ext/throw_allocator.h ext/typelist.h ext/type_traits.h ext/rc_string_base.h ext/sso_string_base.h ext/vstring.h ext/vstring.tcc ext/vstring_fwd.h ext/vstring_util.h 
backward/hash_set backward/hash_map
 G_host_headers=os/bsd/netbsd/ctype_base.h os/bsd/netbsd/ctype_inline.h os/bsd/netbsd/os_defines.h cpu/generic/atomic_word.h cpu/arm/cxxabi_tweaks.h cpu/arm/cpu_defines.h os/generic/error_constants.h 
precompiled/stdc++.h precompiled/stdtr1c++.h precompiled/extc++.h
 G_thread_host_headers=./armv4--netbsdelf-eabi/bits/gthr.h ./armv4--netbsdelf-eabi/bits/gthr-single.h ./armv4--netbsdelf-eabi/bits/gthr-posix.h ./armv4--netbsdelf-eabi/bits/gthr-default.h
-G_profile_headers=array base.h unordered_base.h unordered_map unordered_set vector bitset deque forward_list list map map.h multimap.h multiset.h ordered_base.h set set.h iterator_tracker.h
-G_profile_impl_headers=impl/profiler.h impl/profiler_algos.h impl/profiler_container_size.h impl/profiler_hash_func.h impl/profiler_hashtable_size.h impl/profiler_map_to_unordered_map.h 
impl/profiler_node.h impl/profiler_state.h impl/profiler_trace.h impl/profiler_vector_size.h impl/profiler_vector_to_list.h impl/profiler_list_to_vector.h impl/profiler_list_to_slist.h
+G_pstl_headers=pstl/algorithm_fwd.h pstl/algorithm_impl.h pstl/execution_defs.h pstl/execution_impl.h pstl/glue_algorithm_defs.h pstl/glue_algorithm_impl.h pstl/glue_execution_defs.h 
pstl/glue_memory_defs.h pstl/glue_memory_impl.h pstl/glue_numeric_defs.h pstl/glue_numeric_impl.h pstl/memory_impl.h pstl/numeric_fwd.h pstl/numeric_impl.h pstl/parallel_backend.h 
pstl/parallel_backend_tbb.h pstl/parallel_backend_utils.h pstl/parallel_impl.h pstl/pstl_config.h pstl/unseq_backend_simd.h pstl/utils.h
+G_profile_headers=profile/array profile/base.h profile/unordered_base.h profile/unordered_map profile/unordered_set profile/vector profile/bitset profile/deque profile/forward_list profile/list 
profile/map profile/map.h profile/multimap.h profile/multiset.h profile/ordered_base.h profile/set profile/set.h profile/iterator_tracker.h
+G_profile_impl_headers=profile/impl/profiler.h profile/impl/profiler_algos.h profile/impl/profiler_container_size.h profile/impl/profiler_hash_func.h profile/impl/profiler_hashtable_size.h 
profile/impl/profiler_map_to_unordered_map.h profile/impl/profiler_node.h profile/impl/profiler_state.h profile/impl/profiler_trace.h profile/impl/profiler_vector_size.h 
profile/impl/profiler_vector_to_list.h profile/impl/profiler_list_to_vector.h profile/impl/profiler_list_to_slist.h
 G_BASIC_FILE_H=config/io/basic_file_stdio.h
 G_ALLOCATOR_H=config/allocator/new_allocator_base.h
 G_CSTDIO_H=config/io/c_io_stdio.h
diff -r c8ea69056971 -r e3a47afc2547 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4eb/defs.mk
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4eb/defs.mk  Wed Sep 09 07:23:45 2020 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4eb/defs.mk  Wed Sep 09 07:27:45 2020 +0000
@@ -1,5 +1,5 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.108 2020/09/05 10:58:08 mrg Exp 
+# Generated from: NetBSD: mknative-gcc,v 1.112 2020/09/09 07:12:04 mrg Exp 
 # Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp 
 #
 G_port_specific_symbol_files=
@@ -47,8 +47,9 @@
 G_ext_headers=ext/algorithm ext/aligned_buffer.h ext/alloc_traits.h ext/atomicity.h ext/array_allocator.h ext/bitmap_allocator.h ext/cast.h ext/cmath ext/codecvt_specializations.h ext/concurrence.h 
ext/debug_allocator.h ext/enc_filebuf.h ext/extptr_allocator.h ext/stdio_filebuf.h ext/stdio_sync_filebuf.h ext/functional ext/iterator ext/malloc_allocator.h ext/memory ext/mt_allocator.h 
ext/new_allocator.h ext/numeric ext/numeric_traits.h ext/pod_char_traits.h ext/pointer.h ext/pool_allocator.h ext/rb_tree ext/random ext/random.tcc ext/rope ext/ropeimpl.h ext/slist 
ext/string_conversions.h ext/throw_allocator.h ext/typelist.h ext/type_traits.h ext/rc_string_base.h ext/sso_string_base.h ext/vstring.h ext/vstring.tcc ext/vstring_fwd.h ext/vstring_util.h 
backward/hash_set backward/hash_map
 G_host_headers=os/bsd/netbsd/ctype_base.h os/bsd/netbsd/ctype_inline.h os/bsd/netbsd/os_defines.h cpu/generic/atomic_word.h cpu/arm/cxxabi_tweaks.h cpu/arm/cpu_defines.h os/generic/error_constants.h 
precompiled/stdc++.h precompiled/stdtr1c++.h precompiled/extc++.h
 G_thread_host_headers=./armv4eb--netbsdelf-eabi/bits/gthr.h ./armv4eb--netbsdelf-eabi/bits/gthr-single.h ./armv4eb--netbsdelf-eabi/bits/gthr-posix.h ./armv4eb--netbsdelf-eabi/bits/gthr-default.h
-G_profile_headers=array base.h unordered_base.h unordered_map unordered_set vector bitset deque forward_list list map map.h multimap.h multiset.h ordered_base.h set set.h iterator_tracker.h
-G_profile_impl_headers=impl/profiler.h impl/profiler_algos.h impl/profiler_container_size.h impl/profiler_hash_func.h impl/profiler_hashtable_size.h impl/profiler_map_to_unordered_map.h 
impl/profiler_node.h impl/profiler_state.h impl/profiler_trace.h impl/profiler_vector_size.h impl/profiler_vector_to_list.h impl/profiler_list_to_vector.h impl/profiler_list_to_slist.h
+G_pstl_headers=pstl/algorithm_fwd.h pstl/algorithm_impl.h pstl/execution_defs.h pstl/execution_impl.h pstl/glue_algorithm_defs.h pstl/glue_algorithm_impl.h pstl/glue_execution_defs.h 
pstl/glue_memory_defs.h pstl/glue_memory_impl.h pstl/glue_numeric_defs.h pstl/glue_numeric_impl.h pstl/memory_impl.h pstl/numeric_fwd.h pstl/numeric_impl.h pstl/parallel_backend.h 
pstl/parallel_backend_tbb.h pstl/parallel_backend_utils.h pstl/parallel_impl.h pstl/pstl_config.h pstl/unseq_backend_simd.h pstl/utils.h
+G_profile_headers=profile/array profile/base.h profile/unordered_base.h profile/unordered_map profile/unordered_set profile/vector profile/bitset profile/deque profile/forward_list profile/list 
profile/map profile/map.h profile/multimap.h profile/multiset.h profile/ordered_base.h profile/set profile/set.h profile/iterator_tracker.h
+G_profile_impl_headers=profile/impl/profiler.h profile/impl/profiler_algos.h profile/impl/profiler_container_size.h profile/impl/profiler_hash_func.h profile/impl/profiler_hashtable_size.h 
profile/impl/profiler_map_to_unordered_map.h profile/impl/profiler_node.h profile/impl/profiler_state.h profile/impl/profiler_trace.h profile/impl/profiler_vector_size.h 
profile/impl/profiler_vector_to_list.h profile/impl/profiler_list_to_vector.h profile/impl/profiler_list_to_slist.h
 G_BASIC_FILE_H=config/io/basic_file_stdio.h
 G_ALLOCATOR_H=config/allocator/new_allocator_base.h
 G_CSTDIO_H=config/io/c_io_stdio.h
diff -r c8ea69056971 -r e3a47afc2547 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6/defs.mk
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6/defs.mk    Wed Sep 09 07:23:45 2020 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6/defs.mk    Wed Sep 09 07:27:45 2020 +0000
@@ -1,5 +1,5 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.108 2020/09/05 10:58:08 mrg Exp 
+# Generated from: NetBSD: mknative-gcc,v 1.112 2020/09/09 07:12:04 mrg Exp 
 # Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp 
 #
 G_port_specific_symbol_files=
@@ -47,8 +47,9 @@
 G_ext_headers=ext/algorithm ext/aligned_buffer.h ext/alloc_traits.h ext/atomicity.h ext/array_allocator.h ext/bitmap_allocator.h ext/cast.h ext/cmath ext/codecvt_specializations.h ext/concurrence.h 
ext/debug_allocator.h ext/enc_filebuf.h ext/extptr_allocator.h ext/stdio_filebuf.h ext/stdio_sync_filebuf.h ext/functional ext/iterator ext/malloc_allocator.h ext/memory ext/mt_allocator.h 
ext/new_allocator.h ext/numeric ext/numeric_traits.h ext/pod_char_traits.h ext/pointer.h ext/pool_allocator.h ext/rb_tree ext/random ext/random.tcc ext/rope ext/ropeimpl.h ext/slist 
ext/string_conversions.h ext/throw_allocator.h ext/typelist.h ext/type_traits.h ext/rc_string_base.h ext/sso_string_base.h ext/vstring.h ext/vstring.tcc ext/vstring_fwd.h ext/vstring_util.h 
backward/hash_set backward/hash_map
 G_host_headers=os/bsd/netbsd/ctype_base.h os/bsd/netbsd/ctype_inline.h os/bsd/netbsd/os_defines.h cpu/generic/atomic_word.h cpu/arm/cxxabi_tweaks.h cpu/arm/cpu_defines.h os/generic/error_constants.h 
precompiled/stdc++.h precompiled/stdtr1c++.h precompiled/extc++.h
 G_thread_host_headers=./armv6--netbsdelf-eabi/bits/gthr.h ./armv6--netbsdelf-eabi/bits/gthr-single.h ./armv6--netbsdelf-eabi/bits/gthr-posix.h ./armv6--netbsdelf-eabi/bits/gthr-default.h
-G_profile_headers=array base.h unordered_base.h unordered_map unordered_set vector bitset deque forward_list list map map.h multimap.h multiset.h ordered_base.h set set.h iterator_tracker.h
-G_profile_impl_headers=impl/profiler.h impl/profiler_algos.h impl/profiler_container_size.h impl/profiler_hash_func.h impl/profiler_hashtable_size.h impl/profiler_map_to_unordered_map.h 
impl/profiler_node.h impl/profiler_state.h impl/profiler_trace.h impl/profiler_vector_size.h impl/profiler_vector_to_list.h impl/profiler_list_to_vector.h impl/profiler_list_to_slist.h
+G_pstl_headers=pstl/algorithm_fwd.h pstl/algorithm_impl.h pstl/execution_defs.h pstl/execution_impl.h pstl/glue_algorithm_defs.h pstl/glue_algorithm_impl.h pstl/glue_execution_defs.h 
pstl/glue_memory_defs.h pstl/glue_memory_impl.h pstl/glue_numeric_defs.h pstl/glue_numeric_impl.h pstl/memory_impl.h pstl/numeric_fwd.h pstl/numeric_impl.h pstl/parallel_backend.h 
pstl/parallel_backend_tbb.h pstl/parallel_backend_utils.h pstl/parallel_impl.h pstl/pstl_config.h pstl/unseq_backend_simd.h pstl/utils.h
+G_profile_headers=profile/array profile/base.h profile/unordered_base.h profile/unordered_map profile/unordered_set profile/vector profile/bitset profile/deque profile/forward_list profile/list 
profile/map profile/map.h profile/multimap.h profile/multiset.h profile/ordered_base.h profile/set profile/set.h profile/iterator_tracker.h
+G_profile_impl_headers=profile/impl/profiler.h profile/impl/profiler_algos.h profile/impl/profiler_container_size.h profile/impl/profiler_hash_func.h profile/impl/profiler_hashtable_size.h 
profile/impl/profiler_map_to_unordered_map.h profile/impl/profiler_node.h profile/impl/profiler_state.h profile/impl/profiler_trace.h profile/impl/profiler_vector_size.h 
profile/impl/profiler_vector_to_list.h profile/impl/profiler_list_to_vector.h profile/impl/profiler_list_to_slist.h
 G_BASIC_FILE_H=config/io/basic_file_stdio.h
 G_ALLOCATOR_H=config/allocator/new_allocator_base.h
 G_CSTDIO_H=config/io/c_io_stdio.h
diff -r c8ea69056971 -r e3a47afc2547 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6eb/defs.mk
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6eb/defs.mk  Wed Sep 09 07:23:45 2020 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6eb/defs.mk  Wed Sep 09 07:27:45 2020 +0000
@@ -1,5 +1,5 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.108 2020/09/05 10:58:08 mrg Exp 
+# Generated from: NetBSD: mknative-gcc,v 1.112 2020/09/09 07:12:04 mrg Exp 
 # Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp 
 #
 G_port_specific_symbol_files=
@@ -47,8 +47,9 @@
 G_ext_headers=ext/algorithm ext/aligned_buffer.h ext/alloc_traits.h ext/atomicity.h ext/array_allocator.h ext/bitmap_allocator.h ext/cast.h ext/cmath ext/codecvt_specializations.h ext/concurrence.h 
ext/debug_allocator.h ext/enc_filebuf.h ext/extptr_allocator.h ext/stdio_filebuf.h ext/stdio_sync_filebuf.h ext/functional ext/iterator ext/malloc_allocator.h ext/memory ext/mt_allocator.h 
ext/new_allocator.h ext/numeric ext/numeric_traits.h ext/pod_char_traits.h ext/pointer.h ext/pool_allocator.h ext/rb_tree ext/random ext/random.tcc ext/rope ext/ropeimpl.h ext/slist 
ext/string_conversions.h ext/throw_allocator.h ext/typelist.h ext/type_traits.h ext/rc_string_base.h ext/sso_string_base.h ext/vstring.h ext/vstring.tcc ext/vstring_fwd.h ext/vstring_util.h 
backward/hash_set backward/hash_map
 G_host_headers=os/bsd/netbsd/ctype_base.h os/bsd/netbsd/ctype_inline.h os/bsd/netbsd/os_defines.h cpu/generic/atomic_word.h cpu/arm/cxxabi_tweaks.h cpu/arm/cpu_defines.h os/generic/error_constants.h 
precompiled/stdc++.h precompiled/stdtr1c++.h precompiled/extc++.h
 G_thread_host_headers=./armv6eb--netbsdelf-eabi/bits/gthr.h ./armv6eb--netbsdelf-eabi/bits/gthr-single.h ./armv6eb--netbsdelf-eabi/bits/gthr-posix.h ./armv6eb--netbsdelf-eabi/bits/gthr-default.h
-G_profile_headers=array base.h unordered_base.h unordered_map unordered_set vector bitset deque forward_list list map map.h multimap.h multiset.h ordered_base.h set set.h iterator_tracker.h
-G_profile_impl_headers=impl/profiler.h impl/profiler_algos.h impl/profiler_container_size.h impl/profiler_hash_func.h impl/profiler_hashtable_size.h impl/profiler_map_to_unordered_map.h 
impl/profiler_node.h impl/profiler_state.h impl/profiler_trace.h impl/profiler_vector_size.h impl/profiler_vector_to_list.h impl/profiler_list_to_vector.h impl/profiler_list_to_slist.h
+G_pstl_headers=pstl/algorithm_fwd.h pstl/algorithm_impl.h pstl/execution_defs.h pstl/execution_impl.h pstl/glue_algorithm_defs.h pstl/glue_algorithm_impl.h pstl/glue_execution_defs.h 
pstl/glue_memory_defs.h pstl/glue_memory_impl.h pstl/glue_numeric_defs.h pstl/glue_numeric_impl.h pstl/memory_impl.h pstl/numeric_fwd.h pstl/numeric_impl.h pstl/parallel_backend.h 
pstl/parallel_backend_tbb.h pstl/parallel_backend_utils.h pstl/parallel_impl.h pstl/pstl_config.h pstl/unseq_backend_simd.h pstl/utils.h
+G_profile_headers=profile/array profile/base.h profile/unordered_base.h profile/unordered_map profile/unordered_set profile/vector profile/bitset profile/deque profile/forward_list profile/list 
profile/map profile/map.h profile/multimap.h profile/multiset.h profile/ordered_base.h profile/set profile/set.h profile/iterator_tracker.h
+G_profile_impl_headers=profile/impl/profiler.h profile/impl/profiler_algos.h profile/impl/profiler_container_size.h profile/impl/profiler_hash_func.h profile/impl/profiler_hashtable_size.h 
profile/impl/profiler_map_to_unordered_map.h profile/impl/profiler_node.h profile/impl/profiler_state.h profile/impl/profiler_trace.h profile/impl/profiler_vector_size.h 
profile/impl/profiler_vector_to_list.h profile/impl/profiler_list_to_vector.h profile/impl/profiler_list_to_slist.h
 G_BASIC_FILE_H=config/io/basic_file_stdio.h
 G_ALLOCATOR_H=config/allocator/new_allocator_base.h
 G_CSTDIO_H=config/io/c_io_stdio.h
diff -r c8ea69056971 -r e3a47afc2547 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hf/defs.mk
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hf/defs.mk  Wed Sep 09 07:23:45 2020 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hf/defs.mk  Wed Sep 09 07:27:45 2020 +0000
@@ -1,5 +1,5 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.108 2020/09/05 10:58:08 mrg Exp 
+# Generated from: NetBSD: mknative-gcc,v 1.112 2020/09/09 07:12:04 mrg Exp 
 # Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp 
 #
 G_port_specific_symbol_files=
@@ -47,8 +47,9 @@
 G_ext_headers=ext/algorithm ext/aligned_buffer.h ext/alloc_traits.h ext/atomicity.h ext/array_allocator.h ext/bitmap_allocator.h ext/cast.h ext/cmath ext/codecvt_specializations.h ext/concurrence.h 
ext/debug_allocator.h ext/enc_filebuf.h ext/extptr_allocator.h ext/stdio_filebuf.h ext/stdio_sync_filebuf.h ext/functional ext/iterator ext/malloc_allocator.h ext/memory ext/mt_allocator.h 
ext/new_allocator.h ext/numeric ext/numeric_traits.h ext/pod_char_traits.h ext/pointer.h ext/pool_allocator.h ext/rb_tree ext/random ext/random.tcc ext/rope ext/ropeimpl.h ext/slist 
ext/string_conversions.h ext/throw_allocator.h ext/typelist.h ext/type_traits.h ext/rc_string_base.h ext/sso_string_base.h ext/vstring.h ext/vstring.tcc ext/vstring_fwd.h ext/vstring_util.h 
backward/hash_set backward/hash_map
 G_host_headers=os/bsd/netbsd/ctype_base.h os/bsd/netbsd/ctype_inline.h os/bsd/netbsd/os_defines.h cpu/generic/atomic_word.h cpu/arm/cxxabi_tweaks.h cpu/arm/cpu_defines.h os/generic/error_constants.h 
precompiled/stdc++.h precompiled/stdtr1c++.h precompiled/extc++.h
 G_thread_host_headers=./armv6--netbsdelf-eabihf/bits/gthr.h ./armv6--netbsdelf-eabihf/bits/gthr-single.h ./armv6--netbsdelf-eabihf/bits/gthr-posix.h ./armv6--netbsdelf-eabihf/bits/gthr-default.h
-G_profile_headers=array base.h unordered_base.h unordered_map unordered_set vector bitset deque forward_list list map map.h multimap.h multiset.h ordered_base.h set set.h iterator_tracker.h
-G_profile_impl_headers=impl/profiler.h impl/profiler_algos.h impl/profiler_container_size.h impl/profiler_hash_func.h impl/profiler_hashtable_size.h impl/profiler_map_to_unordered_map.h 
impl/profiler_node.h impl/profiler_state.h impl/profiler_trace.h impl/profiler_vector_size.h impl/profiler_vector_to_list.h impl/profiler_list_to_vector.h impl/profiler_list_to_slist.h
+G_pstl_headers=pstl/algorithm_fwd.h pstl/algorithm_impl.h pstl/execution_defs.h pstl/execution_impl.h pstl/glue_algorithm_defs.h pstl/glue_algorithm_impl.h pstl/glue_execution_defs.h 
pstl/glue_memory_defs.h pstl/glue_memory_impl.h pstl/glue_numeric_defs.h pstl/glue_numeric_impl.h pstl/memory_impl.h pstl/numeric_fwd.h pstl/numeric_impl.h pstl/parallel_backend.h 
pstl/parallel_backend_tbb.h pstl/parallel_backend_utils.h pstl/parallel_impl.h pstl/pstl_config.h pstl/unseq_backend_simd.h pstl/utils.h
+G_profile_headers=profile/array profile/base.h profile/unordered_base.h profile/unordered_map profile/unordered_set profile/vector profile/bitset profile/deque profile/forward_list profile/list 
profile/map profile/map.h profile/multimap.h profile/multiset.h profile/ordered_base.h profile/set profile/set.h profile/iterator_tracker.h
+G_profile_impl_headers=profile/impl/profiler.h profile/impl/profiler_algos.h profile/impl/profiler_container_size.h profile/impl/profiler_hash_func.h profile/impl/profiler_hashtable_size.h 
profile/impl/profiler_map_to_unordered_map.h profile/impl/profiler_node.h profile/impl/profiler_state.h profile/impl/profiler_trace.h profile/impl/profiler_vector_size.h 
profile/impl/profiler_vector_to_list.h profile/impl/profiler_list_to_vector.h profile/impl/profiler_list_to_slist.h
 G_BASIC_FILE_H=config/io/basic_file_stdio.h
 G_ALLOCATOR_H=config/allocator/new_allocator_base.h
 G_CSTDIO_H=config/io/c_io_stdio.h
diff -r c8ea69056971 -r e3a47afc2547 external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hfeb/defs.mk
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hfeb/defs.mk        Wed Sep 09 07:23:45 2020 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hfeb/defs.mk        Wed Sep 09 07:27:45 2020 +0000
@@ -1,5 +1,5 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from: NetBSD: mknative-gcc,v 1.108 2020/09/05 10:58:08 mrg Exp 



Home | Main Index | Thread Index | Old Index