History log of /netbsd-current/external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/c++config.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.41 25-Feb-2024 mrg

mknative-gcc for most targets and enabling isl.


# 1.40 31-Jul-2023 mrg

mknative-gcc for GCC 12.3.0 on arm64*, arm* besides armv4, ppc, alpha,
sh, sparc*, mips*, riscv*, vax, hppa, ia64, and m68*.

earmv4 didn't start properly, and powerpc64 failed to build, but all
the rest seem to be OK now.


# 1.39 11-Jul-2023 mrg

mknative-gcc for GCC 10.5.0.


Revision tags: netbsd-10-base
# 1.38 22-Jul-2022 mrg

branches: 1.38.2;
regen everything for GCC 10.4.0.


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
# 1.37 11-Apr-2021 mrg

mknative-gcc for GCC 10 and almost all platforms. one of the
myriad of arm platforms, and the powerpc* platforms are not
yet done.


# 1.36 05-Sep-2020 mrg

mknative-gcc for gcc 9.3.0 and arm64, alpha, hppa, ia64, m68*, mipseb,
powerpc, riscv*, sh3*, sparc*, vax.

move data from README.gcc8 to README.gcc9.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 phil-wifi-20200406
# 1.35 11-Mar-2020 mrg

mknative-gcc for all platforms for GCC 8.4.0.


# 1.34 08-Mar-2020 mgorny

Enable EOWNERDEAD & ENOTRECOVERABLE in libstdc++


# 1.33 07-Mar-2020 mrg

regen for mknative and all platforms. there are a few things
fixed in this, mostly related to tgmath.h or frexp, and some
generated vs hand-edited white space diffs.


Revision tags: is-mlppp-base phil-wifi-20191119
# 1.32 24-Oct-2019 kamil

Switch the iconv(3) prototype to the POSIX conformant variation

Remove const from the 2nd argument.

const char ** and char ** are incompatible types and it was a cost to keep
the technically incompatible form for a more purist variation. NetBSD was
almost the last alive OS to still keep the const argument (known leftovers:
Minix and Illumos).

Keep the const form for the internal purposes inside citrus and rump.

Address the build breakage fallout in the same change.

There are no ABI changes.

Change accepted by core@.


# 1.31 02-Oct-2019 mrg

mknative-gcc for GCC 8.3 and all ports.


Revision tags: netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
# 1.30 27-Feb-2019 mrg

branches: 1.30.2;
mknative-gcc for most platforms again after recent tools/gcc/Makefile change.


# 1.29 17-Feb-2019 mrg

regen mknative with symver no longer disabled.


# 1.28 04-Feb-2019 mrg

mknative-gcc for alpha, hpaa, ia64, mips*, sh3*, and vax.
re- for powerpc, sparc, i386, and amd64.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126
# 1.27 05-Nov-2018 mrg

regenerate everything for GCC 6.5.

sh3eb and sh3el had a problem wtih libstdc++ i had to work around for now.


Revision tags: pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.26 04-Sep-2018 mrg

redo mknative-gcc for all ports. main changes include:
- "#define HAVE_CC_TLS 1" for most/all ports, thanks maya@
- "#define _GLIBCXX_HAVE_LDEXPL 1" and "#define _GLIBCXX_HAVE_TGMATH_H 1"
for many ports
- arm64 and amd64 had a broken c++config.h that disabled many things
- configargs.h has more normalisation
- ppc64 has a few things fixed, must have missed several mknative rounds


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.25 06-Feb-2018 mrg

branches: 1.25.2; 1.25.4;
more mknative-gcc 6.4 for m68k, mips*, powerpc, sh*, sparc* and amd64.


# 1.24 06-Feb-2018 mrg

rebuild mknative GCC 6.4 for these targets:
arm armeb earmeb earmhf earmhfeb earmv4eb
earmv6 earmv6eb earmv6hf earmv6hfeb
earmv7 earmv7eb earmv7hf earmv7hfeb
hppa ia64 m68000 m68k
mips64eb mips64el mipseb mipsel
powerpc64 sh3eb sh3el vax


# 1.23 15-Nov-2017 mrg

merge mknative files from gcc.old back into gcc.
they're back to being the same again now.


# 1.22 13-Nov-2017 mrg

regen for gcc 5.5.


Revision tags: perseant-stdc-iso10646-base
# 1.21 11-Jul-2017 joerg

Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This
functions are used for destructors of thread_local objects.

If a pending destructor exists, prevent unloading of shared objects.
Introduce __dl_cxa_refcount interface for this purpose. When the last
reference is gone and the object has been dlclose'd before, the
unloading is finalized.

Ideally, __cxa_thread_atexit_impl wouldn't exist, but libstdc++ insists
on providing __cxa_thread_atexit as direct wrapper without further
patching.


Revision tags: netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.20 18-Oct-2016 mrg

branches: 1.20.6;
regen mknative for all ports and GCC 5.4 and -current. many ports
were using 5.3 data, and none of them had <stdalign.h>.


Revision tags: localcount-20160914
# 1.19 26-Aug-2016 christos

regen for alpha and sh now that they have fenv.h


Revision tags: pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.18 07-Jun-2016 mrg

branches: 1.18.2;
mknative-gcc for all but sparc64, vax and sun2 and GCC 5.4.


# 1.17 18-Mar-2016 mrg

mknative-gcc for GCC 5.3 and sh3*, hppa, m68*, mips*.

none of them are complete yet.


Revision tags: gcc-4-8-5-pre-gcc-old-import
# 1.16 25-Jun-2015 mrg

regen mknative files for GCC 4.8.5.


# 1.15 10-Jan-2015 mrg

rerun mknative for GCC 4.8.4 and all platforms.

m68000 needs -fPIC removed (again), and hppa c++config.h turned off
several things present in -lm, fixed by hand.


# 1.14 12-Oct-2014 mrg

regen mknative for gcc 4.8-2014-10-09.


# 1.13 10-Oct-2014 mrg

regen gcc mknative files for new complex and more.


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.12 28-May-2014 mrg

branches: 1.12.2;
re-run mknative-gcc after threading fixes by skrll and myself.


# 1.11 28-May-2014 mrg

rerun mknative-gcc for GCC 4.8.3 release.

XXX: still not 100% right, but we're getting close.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.10 04-Mar-2014 mrg

branches: 1.10.2;
mknative-gcc 4.8 for most platforms. missing: ppc64, m68010, ia64, coldfire.


# 1.9 01-Mar-2014 mrg

merge GCC 4.8 build.


Revision tags: imported-to-gcc-old-20140227-0107 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.8 18-Sep-2012 mrg

regen mknative files for GCC 4.5.4.


# 1.7 18-Sep-2012 mrg

re-run mknative.

- i386 tested
- m68k gomp tls reverted by hand
- powerpc softfloat added (un-reverted) by hand


Revision tags: yamt-pagecache-base5 yamt-pagecache-base4
# 1.6 05-Apr-2012 mrg

branches: 1.6.2;
rerun mknative-gcc:
- turn off <fenv.h> on platforms that don't have it


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 netbsd-6-base
# 1.5 15-Dec-2011 mrg

regenerate mknative-gcc files for most platforms, post skrll@ fix
and joerg@'s enable tls change.

missing: m68010 (coming shortly) and m68k (breaks the build)

XXX: didn't test i re-merged the powerpc by-hand changes properly


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.4 20-Jul-2011 mrg

branches: 1.4.2;
re-generate various files after dl_iterate_phdr has been enabled.


# 1.3 04-Jul-2011 mrg

regenerate


# 1.2 03-Jul-2011 mrg

various (re-)generations. most of these sort of entirely work now.


# 1.1 03-Jul-2011 mrg

(re-)generate mknative-gcc files for many platforms.
(re-)generate the gmp files for many platforms.


# 1.40 31-Jul-2023 mrg

mknative-gcc for GCC 12.3.0 on arm64*, arm* besides armv4, ppc, alpha,
sh, sparc*, mips*, riscv*, vax, hppa, ia64, and m68*.

earmv4 didn't start properly, and powerpc64 failed to build, but all
the rest seem to be OK now.


# 1.39 11-Jul-2023 mrg

mknative-gcc for GCC 10.5.0.


Revision tags: netbsd-10-base
# 1.38 22-Jul-2022 mrg

branches: 1.38.2;
regen everything for GCC 10.4.0.


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
# 1.37 11-Apr-2021 mrg

mknative-gcc for GCC 10 and almost all platforms. one of the
myriad of arm platforms, and the powerpc* platforms are not
yet done.


# 1.36 05-Sep-2020 mrg

mknative-gcc for gcc 9.3.0 and arm64, alpha, hppa, ia64, m68*, mipseb,
powerpc, riscv*, sh3*, sparc*, vax.

move data from README.gcc8 to README.gcc9.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 phil-wifi-20200406
# 1.35 11-Mar-2020 mrg

mknative-gcc for all platforms for GCC 8.4.0.


# 1.34 08-Mar-2020 mgorny

Enable EOWNERDEAD & ENOTRECOVERABLE in libstdc++


# 1.33 07-Mar-2020 mrg

regen for mknative and all platforms. there are a few things
fixed in this, mostly related to tgmath.h or frexp, and some
generated vs hand-edited white space diffs.


Revision tags: is-mlppp-base phil-wifi-20191119
# 1.32 24-Oct-2019 kamil

Switch the iconv(3) prototype to the POSIX conformant variation

Remove const from the 2nd argument.

const char ** and char ** are incompatible types and it was a cost to keep
the technically incompatible form for a more purist variation. NetBSD was
almost the last alive OS to still keep the const argument (known leftovers:
Minix and Illumos).

Keep the const form for the internal purposes inside citrus and rump.

Address the build breakage fallout in the same change.

There are no ABI changes.

Change accepted by core@.


# 1.31 02-Oct-2019 mrg

mknative-gcc for GCC 8.3 and all ports.


Revision tags: netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
# 1.30 27-Feb-2019 mrg

branches: 1.30.2;
mknative-gcc for most platforms again after recent tools/gcc/Makefile change.


# 1.29 17-Feb-2019 mrg

regen mknative with symver no longer disabled.


# 1.28 04-Feb-2019 mrg

mknative-gcc for alpha, hpaa, ia64, mips*, sh3*, and vax.
re- for powerpc, sparc, i386, and amd64.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126
# 1.27 05-Nov-2018 mrg

regenerate everything for GCC 6.5.

sh3eb and sh3el had a problem wtih libstdc++ i had to work around for now.


Revision tags: pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.26 04-Sep-2018 mrg

redo mknative-gcc for all ports. main changes include:
- "#define HAVE_CC_TLS 1" for most/all ports, thanks maya@
- "#define _GLIBCXX_HAVE_LDEXPL 1" and "#define _GLIBCXX_HAVE_TGMATH_H 1"
for many ports
- arm64 and amd64 had a broken c++config.h that disabled many things
- configargs.h has more normalisation
- ppc64 has a few things fixed, must have missed several mknative rounds


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.25 06-Feb-2018 mrg

branches: 1.25.2; 1.25.4;
more mknative-gcc 6.4 for m68k, mips*, powerpc, sh*, sparc* and amd64.


# 1.24 06-Feb-2018 mrg

rebuild mknative GCC 6.4 for these targets:
arm armeb earmeb earmhf earmhfeb earmv4eb
earmv6 earmv6eb earmv6hf earmv6hfeb
earmv7 earmv7eb earmv7hf earmv7hfeb
hppa ia64 m68000 m68k
mips64eb mips64el mipseb mipsel
powerpc64 sh3eb sh3el vax


# 1.23 15-Nov-2017 mrg

merge mknative files from gcc.old back into gcc.
they're back to being the same again now.


# 1.22 13-Nov-2017 mrg

regen for gcc 5.5.


Revision tags: perseant-stdc-iso10646-base
# 1.21 11-Jul-2017 joerg

Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This
functions are used for destructors of thread_local objects.

If a pending destructor exists, prevent unloading of shared objects.
Introduce __dl_cxa_refcount interface for this purpose. When the last
reference is gone and the object has been dlclose'd before, the
unloading is finalized.

Ideally, __cxa_thread_atexit_impl wouldn't exist, but libstdc++ insists
on providing __cxa_thread_atexit as direct wrapper without further
patching.


Revision tags: netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.20 18-Oct-2016 mrg

branches: 1.20.6;
regen mknative for all ports and GCC 5.4 and -current. many ports
were using 5.3 data, and none of them had <stdalign.h>.


Revision tags: localcount-20160914
# 1.19 26-Aug-2016 christos

regen for alpha and sh now that they have fenv.h


Revision tags: pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.18 07-Jun-2016 mrg

branches: 1.18.2;
mknative-gcc for all but sparc64, vax and sun2 and GCC 5.4.


# 1.17 18-Mar-2016 mrg

mknative-gcc for GCC 5.3 and sh3*, hppa, m68*, mips*.

none of them are complete yet.


Revision tags: gcc-4-8-5-pre-gcc-old-import
# 1.16 25-Jun-2015 mrg

regen mknative files for GCC 4.8.5.


# 1.15 10-Jan-2015 mrg

rerun mknative for GCC 4.8.4 and all platforms.

m68000 needs -fPIC removed (again), and hppa c++config.h turned off
several things present in -lm, fixed by hand.


# 1.14 12-Oct-2014 mrg

regen mknative for gcc 4.8-2014-10-09.


# 1.13 10-Oct-2014 mrg

regen gcc mknative files for new complex and more.


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.12 28-May-2014 mrg

branches: 1.12.2;
re-run mknative-gcc after threading fixes by skrll and myself.


# 1.11 28-May-2014 mrg

rerun mknative-gcc for GCC 4.8.3 release.

XXX: still not 100% right, but we're getting close.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.10 04-Mar-2014 mrg

branches: 1.10.2;
mknative-gcc 4.8 for most platforms. missing: ppc64, m68010, ia64, coldfire.


# 1.9 01-Mar-2014 mrg

merge GCC 4.8 build.


Revision tags: imported-to-gcc-old-20140227-0107 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.8 18-Sep-2012 mrg

regen mknative files for GCC 4.5.4.


# 1.7 18-Sep-2012 mrg

re-run mknative.

- i386 tested
- m68k gomp tls reverted by hand
- powerpc softfloat added (un-reverted) by hand


Revision tags: yamt-pagecache-base5 yamt-pagecache-base4
# 1.6 05-Apr-2012 mrg

branches: 1.6.2;
rerun mknative-gcc:
- turn off <fenv.h> on platforms that don't have it


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 netbsd-6-base
# 1.5 15-Dec-2011 mrg

regenerate mknative-gcc files for most platforms, post skrll@ fix
and joerg@'s enable tls change.

missing: m68010 (coming shortly) and m68k (breaks the build)

XXX: didn't test i re-merged the powerpc by-hand changes properly


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.4 20-Jul-2011 mrg

branches: 1.4.2;
re-generate various files after dl_iterate_phdr has been enabled.


# 1.3 04-Jul-2011 mrg

regenerate


# 1.2 03-Jul-2011 mrg

various (re-)generations. most of these sort of entirely work now.


# 1.1 03-Jul-2011 mrg

(re-)generate mknative-gcc files for many platforms.
(re-)generate the gmp files for many platforms.


# 1.39 11-Jul-2023 mrg

mknative-gcc for GCC 10.5.0.


Revision tags: netbsd-10-base
# 1.38 22-Jul-2022 mrg

regen everything for GCC 10.4.0.


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
# 1.37 11-Apr-2021 mrg

mknative-gcc for GCC 10 and almost all platforms. one of the
myriad of arm platforms, and the powerpc* platforms are not
yet done.


# 1.36 05-Sep-2020 mrg

mknative-gcc for gcc 9.3.0 and arm64, alpha, hppa, ia64, m68*, mipseb,
powerpc, riscv*, sh3*, sparc*, vax.

move data from README.gcc8 to README.gcc9.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 phil-wifi-20200406
# 1.35 11-Mar-2020 mrg

mknative-gcc for all platforms for GCC 8.4.0.


# 1.34 08-Mar-2020 mgorny

Enable EOWNERDEAD & ENOTRECOVERABLE in libstdc++


# 1.33 07-Mar-2020 mrg

regen for mknative and all platforms. there are a few things
fixed in this, mostly related to tgmath.h or frexp, and some
generated vs hand-edited white space diffs.


Revision tags: is-mlppp-base phil-wifi-20191119
# 1.32 24-Oct-2019 kamil

Switch the iconv(3) prototype to the POSIX conformant variation

Remove const from the 2nd argument.

const char ** and char ** are incompatible types and it was a cost to keep
the technically incompatible form for a more purist variation. NetBSD was
almost the last alive OS to still keep the const argument (known leftovers:
Minix and Illumos).

Keep the const form for the internal purposes inside citrus and rump.

Address the build breakage fallout in the same change.

There are no ABI changes.

Change accepted by core@.


# 1.31 02-Oct-2019 mrg

mknative-gcc for GCC 8.3 and all ports.


Revision tags: netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
# 1.30 27-Feb-2019 mrg

branches: 1.30.2;
mknative-gcc for most platforms again after recent tools/gcc/Makefile change.


# 1.29 17-Feb-2019 mrg

regen mknative with symver no longer disabled.


# 1.28 04-Feb-2019 mrg

mknative-gcc for alpha, hpaa, ia64, mips*, sh3*, and vax.
re- for powerpc, sparc, i386, and amd64.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126
# 1.27 05-Nov-2018 mrg

regenerate everything for GCC 6.5.

sh3eb and sh3el had a problem wtih libstdc++ i had to work around for now.


Revision tags: pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.26 04-Sep-2018 mrg

redo mknative-gcc for all ports. main changes include:
- "#define HAVE_CC_TLS 1" for most/all ports, thanks maya@
- "#define _GLIBCXX_HAVE_LDEXPL 1" and "#define _GLIBCXX_HAVE_TGMATH_H 1"
for many ports
- arm64 and amd64 had a broken c++config.h that disabled many things
- configargs.h has more normalisation
- ppc64 has a few things fixed, must have missed several mknative rounds


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.25 06-Feb-2018 mrg

branches: 1.25.2; 1.25.4;
more mknative-gcc 6.4 for m68k, mips*, powerpc, sh*, sparc* and amd64.


# 1.24 06-Feb-2018 mrg

rebuild mknative GCC 6.4 for these targets:
arm armeb earmeb earmhf earmhfeb earmv4eb
earmv6 earmv6eb earmv6hf earmv6hfeb
earmv7 earmv7eb earmv7hf earmv7hfeb
hppa ia64 m68000 m68k
mips64eb mips64el mipseb mipsel
powerpc64 sh3eb sh3el vax


# 1.23 15-Nov-2017 mrg

merge mknative files from gcc.old back into gcc.
they're back to being the same again now.


# 1.22 13-Nov-2017 mrg

regen for gcc 5.5.


Revision tags: perseant-stdc-iso10646-base
# 1.21 11-Jul-2017 joerg

Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This
functions are used for destructors of thread_local objects.

If a pending destructor exists, prevent unloading of shared objects.
Introduce __dl_cxa_refcount interface for this purpose. When the last
reference is gone and the object has been dlclose'd before, the
unloading is finalized.

Ideally, __cxa_thread_atexit_impl wouldn't exist, but libstdc++ insists
on providing __cxa_thread_atexit as direct wrapper without further
patching.


Revision tags: netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.20 18-Oct-2016 mrg

branches: 1.20.6;
regen mknative for all ports and GCC 5.4 and -current. many ports
were using 5.3 data, and none of them had <stdalign.h>.


Revision tags: localcount-20160914
# 1.19 26-Aug-2016 christos

regen for alpha and sh now that they have fenv.h


Revision tags: pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.18 07-Jun-2016 mrg

branches: 1.18.2;
mknative-gcc for all but sparc64, vax and sun2 and GCC 5.4.


# 1.17 18-Mar-2016 mrg

mknative-gcc for GCC 5.3 and sh3*, hppa, m68*, mips*.

none of them are complete yet.


Revision tags: gcc-4-8-5-pre-gcc-old-import
# 1.16 25-Jun-2015 mrg

regen mknative files for GCC 4.8.5.


# 1.15 10-Jan-2015 mrg

rerun mknative for GCC 4.8.4 and all platforms.

m68000 needs -fPIC removed (again), and hppa c++config.h turned off
several things present in -lm, fixed by hand.


# 1.14 12-Oct-2014 mrg

regen mknative for gcc 4.8-2014-10-09.


# 1.13 10-Oct-2014 mrg

regen gcc mknative files for new complex and more.


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.12 28-May-2014 mrg

branches: 1.12.2;
re-run mknative-gcc after threading fixes by skrll and myself.


# 1.11 28-May-2014 mrg

rerun mknative-gcc for GCC 4.8.3 release.

XXX: still not 100% right, but we're getting close.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.10 04-Mar-2014 mrg

branches: 1.10.2;
mknative-gcc 4.8 for most platforms. missing: ppc64, m68010, ia64, coldfire.


# 1.9 01-Mar-2014 mrg

merge GCC 4.8 build.


Revision tags: imported-to-gcc-old-20140227-0107 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.8 18-Sep-2012 mrg

regen mknative files for GCC 4.5.4.


# 1.7 18-Sep-2012 mrg

re-run mknative.

- i386 tested
- m68k gomp tls reverted by hand
- powerpc softfloat added (un-reverted) by hand


Revision tags: yamt-pagecache-base5 yamt-pagecache-base4
# 1.6 05-Apr-2012 mrg

branches: 1.6.2;
rerun mknative-gcc:
- turn off <fenv.h> on platforms that don't have it


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 netbsd-6-base
# 1.5 15-Dec-2011 mrg

regenerate mknative-gcc files for most platforms, post skrll@ fix
and joerg@'s enable tls change.

missing: m68010 (coming shortly) and m68k (breaks the build)

XXX: didn't test i re-merged the powerpc by-hand changes properly


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.4 20-Jul-2011 mrg

branches: 1.4.2;
re-generate various files after dl_iterate_phdr has been enabled.


# 1.3 04-Jul-2011 mrg

regenerate


# 1.2 03-Jul-2011 mrg

various (re-)generations. most of these sort of entirely work now.


# 1.1 03-Jul-2011 mrg

(re-)generate mknative-gcc files for many platforms.
(re-)generate the gmp files for many platforms.


# 1.38 22-Jul-2022 mrg

regen everything for GCC 10.4.0.


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
# 1.37 11-Apr-2021 mrg

mknative-gcc for GCC 10 and almost all platforms. one of the
myriad of arm platforms, and the powerpc* platforms are not
yet done.


# 1.36 05-Sep-2020 mrg

mknative-gcc for gcc 9.3.0 and arm64, alpha, hppa, ia64, m68*, mipseb,
powerpc, riscv*, sh3*, sparc*, vax.

move data from README.gcc8 to README.gcc9.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 phil-wifi-20200406
# 1.35 11-Mar-2020 mrg

mknative-gcc for all platforms for GCC 8.4.0.


# 1.34 08-Mar-2020 mgorny

Enable EOWNERDEAD & ENOTRECOVERABLE in libstdc++


# 1.33 07-Mar-2020 mrg

regen for mknative and all platforms. there are a few things
fixed in this, mostly related to tgmath.h or frexp, and some
generated vs hand-edited white space diffs.


Revision tags: is-mlppp-base phil-wifi-20191119
# 1.32 24-Oct-2019 kamil

Switch the iconv(3) prototype to the POSIX conformant variation

Remove const from the 2nd argument.

const char ** and char ** are incompatible types and it was a cost to keep
the technically incompatible form for a more purist variation. NetBSD was
almost the last alive OS to still keep the const argument (known leftovers:
Minix and Illumos).

Keep the const form for the internal purposes inside citrus and rump.

Address the build breakage fallout in the same change.

There are no ABI changes.

Change accepted by core@.


# 1.31 02-Oct-2019 mrg

mknative-gcc for GCC 8.3 and all ports.


Revision tags: netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
# 1.30 27-Feb-2019 mrg

branches: 1.30.2;
mknative-gcc for most platforms again after recent tools/gcc/Makefile change.


# 1.29 17-Feb-2019 mrg

regen mknative with symver no longer disabled.


# 1.28 04-Feb-2019 mrg

mknative-gcc for alpha, hpaa, ia64, mips*, sh3*, and vax.
re- for powerpc, sparc, i386, and amd64.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126
# 1.27 05-Nov-2018 mrg

regenerate everything for GCC 6.5.

sh3eb and sh3el had a problem wtih libstdc++ i had to work around for now.


Revision tags: pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.26 04-Sep-2018 mrg

redo mknative-gcc for all ports. main changes include:
- "#define HAVE_CC_TLS 1" for most/all ports, thanks maya@
- "#define _GLIBCXX_HAVE_LDEXPL 1" and "#define _GLIBCXX_HAVE_TGMATH_H 1"
for many ports
- arm64 and amd64 had a broken c++config.h that disabled many things
- configargs.h has more normalisation
- ppc64 has a few things fixed, must have missed several mknative rounds


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.25 06-Feb-2018 mrg

branches: 1.25.2; 1.25.4;
more mknative-gcc 6.4 for m68k, mips*, powerpc, sh*, sparc* and amd64.


# 1.24 06-Feb-2018 mrg

rebuild mknative GCC 6.4 for these targets:
arm armeb earmeb earmhf earmhfeb earmv4eb
earmv6 earmv6eb earmv6hf earmv6hfeb
earmv7 earmv7eb earmv7hf earmv7hfeb
hppa ia64 m68000 m68k
mips64eb mips64el mipseb mipsel
powerpc64 sh3eb sh3el vax


# 1.23 15-Nov-2017 mrg

merge mknative files from gcc.old back into gcc.
they're back to being the same again now.


# 1.22 13-Nov-2017 mrg

regen for gcc 5.5.


Revision tags: perseant-stdc-iso10646-base
# 1.21 11-Jul-2017 joerg

Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This
functions are used for destructors of thread_local objects.

If a pending destructor exists, prevent unloading of shared objects.
Introduce __dl_cxa_refcount interface for this purpose. When the last
reference is gone and the object has been dlclose'd before, the
unloading is finalized.

Ideally, __cxa_thread_atexit_impl wouldn't exist, but libstdc++ insists
on providing __cxa_thread_atexit as direct wrapper without further
patching.


Revision tags: netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.20 18-Oct-2016 mrg

branches: 1.20.6;
regen mknative for all ports and GCC 5.4 and -current. many ports
were using 5.3 data, and none of them had <stdalign.h>.


Revision tags: localcount-20160914
# 1.19 26-Aug-2016 christos

regen for alpha and sh now that they have fenv.h


Revision tags: pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.18 07-Jun-2016 mrg

branches: 1.18.2;
mknative-gcc for all but sparc64, vax and sun2 and GCC 5.4.


# 1.17 18-Mar-2016 mrg

mknative-gcc for GCC 5.3 and sh3*, hppa, m68*, mips*.

none of them are complete yet.


Revision tags: gcc-4-8-5-pre-gcc-old-import
# 1.16 25-Jun-2015 mrg

regen mknative files for GCC 4.8.5.


# 1.15 10-Jan-2015 mrg

rerun mknative for GCC 4.8.4 and all platforms.

m68000 needs -fPIC removed (again), and hppa c++config.h turned off
several things present in -lm, fixed by hand.


# 1.14 12-Oct-2014 mrg

regen mknative for gcc 4.8-2014-10-09.


# 1.13 10-Oct-2014 mrg

regen gcc mknative files for new complex and more.


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.12 28-May-2014 mrg

branches: 1.12.2;
re-run mknative-gcc after threading fixes by skrll and myself.


# 1.11 28-May-2014 mrg

rerun mknative-gcc for GCC 4.8.3 release.

XXX: still not 100% right, but we're getting close.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.10 04-Mar-2014 mrg

branches: 1.10.2;
mknative-gcc 4.8 for most platforms. missing: ppc64, m68010, ia64, coldfire.


# 1.9 01-Mar-2014 mrg

merge GCC 4.8 build.


Revision tags: imported-to-gcc-old-20140227-0107 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.8 18-Sep-2012 mrg

regen mknative files for GCC 4.5.4.


# 1.7 18-Sep-2012 mrg

re-run mknative.

- i386 tested
- m68k gomp tls reverted by hand
- powerpc softfloat added (un-reverted) by hand


Revision tags: yamt-pagecache-base5 yamt-pagecache-base4
# 1.6 05-Apr-2012 mrg

branches: 1.6.2;
rerun mknative-gcc:
- turn off <fenv.h> on platforms that don't have it


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 netbsd-6-base
# 1.5 15-Dec-2011 mrg

regenerate mknative-gcc files for most platforms, post skrll@ fix
and joerg@'s enable tls change.

missing: m68010 (coming shortly) and m68k (breaks the build)

XXX: didn't test i re-merged the powerpc by-hand changes properly


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.4 20-Jul-2011 mrg

branches: 1.4.2;
re-generate various files after dl_iterate_phdr has been enabled.


# 1.3 04-Jul-2011 mrg

regenerate


# 1.2 03-Jul-2011 mrg

various (re-)generations. most of these sort of entirely work now.


# 1.1 03-Jul-2011 mrg

(re-)generate mknative-gcc files for many platforms.
(re-)generate the gmp files for many platforms.


# 1.37 11-Apr-2021 mrg

mknative-gcc for GCC 10 and almost all platforms. one of the
myriad of arm platforms, and the powerpc* platforms are not
yet done.


# 1.36 05-Sep-2020 mrg

mknative-gcc for gcc 9.3.0 and arm64, alpha, hppa, ia64, m68*, mipseb,
powerpc, riscv*, sh3*, sparc*, vax.

move data from README.gcc8 to README.gcc9.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 phil-wifi-20200406
# 1.35 11-Mar-2020 mrg

mknative-gcc for all platforms for GCC 8.4.0.


# 1.34 08-Mar-2020 mgorny

Enable EOWNERDEAD & ENOTRECOVERABLE in libstdc++


# 1.33 07-Mar-2020 mrg

regen for mknative and all platforms. there are a few things
fixed in this, mostly related to tgmath.h or frexp, and some
generated vs hand-edited white space diffs.


Revision tags: is-mlppp-base phil-wifi-20191119
# 1.32 24-Oct-2019 kamil

Switch the iconv(3) prototype to the POSIX conformant variation

Remove const from the 2nd argument.

const char ** and char ** are incompatible types and it was a cost to keep
the technically incompatible form for a more purist variation. NetBSD was
almost the last alive OS to still keep the const argument (known leftovers:
Minix and Illumos).

Keep the const form for the internal purposes inside citrus and rump.

Address the build breakage fallout in the same change.

There are no ABI changes.

Change accepted by core@.


# 1.31 02-Oct-2019 mrg

mknative-gcc for GCC 8.3 and all ports.


Revision tags: netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
# 1.30 27-Feb-2019 mrg

branches: 1.30.2;
mknative-gcc for most platforms again after recent tools/gcc/Makefile change.


# 1.29 17-Feb-2019 mrg

regen mknative with symver no longer disabled.


# 1.28 04-Feb-2019 mrg

mknative-gcc for alpha, hpaa, ia64, mips*, sh3*, and vax.
re- for powerpc, sparc, i386, and amd64.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126
# 1.27 05-Nov-2018 mrg

regenerate everything for GCC 6.5.

sh3eb and sh3el had a problem wtih libstdc++ i had to work around for now.


Revision tags: pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.26 04-Sep-2018 mrg

redo mknative-gcc for all ports. main changes include:
- "#define HAVE_CC_TLS 1" for most/all ports, thanks maya@
- "#define _GLIBCXX_HAVE_LDEXPL 1" and "#define _GLIBCXX_HAVE_TGMATH_H 1"
for many ports
- arm64 and amd64 had a broken c++config.h that disabled many things
- configargs.h has more normalisation
- ppc64 has a few things fixed, must have missed several mknative rounds


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.25 06-Feb-2018 mrg

branches: 1.25.2; 1.25.4;
more mknative-gcc 6.4 for m68k, mips*, powerpc, sh*, sparc* and amd64.


# 1.24 06-Feb-2018 mrg

rebuild mknative GCC 6.4 for these targets:
arm armeb earmeb earmhf earmhfeb earmv4eb
earmv6 earmv6eb earmv6hf earmv6hfeb
earmv7 earmv7eb earmv7hf earmv7hfeb
hppa ia64 m68000 m68k
mips64eb mips64el mipseb mipsel
powerpc64 sh3eb sh3el vax


# 1.23 15-Nov-2017 mrg

merge mknative files from gcc.old back into gcc.
they're back to being the same again now.


# 1.22 13-Nov-2017 mrg

regen for gcc 5.5.


Revision tags: perseant-stdc-iso10646-base
# 1.21 11-Jul-2017 joerg

Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This
functions are used for destructors of thread_local objects.

If a pending destructor exists, prevent unloading of shared objects.
Introduce __dl_cxa_refcount interface for this purpose. When the last
reference is gone and the object has been dlclose'd before, the
unloading is finalized.

Ideally, __cxa_thread_atexit_impl wouldn't exist, but libstdc++ insists
on providing __cxa_thread_atexit as direct wrapper without further
patching.


Revision tags: netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.20 18-Oct-2016 mrg

branches: 1.20.6;
regen mknative for all ports and GCC 5.4 and -current. many ports
were using 5.3 data, and none of them had <stdalign.h>.


Revision tags: localcount-20160914
# 1.19 26-Aug-2016 christos

regen for alpha and sh now that they have fenv.h


Revision tags: pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.18 07-Jun-2016 mrg

branches: 1.18.2;
mknative-gcc for all but sparc64, vax and sun2 and GCC 5.4.


# 1.17 18-Mar-2016 mrg

mknative-gcc for GCC 5.3 and sh3*, hppa, m68*, mips*.

none of them are complete yet.


Revision tags: gcc-4-8-5-pre-gcc-old-import
# 1.16 25-Jun-2015 mrg

regen mknative files for GCC 4.8.5.


# 1.15 10-Jan-2015 mrg

rerun mknative for GCC 4.8.4 and all platforms.

m68000 needs -fPIC removed (again), and hppa c++config.h turned off
several things present in -lm, fixed by hand.


# 1.14 12-Oct-2014 mrg

regen mknative for gcc 4.8-2014-10-09.


# 1.13 10-Oct-2014 mrg

regen gcc mknative files for new complex and more.


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.12 28-May-2014 mrg

branches: 1.12.2;
re-run mknative-gcc after threading fixes by skrll and myself.


# 1.11 28-May-2014 mrg

rerun mknative-gcc for GCC 4.8.3 release.

XXX: still not 100% right, but we're getting close.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.10 04-Mar-2014 mrg

branches: 1.10.2;
mknative-gcc 4.8 for most platforms. missing: ppc64, m68010, ia64, coldfire.


# 1.9 01-Mar-2014 mrg

merge GCC 4.8 build.


Revision tags: imported-to-gcc-old-20140227-0107 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.8 18-Sep-2012 mrg

regen mknative files for GCC 4.5.4.


# 1.7 18-Sep-2012 mrg

re-run mknative.

- i386 tested
- m68k gomp tls reverted by hand
- powerpc softfloat added (un-reverted) by hand


Revision tags: yamt-pagecache-base5 yamt-pagecache-base4
# 1.6 05-Apr-2012 mrg

branches: 1.6.2;
rerun mknative-gcc:
- turn off <fenv.h> on platforms that don't have it


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 netbsd-6-base
# 1.5 15-Dec-2011 mrg

regenerate mknative-gcc files for most platforms, post skrll@ fix
and joerg@'s enable tls change.

missing: m68010 (coming shortly) and m68k (breaks the build)

XXX: didn't test i re-merged the powerpc by-hand changes properly


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.4 20-Jul-2011 mrg

branches: 1.4.2;
re-generate various files after dl_iterate_phdr has been enabled.


# 1.3 04-Jul-2011 mrg

regenerate


# 1.2 03-Jul-2011 mrg

various (re-)generations. most of these sort of entirely work now.


# 1.1 03-Jul-2011 mrg

(re-)generate mknative-gcc files for many platforms.
(re-)generate the gmp files for many platforms.


# 1.36 05-Sep-2020 mrg

mknative-gcc for gcc 9.3.0 and arm64, alpha, hppa, ia64, m68*, mipseb,
powerpc, riscv*, sh3*, sparc*, vax.

move data from README.gcc8 to README.gcc9.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 phil-wifi-20200406
# 1.35 11-Mar-2020 mrg

mknative-gcc for all platforms for GCC 8.4.0.


# 1.34 08-Mar-2020 mgorny

Enable EOWNERDEAD & ENOTRECOVERABLE in libstdc++


# 1.33 07-Mar-2020 mrg

regen for mknative and all platforms. there are a few things
fixed in this, mostly related to tgmath.h or frexp, and some
generated vs hand-edited white space diffs.


Revision tags: is-mlppp-base phil-wifi-20191119
# 1.32 24-Oct-2019 kamil

Switch the iconv(3) prototype to the POSIX conformant variation

Remove const from the 2nd argument.

const char ** and char ** are incompatible types and it was a cost to keep
the technically incompatible form for a more purist variation. NetBSD was
almost the last alive OS to still keep the const argument (known leftovers:
Minix and Illumos).

Keep the const form for the internal purposes inside citrus and rump.

Address the build breakage fallout in the same change.

There are no ABI changes.

Change accepted by core@.


# 1.31 02-Oct-2019 mrg

mknative-gcc for GCC 8.3 and all ports.


Revision tags: netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
# 1.30 27-Feb-2019 mrg

branches: 1.30.2;
mknative-gcc for most platforms again after recent tools/gcc/Makefile change.


# 1.29 17-Feb-2019 mrg

regen mknative with symver no longer disabled.


# 1.28 04-Feb-2019 mrg

mknative-gcc for alpha, hpaa, ia64, mips*, sh3*, and vax.
re- for powerpc, sparc, i386, and amd64.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126
# 1.27 05-Nov-2018 mrg

regenerate everything for GCC 6.5.

sh3eb and sh3el had a problem wtih libstdc++ i had to work around for now.


Revision tags: pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.26 04-Sep-2018 mrg

redo mknative-gcc for all ports. main changes include:
- "#define HAVE_CC_TLS 1" for most/all ports, thanks maya@
- "#define _GLIBCXX_HAVE_LDEXPL 1" and "#define _GLIBCXX_HAVE_TGMATH_H 1"
for many ports
- arm64 and amd64 had a broken c++config.h that disabled many things
- configargs.h has more normalisation
- ppc64 has a few things fixed, must have missed several mknative rounds


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.25 06-Feb-2018 mrg

branches: 1.25.2; 1.25.4;
more mknative-gcc 6.4 for m68k, mips*, powerpc, sh*, sparc* and amd64.


# 1.24 06-Feb-2018 mrg

rebuild mknative GCC 6.4 for these targets:
arm armeb earmeb earmhf earmhfeb earmv4eb
earmv6 earmv6eb earmv6hf earmv6hfeb
earmv7 earmv7eb earmv7hf earmv7hfeb
hppa ia64 m68000 m68k
mips64eb mips64el mipseb mipsel
powerpc64 sh3eb sh3el vax


# 1.23 15-Nov-2017 mrg

merge mknative files from gcc.old back into gcc.
they're back to being the same again now.


# 1.22 13-Nov-2017 mrg

regen for gcc 5.5.


Revision tags: perseant-stdc-iso10646-base
# 1.21 11-Jul-2017 joerg

Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This
functions are used for destructors of thread_local objects.

If a pending destructor exists, prevent unloading of shared objects.
Introduce __dl_cxa_refcount interface for this purpose. When the last
reference is gone and the object has been dlclose'd before, the
unloading is finalized.

Ideally, __cxa_thread_atexit_impl wouldn't exist, but libstdc++ insists
on providing __cxa_thread_atexit as direct wrapper without further
patching.


Revision tags: netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.20 18-Oct-2016 mrg

branches: 1.20.6;
regen mknative for all ports and GCC 5.4 and -current. many ports
were using 5.3 data, and none of them had <stdalign.h>.


Revision tags: localcount-20160914
# 1.19 26-Aug-2016 christos

regen for alpha and sh now that they have fenv.h


Revision tags: pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.18 07-Jun-2016 mrg

branches: 1.18.2;
mknative-gcc for all but sparc64, vax and sun2 and GCC 5.4.


# 1.17 18-Mar-2016 mrg

mknative-gcc for GCC 5.3 and sh3*, hppa, m68*, mips*.

none of them are complete yet.


Revision tags: gcc-4-8-5-pre-gcc-old-import
# 1.16 25-Jun-2015 mrg

regen mknative files for GCC 4.8.5.


# 1.15 10-Jan-2015 mrg

rerun mknative for GCC 4.8.4 and all platforms.

m68000 needs -fPIC removed (again), and hppa c++config.h turned off
several things present in -lm, fixed by hand.


# 1.14 12-Oct-2014 mrg

regen mknative for gcc 4.8-2014-10-09.


# 1.13 10-Oct-2014 mrg

regen gcc mknative files for new complex and more.


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.12 28-May-2014 mrg

branches: 1.12.2;
re-run mknative-gcc after threading fixes by skrll and myself.


# 1.11 28-May-2014 mrg

rerun mknative-gcc for GCC 4.8.3 release.

XXX: still not 100% right, but we're getting close.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.10 04-Mar-2014 mrg

branches: 1.10.2;
mknative-gcc 4.8 for most platforms. missing: ppc64, m68010, ia64, coldfire.


# 1.9 01-Mar-2014 mrg

merge GCC 4.8 build.


Revision tags: imported-to-gcc-old-20140227-0107 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.8 18-Sep-2012 mrg

regen mknative files for GCC 4.5.4.


# 1.7 18-Sep-2012 mrg

re-run mknative.

- i386 tested
- m68k gomp tls reverted by hand
- powerpc softfloat added (un-reverted) by hand


Revision tags: yamt-pagecache-base5 yamt-pagecache-base4
# 1.6 05-Apr-2012 mrg

branches: 1.6.2;
rerun mknative-gcc:
- turn off <fenv.h> on platforms that don't have it


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 netbsd-6-base
# 1.5 15-Dec-2011 mrg

regenerate mknative-gcc files for most platforms, post skrll@ fix
and joerg@'s enable tls change.

missing: m68010 (coming shortly) and m68k (breaks the build)

XXX: didn't test i re-merged the powerpc by-hand changes properly


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.4 20-Jul-2011 mrg

branches: 1.4.2;
re-generate various files after dl_iterate_phdr has been enabled.


# 1.3 04-Jul-2011 mrg

regenerate


# 1.2 03-Jul-2011 mrg

various (re-)generations. most of these sort of entirely work now.


# 1.1 03-Jul-2011 mrg

(re-)generate mknative-gcc files for many platforms.
(re-)generate the gmp files for many platforms.


# 1.35 11-Mar-2020 mrg

mknative-gcc for all platforms for GCC 8.4.0.


# 1.34 08-Mar-2020 mgorny

Enable EOWNERDEAD & ENOTRECOVERABLE in libstdc++


# 1.33 07-Mar-2020 mrg

regen for mknative and all platforms. there are a few things
fixed in this, mostly related to tgmath.h or frexp, and some
generated vs hand-edited white space diffs.


Revision tags: phil-wifi-20191119
# 1.32 24-Oct-2019 kamil

Switch the iconv(3) prototype to the POSIX conformant variation

Remove const from the 2nd argument.

const char ** and char ** are incompatible types and it was a cost to keep
the technically incompatible form for a more purist variation. NetBSD was
almost the last alive OS to still keep the const argument (known leftovers:
Minix and Illumos).

Keep the const form for the internal purposes inside citrus and rump.

Address the build breakage fallout in the same change.

There are no ABI changes.

Change accepted by core@.


# 1.31 02-Oct-2019 mrg

mknative-gcc for GCC 8.3 and all ports.


Revision tags: netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
# 1.30 27-Feb-2019 mrg

mknative-gcc for most platforms again after recent tools/gcc/Makefile change.


# 1.29 17-Feb-2019 mrg

regen mknative with symver no longer disabled.


# 1.28 04-Feb-2019 mrg

mknative-gcc for alpha, hpaa, ia64, mips*, sh3*, and vax.
re- for powerpc, sparc, i386, and amd64.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126
# 1.27 05-Nov-2018 mrg

regenerate everything for GCC 6.5.

sh3eb and sh3el had a problem wtih libstdc++ i had to work around for now.


Revision tags: pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.26 04-Sep-2018 mrg

redo mknative-gcc for all ports. main changes include:
- "#define HAVE_CC_TLS 1" for most/all ports, thanks maya@
- "#define _GLIBCXX_HAVE_LDEXPL 1" and "#define _GLIBCXX_HAVE_TGMATH_H 1"
for many ports
- arm64 and amd64 had a broken c++config.h that disabled many things
- configargs.h has more normalisation
- ppc64 has a few things fixed, must have missed several mknative rounds


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.25 06-Feb-2018 mrg

branches: 1.25.2; 1.25.4;
more mknative-gcc 6.4 for m68k, mips*, powerpc, sh*, sparc* and amd64.


# 1.24 06-Feb-2018 mrg

rebuild mknative GCC 6.4 for these targets:
arm armeb earmeb earmhf earmhfeb earmv4eb
earmv6 earmv6eb earmv6hf earmv6hfeb
earmv7 earmv7eb earmv7hf earmv7hfeb
hppa ia64 m68000 m68k
mips64eb mips64el mipseb mipsel
powerpc64 sh3eb sh3el vax


# 1.23 15-Nov-2017 mrg

merge mknative files from gcc.old back into gcc.
they're back to being the same again now.


# 1.22 13-Nov-2017 mrg

regen for gcc 5.5.


Revision tags: perseant-stdc-iso10646-base
# 1.21 11-Jul-2017 joerg

Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This
functions are used for destructors of thread_local objects.

If a pending destructor exists, prevent unloading of shared objects.
Introduce __dl_cxa_refcount interface for this purpose. When the last
reference is gone and the object has been dlclose'd before, the
unloading is finalized.

Ideally, __cxa_thread_atexit_impl wouldn't exist, but libstdc++ insists
on providing __cxa_thread_atexit as direct wrapper without further
patching.


Revision tags: netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.20 18-Oct-2016 mrg

branches: 1.20.6;
regen mknative for all ports and GCC 5.4 and -current. many ports
were using 5.3 data, and none of them had <stdalign.h>.


Revision tags: localcount-20160914
# 1.19 26-Aug-2016 christos

regen for alpha and sh now that they have fenv.h


Revision tags: pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.18 07-Jun-2016 mrg

branches: 1.18.2;
mknative-gcc for all but sparc64, vax and sun2 and GCC 5.4.


# 1.17 18-Mar-2016 mrg

mknative-gcc for GCC 5.3 and sh3*, hppa, m68*, mips*.

none of them are complete yet.


Revision tags: gcc-4-8-5-pre-gcc-old-import
# 1.16 25-Jun-2015 mrg

regen mknative files for GCC 4.8.5.


# 1.15 10-Jan-2015 mrg

rerun mknative for GCC 4.8.4 and all platforms.

m68000 needs -fPIC removed (again), and hppa c++config.h turned off
several things present in -lm, fixed by hand.


# 1.14 12-Oct-2014 mrg

regen mknative for gcc 4.8-2014-10-09.


# 1.13 10-Oct-2014 mrg

regen gcc mknative files for new complex and more.


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.12 28-May-2014 mrg

branches: 1.12.2;
re-run mknative-gcc after threading fixes by skrll and myself.


# 1.11 28-May-2014 mrg

rerun mknative-gcc for GCC 4.8.3 release.

XXX: still not 100% right, but we're getting close.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.10 04-Mar-2014 mrg

branches: 1.10.2;
mknative-gcc 4.8 for most platforms. missing: ppc64, m68010, ia64, coldfire.


# 1.9 01-Mar-2014 mrg

merge GCC 4.8 build.


Revision tags: imported-to-gcc-old-20140227-0107 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.8 18-Sep-2012 mrg

regen mknative files for GCC 4.5.4.


# 1.7 18-Sep-2012 mrg

re-run mknative.

- i386 tested
- m68k gomp tls reverted by hand
- powerpc softfloat added (un-reverted) by hand


Revision tags: yamt-pagecache-base5 yamt-pagecache-base4
# 1.6 05-Apr-2012 mrg

branches: 1.6.2;
rerun mknative-gcc:
- turn off <fenv.h> on platforms that don't have it


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 netbsd-6-base
# 1.5 15-Dec-2011 mrg

regenerate mknative-gcc files for most platforms, post skrll@ fix
and joerg@'s enable tls change.

missing: m68010 (coming shortly) and m68k (breaks the build)

XXX: didn't test i re-merged the powerpc by-hand changes properly


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.4 20-Jul-2011 mrg

branches: 1.4.2;
re-generate various files after dl_iterate_phdr has been enabled.


# 1.3 04-Jul-2011 mrg

regenerate


# 1.2 03-Jul-2011 mrg

various (re-)generations. most of these sort of entirely work now.


# 1.1 03-Jul-2011 mrg

(re-)generate mknative-gcc files for many platforms.
(re-)generate the gmp files for many platforms.


# 1.34 08-Mar-2020 mgorny

Enable EOWNERDEAD & ENOTRECOVERABLE in libstdc++


# 1.33 07-Mar-2020 mrg

regen for mknative and all platforms. there are a few things
fixed in this, mostly related to tgmath.h or frexp, and some
generated vs hand-edited white space diffs.


Revision tags: phil-wifi-20191119
# 1.32 24-Oct-2019 kamil

Switch the iconv(3) prototype to the POSIX conformant variation

Remove const from the 2nd argument.

const char ** and char ** are incompatible types and it was a cost to keep
the technically incompatible form for a more purist variation. NetBSD was
almost the last alive OS to still keep the const argument (known leftovers:
Minix and Illumos).

Keep the const form for the internal purposes inside citrus and rump.

Address the build breakage fallout in the same change.

There are no ABI changes.

Change accepted by core@.


# 1.31 02-Oct-2019 mrg

mknative-gcc for GCC 8.3 and all ports.


Revision tags: netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
# 1.30 27-Feb-2019 mrg

mknative-gcc for most platforms again after recent tools/gcc/Makefile change.


# 1.29 17-Feb-2019 mrg

regen mknative with symver no longer disabled.


# 1.28 04-Feb-2019 mrg

mknative-gcc for alpha, hpaa, ia64, mips*, sh3*, and vax.
re- for powerpc, sparc, i386, and amd64.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126
# 1.27 05-Nov-2018 mrg

regenerate everything for GCC 6.5.

sh3eb and sh3el had a problem wtih libstdc++ i had to work around for now.


Revision tags: pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.26 04-Sep-2018 mrg

redo mknative-gcc for all ports. main changes include:
- "#define HAVE_CC_TLS 1" for most/all ports, thanks maya@
- "#define _GLIBCXX_HAVE_LDEXPL 1" and "#define _GLIBCXX_HAVE_TGMATH_H 1"
for many ports
- arm64 and amd64 had a broken c++config.h that disabled many things
- configargs.h has more normalisation
- ppc64 has a few things fixed, must have missed several mknative rounds


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.25 06-Feb-2018 mrg

branches: 1.25.2; 1.25.4;
more mknative-gcc 6.4 for m68k, mips*, powerpc, sh*, sparc* and amd64.


# 1.24 06-Feb-2018 mrg

rebuild mknative GCC 6.4 for these targets:
arm armeb earmeb earmhf earmhfeb earmv4eb
earmv6 earmv6eb earmv6hf earmv6hfeb
earmv7 earmv7eb earmv7hf earmv7hfeb
hppa ia64 m68000 m68k
mips64eb mips64el mipseb mipsel
powerpc64 sh3eb sh3el vax


# 1.23 15-Nov-2017 mrg

merge mknative files from gcc.old back into gcc.
they're back to being the same again now.


# 1.22 13-Nov-2017 mrg

regen for gcc 5.5.


Revision tags: perseant-stdc-iso10646-base
# 1.21 11-Jul-2017 joerg

Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This
functions are used for destructors of thread_local objects.

If a pending destructor exists, prevent unloading of shared objects.
Introduce __dl_cxa_refcount interface for this purpose. When the last
reference is gone and the object has been dlclose'd before, the
unloading is finalized.

Ideally, __cxa_thread_atexit_impl wouldn't exist, but libstdc++ insists
on providing __cxa_thread_atexit as direct wrapper without further
patching.


Revision tags: netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.20 18-Oct-2016 mrg

branches: 1.20.6;
regen mknative for all ports and GCC 5.4 and -current. many ports
were using 5.3 data, and none of them had <stdalign.h>.


Revision tags: localcount-20160914
# 1.19 26-Aug-2016 christos

regen for alpha and sh now that they have fenv.h


Revision tags: pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.18 07-Jun-2016 mrg

branches: 1.18.2;
mknative-gcc for all but sparc64, vax and sun2 and GCC 5.4.


# 1.17 18-Mar-2016 mrg

mknative-gcc for GCC 5.3 and sh3*, hppa, m68*, mips*.

none of them are complete yet.


Revision tags: gcc-4-8-5-pre-gcc-old-import
# 1.16 25-Jun-2015 mrg

regen mknative files for GCC 4.8.5.


# 1.15 10-Jan-2015 mrg

rerun mknative for GCC 4.8.4 and all platforms.

m68000 needs -fPIC removed (again), and hppa c++config.h turned off
several things present in -lm, fixed by hand.


# 1.14 12-Oct-2014 mrg

regen mknative for gcc 4.8-2014-10-09.


# 1.13 10-Oct-2014 mrg

regen gcc mknative files for new complex and more.


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.12 28-May-2014 mrg

branches: 1.12.2;
re-run mknative-gcc after threading fixes by skrll and myself.


# 1.11 28-May-2014 mrg

rerun mknative-gcc for GCC 4.8.3 release.

XXX: still not 100% right, but we're getting close.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.10 04-Mar-2014 mrg

branches: 1.10.2;
mknative-gcc 4.8 for most platforms. missing: ppc64, m68010, ia64, coldfire.


# 1.9 01-Mar-2014 mrg

merge GCC 4.8 build.


Revision tags: imported-to-gcc-old-20140227-0107 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.8 18-Sep-2012 mrg

regen mknative files for GCC 4.5.4.


# 1.7 18-Sep-2012 mrg

re-run mknative.

- i386 tested
- m68k gomp tls reverted by hand
- powerpc softfloat added (un-reverted) by hand


Revision tags: yamt-pagecache-base5 yamt-pagecache-base4
# 1.6 05-Apr-2012 mrg

branches: 1.6.2;
rerun mknative-gcc:
- turn off <fenv.h> on platforms that don't have it


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 netbsd-6-base
# 1.5 15-Dec-2011 mrg

regenerate mknative-gcc files for most platforms, post skrll@ fix
and joerg@'s enable tls change.

missing: m68010 (coming shortly) and m68k (breaks the build)

XXX: didn't test i re-merged the powerpc by-hand changes properly


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.4 20-Jul-2011 mrg

branches: 1.4.2;
re-generate various files after dl_iterate_phdr has been enabled.


# 1.3 04-Jul-2011 mrg

regenerate


# 1.2 03-Jul-2011 mrg

various (re-)generations. most of these sort of entirely work now.


# 1.1 03-Jul-2011 mrg

(re-)generate mknative-gcc files for many platforms.
(re-)generate the gmp files for many platforms.


# 1.33 07-Mar-2020 mrg

regen for mknative and all platforms. there are a few things
fixed in this, mostly related to tgmath.h or frexp, and some
generated vs hand-edited white space diffs.


Revision tags: phil-wifi-20191119
# 1.32 24-Oct-2019 kamil

Switch the iconv(3) prototype to the POSIX conformant variation

Remove const from the 2nd argument.

const char ** and char ** are incompatible types and it was a cost to keep
the technically incompatible form for a more purist variation. NetBSD was
almost the last alive OS to still keep the const argument (known leftovers:
Minix and Illumos).

Keep the const form for the internal purposes inside citrus and rump.

Address the build breakage fallout in the same change.

There are no ABI changes.

Change accepted by core@.


# 1.31 02-Oct-2019 mrg

mknative-gcc for GCC 8.3 and all ports.


Revision tags: netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609
# 1.30 27-Feb-2019 mrg

mknative-gcc for most platforms again after recent tools/gcc/Makefile change.


# 1.29 17-Feb-2019 mrg

regen mknative with symver no longer disabled.


# 1.28 04-Feb-2019 mrg

mknative-gcc for alpha, hpaa, ia64, mips*, sh3*, and vax.
re- for powerpc, sparc, i386, and amd64.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126
# 1.27 05-Nov-2018 mrg

regenerate everything for GCC 6.5.

sh3eb and sh3el had a problem wtih libstdc++ i had to work around for now.


Revision tags: pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.26 04-Sep-2018 mrg

redo mknative-gcc for all ports. main changes include:
- "#define HAVE_CC_TLS 1" for most/all ports, thanks maya@
- "#define _GLIBCXX_HAVE_LDEXPL 1" and "#define _GLIBCXX_HAVE_TGMATH_H 1"
for many ports
- arm64 and amd64 had a broken c++config.h that disabled many things
- configargs.h has more normalisation
- ppc64 has a few things fixed, must have missed several mknative rounds


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.25 06-Feb-2018 mrg

branches: 1.25.2; 1.25.4;
more mknative-gcc 6.4 for m68k, mips*, powerpc, sh*, sparc* and amd64.


# 1.24 06-Feb-2018 mrg

rebuild mknative GCC 6.4 for these targets:
arm armeb earmeb earmhf earmhfeb earmv4eb
earmv6 earmv6eb earmv6hf earmv6hfeb
earmv7 earmv7eb earmv7hf earmv7hfeb
hppa ia64 m68000 m68k
mips64eb mips64el mipseb mipsel
powerpc64 sh3eb sh3el vax


# 1.23 15-Nov-2017 mrg

merge mknative files from gcc.old back into gcc.
they're back to being the same again now.


# 1.22 13-Nov-2017 mrg

regen for gcc 5.5.


Revision tags: perseant-stdc-iso10646-base
# 1.21 11-Jul-2017 joerg

Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This
functions are used for destructors of thread_local objects.

If a pending destructor exists, prevent unloading of shared objects.
Introduce __dl_cxa_refcount interface for this purpose. When the last
reference is gone and the object has been dlclose'd before, the
unloading is finalized.

Ideally, __cxa_thread_atexit_impl wouldn't exist, but libstdc++ insists
on providing __cxa_thread_atexit as direct wrapper without further
patching.


Revision tags: netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.20 18-Oct-2016 mrg

branches: 1.20.6;
regen mknative for all ports and GCC 5.4 and -current. many ports
were using 5.3 data, and none of them had <stdalign.h>.


Revision tags: localcount-20160914
# 1.19 26-Aug-2016 christos

regen for alpha and sh now that they have fenv.h


Revision tags: pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.18 07-Jun-2016 mrg

branches: 1.18.2;
mknative-gcc for all but sparc64, vax and sun2 and GCC 5.4.


# 1.17 18-Mar-2016 mrg

mknative-gcc for GCC 5.3 and sh3*, hppa, m68*, mips*.

none of them are complete yet.


Revision tags: gcc-4-8-5-pre-gcc-old-import
# 1.16 25-Jun-2015 mrg

regen mknative files for GCC 4.8.5.


# 1.15 10-Jan-2015 mrg

rerun mknative for GCC 4.8.4 and all platforms.

m68000 needs -fPIC removed (again), and hppa c++config.h turned off
several things present in -lm, fixed by hand.


# 1.14 12-Oct-2014 mrg

regen mknative for gcc 4.8-2014-10-09.


# 1.13 10-Oct-2014 mrg

regen gcc mknative files for new complex and more.


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.12 28-May-2014 mrg

branches: 1.12.2;
re-run mknative-gcc after threading fixes by skrll and myself.


# 1.11 28-May-2014 mrg

rerun mknative-gcc for GCC 4.8.3 release.

XXX: still not 100% right, but we're getting close.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.10 04-Mar-2014 mrg

branches: 1.10.2;
mknative-gcc 4.8 for most platforms. missing: ppc64, m68010, ia64, coldfire.


# 1.9 01-Mar-2014 mrg

merge GCC 4.8 build.


Revision tags: imported-to-gcc-old-20140227-0107 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.8 18-Sep-2012 mrg

regen mknative files for GCC 4.5.4.


# 1.7 18-Sep-2012 mrg

re-run mknative.

- i386 tested
- m68k gomp tls reverted by hand
- powerpc softfloat added (un-reverted) by hand


Revision tags: yamt-pagecache-base5 yamt-pagecache-base4
# 1.6 05-Apr-2012 mrg

branches: 1.6.2;
rerun mknative-gcc:
- turn off <fenv.h> on platforms that don't have it


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 netbsd-6-base
# 1.5 15-Dec-2011 mrg

regenerate mknative-gcc files for most platforms, post skrll@ fix
and joerg@'s enable tls change.

missing: m68010 (coming shortly) and m68k (breaks the build)

XXX: didn't test i re-merged the powerpc by-hand changes properly


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.4 20-Jul-2011 mrg

branches: 1.4.2;
re-generate various files after dl_iterate_phdr has been enabled.


# 1.3 04-Jul-2011 mrg

regenerate


# 1.2 03-Jul-2011 mrg

various (re-)generations. most of these sort of entirely work now.


# 1.1 03-Jul-2011 mrg

(re-)generate mknative-gcc files for many platforms.
(re-)generate the gmp files for many platforms.


# 1.32 24-Oct-2019 kamil

Switch the iconv(3) prototype to the POSIX conformant variation

Remove const from the 2nd argument.

const char ** and char ** are incompatible types and it was a cost to keep
the technically incompatible form for a more purist variation. NetBSD was
almost the last alive OS to still keep the const argument (known leftovers:
Minix and Illumos).

Keep the const form for the internal purposes inside citrus and rump.

Address the build breakage fallout in the same change.

There are no ABI changes.

Change accepted by core@.


# 1.31 02-Oct-2019 mrg

mknative-gcc for GCC 8.3 and all ports.


Revision tags: netbsd-9-base phil-wifi-20190609
# 1.30 27-Feb-2019 mrg

mknative-gcc for most platforms again after recent tools/gcc/Makefile change.


# 1.29 17-Feb-2019 mrg

regen mknative with symver no longer disabled.


# 1.28 04-Feb-2019 mrg

mknative-gcc for alpha, hpaa, ia64, mips*, sh3*, and vax.
re- for powerpc, sparc, i386, and amd64.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126
# 1.27 05-Nov-2018 mrg

regenerate everything for GCC 6.5.

sh3eb and sh3el had a problem wtih libstdc++ i had to work around for now.


Revision tags: pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.26 04-Sep-2018 mrg

redo mknative-gcc for all ports. main changes include:
- "#define HAVE_CC_TLS 1" for most/all ports, thanks maya@
- "#define _GLIBCXX_HAVE_LDEXPL 1" and "#define _GLIBCXX_HAVE_TGMATH_H 1"
for many ports
- arm64 and amd64 had a broken c++config.h that disabled many things
- configargs.h has more normalisation
- ppc64 has a few things fixed, must have missed several mknative rounds


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.25 06-Feb-2018 mrg

branches: 1.25.2; 1.25.4;
more mknative-gcc 6.4 for m68k, mips*, powerpc, sh*, sparc* and amd64.


# 1.24 06-Feb-2018 mrg

rebuild mknative GCC 6.4 for these targets:
arm armeb earmeb earmhf earmhfeb earmv4eb
earmv6 earmv6eb earmv6hf earmv6hfeb
earmv7 earmv7eb earmv7hf earmv7hfeb
hppa ia64 m68000 m68k
mips64eb mips64el mipseb mipsel
powerpc64 sh3eb sh3el vax


# 1.23 15-Nov-2017 mrg

merge mknative files from gcc.old back into gcc.
they're back to being the same again now.


# 1.22 13-Nov-2017 mrg

regen for gcc 5.5.


Revision tags: perseant-stdc-iso10646-base
# 1.21 11-Jul-2017 joerg

Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This
functions are used for destructors of thread_local objects.

If a pending destructor exists, prevent unloading of shared objects.
Introduce __dl_cxa_refcount interface for this purpose. When the last
reference is gone and the object has been dlclose'd before, the
unloading is finalized.

Ideally, __cxa_thread_atexit_impl wouldn't exist, but libstdc++ insists
on providing __cxa_thread_atexit as direct wrapper without further
patching.


Revision tags: netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.20 18-Oct-2016 mrg

branches: 1.20.6;
regen mknative for all ports and GCC 5.4 and -current. many ports
were using 5.3 data, and none of them had <stdalign.h>.


Revision tags: localcount-20160914
# 1.19 26-Aug-2016 christos

regen for alpha and sh now that they have fenv.h


Revision tags: pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.18 07-Jun-2016 mrg

branches: 1.18.2;
mknative-gcc for all but sparc64, vax and sun2 and GCC 5.4.


# 1.17 18-Mar-2016 mrg

mknative-gcc for GCC 5.3 and sh3*, hppa, m68*, mips*.

none of them are complete yet.


Revision tags: gcc-4-8-5-pre-gcc-old-import
# 1.16 25-Jun-2015 mrg

regen mknative files for GCC 4.8.5.


# 1.15 10-Jan-2015 mrg

rerun mknative for GCC 4.8.4 and all platforms.

m68000 needs -fPIC removed (again), and hppa c++config.h turned off
several things present in -lm, fixed by hand.


# 1.14 12-Oct-2014 mrg

regen mknative for gcc 4.8-2014-10-09.


# 1.13 10-Oct-2014 mrg

regen gcc mknative files for new complex and more.


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.12 28-May-2014 mrg

branches: 1.12.2;
re-run mknative-gcc after threading fixes by skrll and myself.


# 1.11 28-May-2014 mrg

rerun mknative-gcc for GCC 4.8.3 release.

XXX: still not 100% right, but we're getting close.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.10 04-Mar-2014 mrg

branches: 1.10.2;
mknative-gcc 4.8 for most platforms. missing: ppc64, m68010, ia64, coldfire.


# 1.9 01-Mar-2014 mrg

merge GCC 4.8 build.


Revision tags: imported-to-gcc-old-20140227-0107 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.8 18-Sep-2012 mrg

regen mknative files for GCC 4.5.4.


# 1.7 18-Sep-2012 mrg

re-run mknative.

- i386 tested
- m68k gomp tls reverted by hand
- powerpc softfloat added (un-reverted) by hand


Revision tags: yamt-pagecache-base5 yamt-pagecache-base4
# 1.6 05-Apr-2012 mrg

branches: 1.6.2;
rerun mknative-gcc:
- turn off <fenv.h> on platforms that don't have it


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 netbsd-6-base
# 1.5 15-Dec-2011 mrg

regenerate mknative-gcc files for most platforms, post skrll@ fix
and joerg@'s enable tls change.

missing: m68010 (coming shortly) and m68k (breaks the build)

XXX: didn't test i re-merged the powerpc by-hand changes properly


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.4 20-Jul-2011 mrg

branches: 1.4.2;
re-generate various files after dl_iterate_phdr has been enabled.


# 1.3 04-Jul-2011 mrg

regenerate


# 1.2 03-Jul-2011 mrg

various (re-)generations. most of these sort of entirely work now.


# 1.1 03-Jul-2011 mrg

(re-)generate mknative-gcc files for many platforms.
(re-)generate the gmp files for many platforms.


# 1.31 02-Oct-2019 mrg

mknative-gcc for GCC 8.3 and all ports.


Revision tags: netbsd-9-base phil-wifi-20190609
# 1.30 27-Feb-2019 mrg

mknative-gcc for most platforms again after recent tools/gcc/Makefile change.


# 1.29 17-Feb-2019 mrg

regen mknative with symver no longer disabled.


# 1.28 04-Feb-2019 mrg

mknative-gcc for alpha, hpaa, ia64, mips*, sh3*, and vax.
re- for powerpc, sparc, i386, and amd64.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126
# 1.27 05-Nov-2018 mrg

regenerate everything for GCC 6.5.

sh3eb and sh3el had a problem wtih libstdc++ i had to work around for now.


Revision tags: pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.26 04-Sep-2018 mrg

redo mknative-gcc for all ports. main changes include:
- "#define HAVE_CC_TLS 1" for most/all ports, thanks maya@
- "#define _GLIBCXX_HAVE_LDEXPL 1" and "#define _GLIBCXX_HAVE_TGMATH_H 1"
for many ports
- arm64 and amd64 had a broken c++config.h that disabled many things
- configargs.h has more normalisation
- ppc64 has a few things fixed, must have missed several mknative rounds


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.25 06-Feb-2018 mrg

branches: 1.25.2; 1.25.4;
more mknative-gcc 6.4 for m68k, mips*, powerpc, sh*, sparc* and amd64.


# 1.24 06-Feb-2018 mrg

rebuild mknative GCC 6.4 for these targets:
arm armeb earmeb earmhf earmhfeb earmv4eb
earmv6 earmv6eb earmv6hf earmv6hfeb
earmv7 earmv7eb earmv7hf earmv7hfeb
hppa ia64 m68000 m68k
mips64eb mips64el mipseb mipsel
powerpc64 sh3eb sh3el vax


# 1.23 15-Nov-2017 mrg

merge mknative files from gcc.old back into gcc.
they're back to being the same again now.


# 1.22 13-Nov-2017 mrg

regen for gcc 5.5.


Revision tags: perseant-stdc-iso10646-base
# 1.21 11-Jul-2017 joerg

Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This
functions are used for destructors of thread_local objects.

If a pending destructor exists, prevent unloading of shared objects.
Introduce __dl_cxa_refcount interface for this purpose. When the last
reference is gone and the object has been dlclose'd before, the
unloading is finalized.

Ideally, __cxa_thread_atexit_impl wouldn't exist, but libstdc++ insists
on providing __cxa_thread_atexit as direct wrapper without further
patching.


Revision tags: netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.20 18-Oct-2016 mrg

branches: 1.20.6;
regen mknative for all ports and GCC 5.4 and -current. many ports
were using 5.3 data, and none of them had <stdalign.h>.


Revision tags: localcount-20160914
# 1.19 26-Aug-2016 christos

regen for alpha and sh now that they have fenv.h


Revision tags: pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.18 07-Jun-2016 mrg

branches: 1.18.2;
mknative-gcc for all but sparc64, vax and sun2 and GCC 5.4.


# 1.17 18-Mar-2016 mrg

mknative-gcc for GCC 5.3 and sh3*, hppa, m68*, mips*.

none of them are complete yet.


Revision tags: gcc-4-8-5-pre-gcc-old-import
# 1.16 25-Jun-2015 mrg

regen mknative files for GCC 4.8.5.


# 1.15 10-Jan-2015 mrg

rerun mknative for GCC 4.8.4 and all platforms.

m68000 needs -fPIC removed (again), and hppa c++config.h turned off
several things present in -lm, fixed by hand.


# 1.14 12-Oct-2014 mrg

regen mknative for gcc 4.8-2014-10-09.


# 1.13 10-Oct-2014 mrg

regen gcc mknative files for new complex and more.


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.12 28-May-2014 mrg

branches: 1.12.2;
re-run mknative-gcc after threading fixes by skrll and myself.


# 1.11 28-May-2014 mrg

rerun mknative-gcc for GCC 4.8.3 release.

XXX: still not 100% right, but we're getting close.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.10 04-Mar-2014 mrg

branches: 1.10.2;
mknative-gcc 4.8 for most platforms. missing: ppc64, m68010, ia64, coldfire.


# 1.9 01-Mar-2014 mrg

merge GCC 4.8 build.


Revision tags: imported-to-gcc-old-20140227-0107 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.8 18-Sep-2012 mrg

regen mknative files for GCC 4.5.4.


# 1.7 18-Sep-2012 mrg

re-run mknative.

- i386 tested
- m68k gomp tls reverted by hand
- powerpc softfloat added (un-reverted) by hand


Revision tags: yamt-pagecache-base5 yamt-pagecache-base4
# 1.6 05-Apr-2012 mrg

branches: 1.6.2;
rerun mknative-gcc:
- turn off <fenv.h> on platforms that don't have it


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 netbsd-6-base
# 1.5 15-Dec-2011 mrg

regenerate mknative-gcc files for most platforms, post skrll@ fix
and joerg@'s enable tls change.

missing: m68010 (coming shortly) and m68k (breaks the build)

XXX: didn't test i re-merged the powerpc by-hand changes properly


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.4 20-Jul-2011 mrg

branches: 1.4.2;
re-generate various files after dl_iterate_phdr has been enabled.


# 1.3 04-Jul-2011 mrg

regenerate


# 1.2 03-Jul-2011 mrg

various (re-)generations. most of these sort of entirely work now.


# 1.1 03-Jul-2011 mrg

(re-)generate mknative-gcc files for many platforms.
(re-)generate the gmp files for many platforms.


# 1.30 27-Feb-2019 mrg

mknative-gcc for most platforms again after recent tools/gcc/Makefile change.


# 1.29 17-Feb-2019 mrg

regen mknative with symver no longer disabled.


# 1.28 04-Feb-2019 mrg

mknative-gcc for alpha, hpaa, ia64, mips*, sh3*, and vax.
re- for powerpc, sparc, i386, and amd64.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126
# 1.27 05-Nov-2018 mrg

regenerate everything for GCC 6.5.

sh3eb and sh3el had a problem wtih libstdc++ i had to work around for now.


Revision tags: pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.26 04-Sep-2018 mrg

redo mknative-gcc for all ports. main changes include:
- "#define HAVE_CC_TLS 1" for most/all ports, thanks maya@
- "#define _GLIBCXX_HAVE_LDEXPL 1" and "#define _GLIBCXX_HAVE_TGMATH_H 1"
for many ports
- arm64 and amd64 had a broken c++config.h that disabled many things
- configargs.h has more normalisation
- ppc64 has a few things fixed, must have missed several mknative rounds


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.25 06-Feb-2018 mrg

branches: 1.25.2;
more mknative-gcc 6.4 for m68k, mips*, powerpc, sh*, sparc* and amd64.


# 1.24 06-Feb-2018 mrg

rebuild mknative GCC 6.4 for these targets:
arm armeb earmeb earmhf earmhfeb earmv4eb
earmv6 earmv6eb earmv6hf earmv6hfeb
earmv7 earmv7eb earmv7hf earmv7hfeb
hppa ia64 m68000 m68k
mips64eb mips64el mipseb mipsel
powerpc64 sh3eb sh3el vax


# 1.23 15-Nov-2017 mrg

merge mknative files from gcc.old back into gcc.
they're back to being the same again now.


# 1.22 13-Nov-2017 mrg

regen for gcc 5.5.


Revision tags: perseant-stdc-iso10646-base
# 1.21 11-Jul-2017 joerg

Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This
functions are used for destructors of thread_local objects.

If a pending destructor exists, prevent unloading of shared objects.
Introduce __dl_cxa_refcount interface for this purpose. When the last
reference is gone and the object has been dlclose'd before, the
unloading is finalized.

Ideally, __cxa_thread_atexit_impl wouldn't exist, but libstdc++ insists
on providing __cxa_thread_atexit as direct wrapper without further
patching.


Revision tags: netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.20 18-Oct-2016 mrg

branches: 1.20.6;
regen mknative for all ports and GCC 5.4 and -current. many ports
were using 5.3 data, and none of them had <stdalign.h>.


Revision tags: localcount-20160914
# 1.19 26-Aug-2016 christos

regen for alpha and sh now that they have fenv.h


Revision tags: pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.18 07-Jun-2016 mrg

branches: 1.18.2;
mknative-gcc for all but sparc64, vax and sun2 and GCC 5.4.


# 1.17 18-Mar-2016 mrg

mknative-gcc for GCC 5.3 and sh3*, hppa, m68*, mips*.

none of them are complete yet.


Revision tags: gcc-4-8-5-pre-gcc-old-import
# 1.16 25-Jun-2015 mrg

regen mknative files for GCC 4.8.5.


# 1.15 10-Jan-2015 mrg

rerun mknative for GCC 4.8.4 and all platforms.

m68000 needs -fPIC removed (again), and hppa c++config.h turned off
several things present in -lm, fixed by hand.


# 1.14 12-Oct-2014 mrg

regen mknative for gcc 4.8-2014-10-09.


# 1.13 10-Oct-2014 mrg

regen gcc mknative files for new complex and more.


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.12 28-May-2014 mrg

branches: 1.12.2;
re-run mknative-gcc after threading fixes by skrll and myself.


# 1.11 28-May-2014 mrg

rerun mknative-gcc for GCC 4.8.3 release.

XXX: still not 100% right, but we're getting close.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.10 04-Mar-2014 mrg

branches: 1.10.2;
mknative-gcc 4.8 for most platforms. missing: ppc64, m68010, ia64, coldfire.


# 1.9 01-Mar-2014 mrg

merge GCC 4.8 build.


Revision tags: imported-to-gcc-old-20140227-0107 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.8 18-Sep-2012 mrg

regen mknative files for GCC 4.5.4.


# 1.7 18-Sep-2012 mrg

re-run mknative.

- i386 tested
- m68k gomp tls reverted by hand
- powerpc softfloat added (un-reverted) by hand


Revision tags: yamt-pagecache-base5 yamt-pagecache-base4
# 1.6 05-Apr-2012 mrg

branches: 1.6.2;
rerun mknative-gcc:
- turn off <fenv.h> on platforms that don't have it


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 netbsd-6-base
# 1.5 15-Dec-2011 mrg

regenerate mknative-gcc files for most platforms, post skrll@ fix
and joerg@'s enable tls change.

missing: m68010 (coming shortly) and m68k (breaks the build)

XXX: didn't test i re-merged the powerpc by-hand changes properly


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.4 20-Jul-2011 mrg

branches: 1.4.2;
re-generate various files after dl_iterate_phdr has been enabled.


# 1.3 04-Jul-2011 mrg

regenerate


# 1.2 03-Jul-2011 mrg

various (re-)generations. most of these sort of entirely work now.


# 1.1 03-Jul-2011 mrg

(re-)generate mknative-gcc files for many platforms.
(re-)generate the gmp files for many platforms.


# 1.25 06-Feb-2018 mrg

more mknative-gcc 6.4 for m68k, mips*, powerpc, sh*, sparc* and amd64.


# 1.24 06-Feb-2018 mrg

rebuild mknative GCC 6.4 for these targets:
arm armeb earmeb earmhf earmhfeb earmv4eb
earmv6 earmv6eb earmv6hf earmv6hfeb
earmv7 earmv7eb earmv7hf earmv7hfeb
hppa ia64 m68000 m68k
mips64eb mips64el mipseb mipsel
powerpc64 sh3eb sh3el vax


# 1.23 15-Nov-2017 mrg

merge mknative files from gcc.old back into gcc.
they're back to being the same again now.


# 1.22 13-Nov-2017 mrg

regen for gcc 5.5.


Revision tags: perseant-stdc-iso10646-base
# 1.21 11-Jul-2017 joerg

Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This
functions are used for destructors of thread_local objects.

If a pending destructor exists, prevent unloading of shared objects.
Introduce __dl_cxa_refcount interface for this purpose. When the last
reference is gone and the object has been dlclose'd before, the
unloading is finalized.

Ideally, __cxa_thread_atexit_impl wouldn't exist, but libstdc++ insists
on providing __cxa_thread_atexit as direct wrapper without further
patching.


Revision tags: netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.20 18-Oct-2016 mrg

branches: 1.20.6;
regen mknative for all ports and GCC 5.4 and -current. many ports
were using 5.3 data, and none of them had <stdalign.h>.


Revision tags: localcount-20160914
# 1.19 26-Aug-2016 christos

regen for alpha and sh now that they have fenv.h


Revision tags: pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.18 07-Jun-2016 mrg

branches: 1.18.2;
mknative-gcc for all but sparc64, vax and sun2 and GCC 5.4.


# 1.17 18-Mar-2016 mrg

mknative-gcc for GCC 5.3 and sh3*, hppa, m68*, mips*.

none of them are complete yet.


Revision tags: gcc-4-8-5-pre-gcc-old-import
# 1.16 25-Jun-2015 mrg

regen mknative files for GCC 4.8.5.


# 1.15 10-Jan-2015 mrg

rerun mknative for GCC 4.8.4 and all platforms.

m68000 needs -fPIC removed (again), and hppa c++config.h turned off
several things present in -lm, fixed by hand.


# 1.14 12-Oct-2014 mrg

regen mknative for gcc 4.8-2014-10-09.


# 1.13 10-Oct-2014 mrg

regen gcc mknative files for new complex and more.


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.12 28-May-2014 mrg

branches: 1.12.2;
re-run mknative-gcc after threading fixes by skrll and myself.


# 1.11 28-May-2014 mrg

rerun mknative-gcc for GCC 4.8.3 release.

XXX: still not 100% right, but we're getting close.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.10 04-Mar-2014 mrg

branches: 1.10.2;
mknative-gcc 4.8 for most platforms. missing: ppc64, m68010, ia64, coldfire.


# 1.9 01-Mar-2014 mrg

merge GCC 4.8 build.


Revision tags: imported-to-gcc-old-20140227-0107 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.8 18-Sep-2012 mrg

regen mknative files for GCC 4.5.4.


# 1.7 18-Sep-2012 mrg

re-run mknative.

- i386 tested
- m68k gomp tls reverted by hand
- powerpc softfloat added (un-reverted) by hand


Revision tags: yamt-pagecache-base5 yamt-pagecache-base4
# 1.6 05-Apr-2012 mrg

branches: 1.6.2;
rerun mknative-gcc:
- turn off <fenv.h> on platforms that don't have it


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 netbsd-6-base
# 1.5 15-Dec-2011 mrg

regenerate mknative-gcc files for most platforms, post skrll@ fix
and joerg@'s enable tls change.

missing: m68010 (coming shortly) and m68k (breaks the build)

XXX: didn't test i re-merged the powerpc by-hand changes properly


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.4 20-Jul-2011 mrg

branches: 1.4.2;
re-generate various files after dl_iterate_phdr has been enabled.


# 1.3 04-Jul-2011 mrg

regenerate


# 1.2 03-Jul-2011 mrg

various (re-)generations. most of these sort of entirely work now.


# 1.1 03-Jul-2011 mrg

(re-)generate mknative-gcc files for many platforms.
(re-)generate the gmp files for many platforms.


# 1.24 06-Feb-2018 mrg

rebuild mknative GCC 6.4 for these targets:
arm armeb earmeb earmhf earmhfeb earmv4eb
earmv6 earmv6eb earmv6hf earmv6hfeb
earmv7 earmv7eb earmv7hf earmv7hfeb
hppa ia64 m68000 m68k
mips64eb mips64el mipseb mipsel
powerpc64 sh3eb sh3el vax


# 1.23 15-Nov-2017 mrg

merge mknative files from gcc.old back into gcc.
they're back to being the same again now.


# 1.22 13-Nov-2017 mrg

regen for gcc 5.5.


Revision tags: perseant-stdc-iso10646-base
# 1.21 11-Jul-2017 joerg

Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This
functions are used for destructors of thread_local objects.

If a pending destructor exists, prevent unloading of shared objects.
Introduce __dl_cxa_refcount interface for this purpose. When the last
reference is gone and the object has been dlclose'd before, the
unloading is finalized.

Ideally, __cxa_thread_atexit_impl wouldn't exist, but libstdc++ insists
on providing __cxa_thread_atexit as direct wrapper without further
patching.


Revision tags: netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.20 18-Oct-2016 mrg

branches: 1.20.6;
regen mknative for all ports and GCC 5.4 and -current. many ports
were using 5.3 data, and none of them had <stdalign.h>.


Revision tags: localcount-20160914
# 1.19 26-Aug-2016 christos

regen for alpha and sh now that they have fenv.h


Revision tags: pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.18 07-Jun-2016 mrg

branches: 1.18.2;
mknative-gcc for all but sparc64, vax and sun2 and GCC 5.4.


# 1.17 18-Mar-2016 mrg

mknative-gcc for GCC 5.3 and sh3*, hppa, m68*, mips*.

none of them are complete yet.


Revision tags: gcc-4-8-5-pre-gcc-old-import
# 1.16 25-Jun-2015 mrg

regen mknative files for GCC 4.8.5.


# 1.15 10-Jan-2015 mrg

rerun mknative for GCC 4.8.4 and all platforms.

m68000 needs -fPIC removed (again), and hppa c++config.h turned off
several things present in -lm, fixed by hand.


# 1.14 12-Oct-2014 mrg

regen mknative for gcc 4.8-2014-10-09.


# 1.13 10-Oct-2014 mrg

regen gcc mknative files for new complex and more.


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.12 28-May-2014 mrg

branches: 1.12.2;
re-run mknative-gcc after threading fixes by skrll and myself.


# 1.11 28-May-2014 mrg

rerun mknative-gcc for GCC 4.8.3 release.

XXX: still not 100% right, but we're getting close.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.10 04-Mar-2014 mrg

branches: 1.10.2;
mknative-gcc 4.8 for most platforms. missing: ppc64, m68010, ia64, coldfire.


# 1.9 01-Mar-2014 mrg

merge GCC 4.8 build.


Revision tags: imported-to-gcc-old-20140227-0107 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.8 18-Sep-2012 mrg

regen mknative files for GCC 4.5.4.


# 1.7 18-Sep-2012 mrg

re-run mknative.

- i386 tested
- m68k gomp tls reverted by hand
- powerpc softfloat added (un-reverted) by hand


Revision tags: yamt-pagecache-base5 yamt-pagecache-base4
# 1.6 05-Apr-2012 mrg

branches: 1.6.2;
rerun mknative-gcc:
- turn off <fenv.h> on platforms that don't have it


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 netbsd-6-base
# 1.5 15-Dec-2011 mrg

regenerate mknative-gcc files for most platforms, post skrll@ fix
and joerg@'s enable tls change.

missing: m68010 (coming shortly) and m68k (breaks the build)

XXX: didn't test i re-merged the powerpc by-hand changes properly


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.4 20-Jul-2011 mrg

branches: 1.4.2;
re-generate various files after dl_iterate_phdr has been enabled.


# 1.3 04-Jul-2011 mrg

regenerate


# 1.2 03-Jul-2011 mrg

various (re-)generations. most of these sort of entirely work now.


# 1.1 03-Jul-2011 mrg

(re-)generate mknative-gcc files for many platforms.
(re-)generate the gmp files for many platforms.


# 1.23 15-Nov-2017 mrg

merge mknative files from gcc.old back into gcc.
they're back to being the same again now.


# 1.22 13-Nov-2017 mrg

regen for gcc 5.5.


Revision tags: perseant-stdc-iso10646-base
# 1.21 11-Jul-2017 joerg

Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This
functions are used for destructors of thread_local objects.

If a pending destructor exists, prevent unloading of shared objects.
Introduce __dl_cxa_refcount interface for this purpose. When the last
reference is gone and the object has been dlclose'd before, the
unloading is finalized.

Ideally, __cxa_thread_atexit_impl wouldn't exist, but libstdc++ insists
on providing __cxa_thread_atexit as direct wrapper without further
patching.


Revision tags: netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.20 18-Oct-2016 mrg

branches: 1.20.6;
regen mknative for all ports and GCC 5.4 and -current. many ports
were using 5.3 data, and none of them had <stdalign.h>.


Revision tags: localcount-20160914
# 1.19 26-Aug-2016 christos

regen for alpha and sh now that they have fenv.h


Revision tags: pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.18 07-Jun-2016 mrg

branches: 1.18.2;
mknative-gcc for all but sparc64, vax and sun2 and GCC 5.4.


# 1.17 18-Mar-2016 mrg

mknative-gcc for GCC 5.3 and sh3*, hppa, m68*, mips*.

none of them are complete yet.


Revision tags: gcc-4-8-5-pre-gcc-old-import
# 1.16 25-Jun-2015 mrg

regen mknative files for GCC 4.8.5.


# 1.15 10-Jan-2015 mrg

rerun mknative for GCC 4.8.4 and all platforms.

m68000 needs -fPIC removed (again), and hppa c++config.h turned off
several things present in -lm, fixed by hand.


# 1.14 12-Oct-2014 mrg

regen mknative for gcc 4.8-2014-10-09.


# 1.13 10-Oct-2014 mrg

regen gcc mknative files for new complex and more.


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.12 28-May-2014 mrg

branches: 1.12.2;
re-run mknative-gcc after threading fixes by skrll and myself.


# 1.11 28-May-2014 mrg

rerun mknative-gcc for GCC 4.8.3 release.

XXX: still not 100% right, but we're getting close.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.10 04-Mar-2014 mrg

branches: 1.10.2;
mknative-gcc 4.8 for most platforms. missing: ppc64, m68010, ia64, coldfire.


# 1.9 01-Mar-2014 mrg

merge GCC 4.8 build.


Revision tags: imported-to-gcc-old-20140227-0107 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.8 18-Sep-2012 mrg

regen mknative files for GCC 4.5.4.


# 1.7 18-Sep-2012 mrg

re-run mknative.

- i386 tested
- m68k gomp tls reverted by hand
- powerpc softfloat added (un-reverted) by hand


Revision tags: yamt-pagecache-base5 yamt-pagecache-base4
# 1.6 05-Apr-2012 mrg

branches: 1.6.2;
rerun mknative-gcc:
- turn off <fenv.h> on platforms that don't have it


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 netbsd-6-base
# 1.5 15-Dec-2011 mrg

regenerate mknative-gcc files for most platforms, post skrll@ fix
and joerg@'s enable tls change.

missing: m68010 (coming shortly) and m68k (breaks the build)

XXX: didn't test i re-merged the powerpc by-hand changes properly


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.4 20-Jul-2011 mrg

branches: 1.4.2;
re-generate various files after dl_iterate_phdr has been enabled.


# 1.3 04-Jul-2011 mrg

regenerate


# 1.2 03-Jul-2011 mrg

various (re-)generations. most of these sort of entirely work now.


# 1.1 03-Jul-2011 mrg

(re-)generate mknative-gcc files for many platforms.
(re-)generate the gmp files for many platforms.


# 1.21 11-Jul-2017 joerg

Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This
functions are used for destructors of thread_local objects.

If a pending destructor exists, prevent unloading of shared objects.
Introduce __dl_cxa_refcount interface for this purpose. When the last
reference is gone and the object has been dlclose'd before, the
unloading is finalized.

Ideally, __cxa_thread_atexit_impl wouldn't exist, but libstdc++ insists
on providing __cxa_thread_atexit as direct wrapper without further
patching.


Revision tags: netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.20 18-Oct-2016 mrg

regen mknative for all ports and GCC 5.4 and -current. many ports
were using 5.3 data, and none of them had <stdalign.h>.


Revision tags: localcount-20160914
# 1.19 26-Aug-2016 christos

regen for alpha and sh now that they have fenv.h


Revision tags: pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.18 07-Jun-2016 mrg

branches: 1.18.2;
mknative-gcc for all but sparc64, vax and sun2 and GCC 5.4.


# 1.17 18-Mar-2016 mrg

mknative-gcc for GCC 5.3 and sh3*, hppa, m68*, mips*.

none of them are complete yet.


Revision tags: gcc-4-8-5-pre-gcc-old-import
# 1.16 25-Jun-2015 mrg

regen mknative files for GCC 4.8.5.


# 1.15 10-Jan-2015 mrg

rerun mknative for GCC 4.8.4 and all platforms.

m68000 needs -fPIC removed (again), and hppa c++config.h turned off
several things present in -lm, fixed by hand.


# 1.14 12-Oct-2014 mrg

regen mknative for gcc 4.8-2014-10-09.


# 1.13 10-Oct-2014 mrg

regen gcc mknative files for new complex and more.


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.12 28-May-2014 mrg

branches: 1.12.2;
re-run mknative-gcc after threading fixes by skrll and myself.


# 1.11 28-May-2014 mrg

rerun mknative-gcc for GCC 4.8.3 release.

XXX: still not 100% right, but we're getting close.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.10 04-Mar-2014 mrg

branches: 1.10.2;
mknative-gcc 4.8 for most platforms. missing: ppc64, m68010, ia64, coldfire.


# 1.9 01-Mar-2014 mrg

merge GCC 4.8 build.


Revision tags: imported-to-gcc-old-20140227-0107 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.8 18-Sep-2012 mrg

regen mknative files for GCC 4.5.4.


# 1.7 18-Sep-2012 mrg

re-run mknative.

- i386 tested
- m68k gomp tls reverted by hand
- powerpc softfloat added (un-reverted) by hand


Revision tags: yamt-pagecache-base5 yamt-pagecache-base4
# 1.6 05-Apr-2012 mrg

branches: 1.6.2;
rerun mknative-gcc:
- turn off <fenv.h> on platforms that don't have it


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 netbsd-6-base
# 1.5 15-Dec-2011 mrg

regenerate mknative-gcc files for most platforms, post skrll@ fix
and joerg@'s enable tls change.

missing: m68010 (coming shortly) and m68k (breaks the build)

XXX: didn't test i re-merged the powerpc by-hand changes properly


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.4 20-Jul-2011 mrg

branches: 1.4.2;
re-generate various files after dl_iterate_phdr has been enabled.


# 1.3 04-Jul-2011 mrg

regenerate


# 1.2 03-Jul-2011 mrg

various (re-)generations. most of these sort of entirely work now.


# 1.1 03-Jul-2011 mrg

(re-)generate mknative-gcc files for many platforms.
(re-)generate the gmp files for many platforms.


Revision tags: pgoyette-localcount-20161104
# 1.20 18-Oct-2016 mrg

regen mknative for all ports and GCC 5.4 and -current. many ports
were using 5.3 data, and none of them had <stdalign.h>.


Revision tags: localcount-20160914
# 1.19 26-Aug-2016 christos

regen for alpha and sh now that they have fenv.h


Revision tags: pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.18 07-Jun-2016 mrg

branches: 1.18.2;
mknative-gcc for all but sparc64, vax and sun2 and GCC 5.4.


# 1.17 18-Mar-2016 mrg

mknative-gcc for GCC 5.3 and sh3*, hppa, m68*, mips*.

none of them are complete yet.


Revision tags: gcc-4-8-5-pre-gcc-old-import
# 1.16 25-Jun-2015 mrg

regen mknative files for GCC 4.8.5.


# 1.15 10-Jan-2015 mrg

rerun mknative for GCC 4.8.4 and all platforms.

m68000 needs -fPIC removed (again), and hppa c++config.h turned off
several things present in -lm, fixed by hand.


# 1.14 12-Oct-2014 mrg

regen mknative for gcc 4.8-2014-10-09.


# 1.13 10-Oct-2014 mrg

regen gcc mknative files for new complex and more.


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.12 28-May-2014 mrg

branches: 1.12.2;
re-run mknative-gcc after threading fixes by skrll and myself.


# 1.11 28-May-2014 mrg

rerun mknative-gcc for GCC 4.8.3 release.

XXX: still not 100% right, but we're getting close.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.10 04-Mar-2014 mrg

branches: 1.10.2;
mknative-gcc 4.8 for most platforms. missing: ppc64, m68010, ia64, coldfire.


# 1.9 01-Mar-2014 mrg

merge GCC 4.8 build.


Revision tags: imported-to-gcc-old-20140227-0107 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6
# 1.8 18-Sep-2012 mrg

regen mknative files for GCC 4.5.4.


# 1.7 18-Sep-2012 mrg

re-run mknative.

- i386 tested
- m68k gomp tls reverted by hand
- powerpc softfloat added (un-reverted) by hand


Revision tags: yamt-pagecache-base5 yamt-pagecache-base4
# 1.6 05-Apr-2012 mrg

branches: 1.6.2;
rerun mknative-gcc:
- turn off <fenv.h> on platforms that don't have it


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 netbsd-6-base
# 1.5 15-Dec-2011 mrg

regenerate mknative-gcc files for most platforms, post skrll@ fix
and joerg@'s enable tls change.

missing: m68010 (coming shortly) and m68k (breaks the build)

XXX: didn't test i re-merged the powerpc by-hand changes properly


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.4 20-Jul-2011 mrg

branches: 1.4.2;
re-generate various files after dl_iterate_phdr has been enabled.


# 1.3 04-Jul-2011 mrg

regenerate


# 1.2 03-Jul-2011 mrg

various (re-)generations. most of these sort of entirely work now.


# 1.1 03-Jul-2011 mrg

(re-)generate mknative-gcc files for many platforms.
(re-)generate the gmp files for many platforms.


# 1.16 25-Jun-2015 mrg

regen mknative files for GCC 4.8.5.


# 1.15 10-Jan-2015 mrg

rerun mknative for GCC 4.8.4 and all platforms.

m68000 needs -fPIC removed (again), and hppa c++config.h turned off
several things present in -lm, fixed by hand.


# 1.14 12-Oct-2014 mrg

regen mknative for gcc 4.8-2014-10-09.


# 1.13 10-Oct-2014 mrg

regen gcc mknative files for new complex and more.


# 1.12 28-May-2014 mrg

branches: 1.12.2;
re-run mknative-gcc after threading fixes by skrll and myself.


# 1.11 28-May-2014 mrg

rerun mknative-gcc for GCC 4.8.3 release.

XXX: still not 100% right, but we're getting close.


# 1.10 04-Mar-2014 mrg

branches: 1.10.2;
mknative-gcc 4.8 for most platforms. missing: ppc64, m68010, ia64, coldfire.


# 1.9 01-Mar-2014 mrg

merge GCC 4.8 build.


# 1.8 18-Sep-2012 mrg

regen mknative files for GCC 4.5.4.


# 1.7 17-Sep-2012 mrg

re-run mknative.

- i386 tested
- m68k gomp tls reverted by hand
- powerpc softfloat added (un-reverted) by hand


# 1.6 05-Apr-2012 mrg

branches: 1.6.2;
rerun mknative-gcc:
- turn off <fenv.h> on platforms that don't have it


# 1.5 14-Dec-2011 mrg

regenerate mknative-gcc files for most platforms, post skrll@ fix
and joerg@'s enable tls change.

missing: m68010 (coming shortly) and m68k (breaks the build)

XXX: didn't test i re-merged the powerpc by-hand changes properly


# 1.4 19-Jul-2011 mrg

branches: 1.4.2;
re-generate various files after dl_iterate_phdr has been enabled.


# 1.3 04-Jul-2011 mrg

regenerate


# 1.2 03-Jul-2011 mrg

various (re-)generations. most of these sort of entirely work now.


# 1.1 03-Jul-2011 mrg

(re-)generate mknative-gcc files for many platforms.
(re-)generate the gmp files for many platforms.


# 1.4.2.3 21-May-2014 yamt

sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")


# 1.4.2.2 30-Oct-2012 yamt

sync with head


# 1.4.2.1 16-Apr-2012 yamt

sync with head


# 1.6.2.2 19-Aug-2014 tls

Rebase to HEAD as of a few days ago.


# 1.6.2.1 19-Nov-2012 tls

Resync to 2012-11-19 00:00:00 UTC


# 1.10.2.1 10-Aug-2014 tls

Rebase.


# 1.12.2.2 24-Jan-2015 martin

Sync gcc with -current, requested by skrll in ticket #448:

tools/gcc/Makefile up to 1.74
tools/gcc/gcc-version.mk up to 1.3
external/gpl3/gcc/dist/config/mh-alpha-linux up to 1.1.1.1
external/gpl3/gcc/dist/gcc/config/or1k/constraints.md up to 1.1
external/gpl3/gcc/dist/gcc/config/or1k/elf.h up to 1.1
external/gpl3/gcc/dist/gcc/config/or1k/linux-elf.h up to 1.1
external/gpl3/gcc/dist/gcc/config/or1k/linux-gas.h up to 1.1
external/gpl3/gcc/dist/gcc/config/or1k/netbsd.h up to 1.2
external/gpl3/gcc/dist/gcc/config/or1k/or1k-modes.def up to 1.1
external/gpl3/gcc/dist/gcc/config/or1k/or1k-opts.h up to 1.1
external/gpl3/gcc/dist/gcc/config/or1k/or1k-protos.h up to 1.1
external/gpl3/gcc/dist/gcc/config/or1k/or1k.c up to 1.2
external/gpl3/gcc/dist/gcc/config/or1k/or1k.h up to 1.1
external/gpl3/gcc/dist/gcc/config/or1k/or1k.md up to 1.1
external/gpl3/gcc/dist/gcc/config/or1k/or1k.opt up to 1.1
external/gpl3/gcc/dist/gcc/config/or1k/predicates.md up to 1.1
external/gpl3/gcc/dist/gcc/config/or1k/t-linux up to 1.1
external/gpl3/gcc/dist/gcc/config/or1k/t-or1k up to 1.1
external/gpl3/gcc/dist/gcc/config/or1k/t-or1knd up to 1.1
external/gpl3/gcc/dist/gcc/config/riscv/constraints.md up to 1.1
external/gpl3/gcc/dist/gcc/config/riscv/crti.asm up to 1.1
external/gpl3/gcc/dist/gcc/config/riscv/crtn.asm up to 1.1
external/gpl3/gcc/dist/gcc/config/riscv/div.S up to 1.1
external/gpl3/gcc/dist/gcc/config/riscv/elf.h up to 1.1
external/gpl3/gcc/dist/gcc/config/riscv/generic.md up to 1.1
external/gpl3/gcc/dist/gcc/config/riscv/linux-unwind.h up to 1.1
external/gpl3/gcc/dist/gcc/config/riscv/linux.h up to 1.1
external/gpl3/gcc/dist/gcc/config/riscv/linux64.h up to 1.1
external/gpl3/gcc/dist/gcc/config/riscv/netbsd.h up to 1.1
external/gpl3/gcc/dist/gcc/config/riscv/opcode-riscv.h up to 1.1
external/gpl3/gcc/dist/gcc/config/riscv/peephole.md up to 1.1
external/gpl3/gcc/dist/gcc/config/riscv/predicates.md up to 1.1
external/gpl3/gcc/dist/gcc/config/riscv/riscv-fp.c up to 1.1
external/gpl3/gcc/dist/gcc/config/riscv/riscv-ftypes.def up to 1.1
external/gpl3/gcc/dist/gcc/config/riscv/riscv-modes.def up to 1.1
external/gpl3/gcc/dist/gcc/config/riscv/riscv-opc.h up to 1.1
external/gpl3/gcc/dist/gcc/config/riscv/riscv-protos.h up to 1.1
external/gpl3/gcc/dist/gcc/config/riscv/riscv.c up to 1.1
external/gpl3/gcc/dist/gcc/config/riscv/riscv.h up to 1.1
external/gpl3/gcc/dist/gcc/config/riscv/riscv.md up to 1.1
external/gpl3/gcc/dist/gcc/config/riscv/riscv.opt up to 1.1
external/gpl3/gcc/dist/gcc/config/riscv/sync.md up to 1.2
external/gpl3/gcc/dist/gcc/config/riscv/t-elf up to 1.1
external/gpl3/gcc/dist/gcc/config/riscv/t-linux64 up to 1.1
external/gpl3/gcc/dist/gcc/config/riscv/t-netbsd64 up to 1.1
external/gpl3/gcc/dist/gcc/common/config/or1k/or1k-common.c up to 1.1
external/gpl3/gcc/dist/gcc/common/config/riscv/riscv-common.c up to 1.1
external/gpl3/gcc/dist/libgcc/config/or1k/or1k-asm.h up to 1.1
external/gpl3/gcc/dist/libgcc/config/or1k/crti.S up to 1.1
external/gpl3/gcc/dist/libgcc/config/or1k/crtn.S up to 1.1
external/gpl3/gcc/dist/libgcc/config/or1k/linux-unwind.h up to 1.1
external/gpl3/gcc/dist/libgcc/config/or1k/or1k.S up to 1.1
external/gpl3/gcc/dist/libgcc/config/or1k/sfp-machine.h up to 1.1
external/gpl3/gcc/dist/libgcc/config/or1k/t-crtstuff up to 1.1
external/gpl3/gcc/dist/libgcc/config/or1k/t-linux up to 1.1
external/gpl3/gcc/dist/libgcc/config/or1k/t-or1k up to 1.1
external/gpl3/gcc/dist/libgcc/config/riscv/riscv-fp.c up to 1.1
external/gpl3/gcc/dist/libgcc/config/riscv/crti.S up to 1.1
external/gpl3/gcc/dist/libgcc/config/riscv/crtn.S up to 1.1
external/gpl3/gcc/dist/libgcc/config/riscv/t-dpbit up to 1.1
external/gpl3/gcc/dist/libgcc/config/riscv/t-elf up to 1.1
external/gpl3/gcc/dist/libgcc/config/riscv/t-fpbit up to 1.1
external/gpl3/gcc/dist/libgcc/config/riscv/t-linux up to 1.1
external/gpl3/gcc/dist/libgcc/config/riscv/t-tpbit up to 1.1
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_netbsd.cc up to 1.3
external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/powerpc/Makefile up to 1.1
external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/powerpc64/Makefile up to 1.1
external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/riscv32/Makefile up to 1.1
external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/riscv64/Makefile up to 1.1
external/gpl3/gcc/lib/libtsan/Makefile up to 1.2
external/gpl3/gcc/lib/libtsan/shlib_version up to 1.1
external/gpl3/gcc/lib/libasan/Makefile up to 1.9
external/gpl3/gcc/lib/libasan/shlib_version up to 1.1
external/gpl3/gcc/usr.bin/lto-wrapper/Makefile up to 1.1
external/gpl3/gcc/usr.bin/lto1/Makefile up to 1.2
external/gpl3/gcc/Makefile up to 1.2
external/gpl3/gcc/README.gcc48 up to 1.6
external/gpl3/gcc/dist/ChangeLog up to 1.1.1.6
external/gpl3/gcc/dist/LAST_UPDATED up to 1.5
external/gpl3/gcc/dist/MD5SUMS up to 1.5
external/gpl3/gcc/dist/Makefile.def up to 1.1.1.4
external/gpl3/gcc/dist/Makefile.in up to 1.1.1.4
external/gpl3/gcc/dist/configure up to 1.8
external/gpl3/gcc/dist/configure.ac up to 1.7
external/gpl3/gcc/dist/config/ChangeLog up to 1.1.1.6
external/gpl3/gcc/dist/contrib/ChangeLog up to 1.1.1.6
external/gpl3/gcc/dist/contrib/reghunt/ChangeLog up to 1.1.1.5
external/gpl3/gcc/dist/contrib/regression/ChangeLog up to 1.1.1.5
external/gpl3/gcc/dist/fixincludes/ChangeLog up to 1.1.1.5
external/gpl3/gcc/dist/fixincludes/fixincl.x up to 1.1.1.3
external/gpl3/gcc/dist/fixincludes/inclhack.def up to 1.1.1.3
external/gpl3/gcc/dist/fixincludes/tests/base/assert.h up to 1.1.1.2
external/gpl3/gcc/dist/gcc/ChangeLog up to 1.11
external/gpl3/gcc/dist/gcc/DATESTAMP up to 1.1.1.7
external/gpl3/gcc/dist/gcc/DEV-PHASE up to 1.1.1.5
external/gpl3/gcc/dist/gcc/config.gcc up to 1.32
external/gpl3/gcc/dist/gcc/config.in up to 1.1.1.4
external/gpl3/gcc/dist/gcc/configure up to 1.11
external/gpl3/gcc/dist/gcc/configure.ac up to 1.9
external/gpl3/gcc/dist/gcc/convert.c up to 1.1.1.4
external/gpl3/gcc/dist/gcc/expr.c up to 1.7
external/gpl3/gcc/dist/gcc/fold-const.c up to 1.1.1.7
external/gpl3/gcc/dist/gcc/graphite-clast-to-gimple.c up to 1.1.1.3
external/gpl3/gcc/dist/gcc/graphite-interchange.c up to 1.1.1.3
external/gpl3/gcc/dist/gcc/graphite-optimize-isl.c up to 1.1.1.2
external/gpl3/gcc/dist/gcc/graphite-poly.c up to 1.1.1.3
external/gpl3/gcc/dist/gcc/graphite-sese-to-poly.c up to 1.1.1.3
external/gpl3/gcc/dist/gcc/ipa-pure-const.c up to 1.1.1.3
external/gpl3/gcc/dist/gcc/omp-low.c up to 1.1.1.4
external/gpl3/gcc/dist/gcc/ree.c up to 1.1.1.2
external/gpl3/gcc/dist/gcc/rtlanal.c up to 1.2
external/gpl3/gcc/dist/gcc/stor-layout.c up to 1.1.1.3
external/gpl3/gcc/dist/gcc/tree-data-ref.c up to 1.1.1.3
external/gpl3/gcc/dist/gcc/tree-data-ref.h up to 1.1.1.3
external/gpl3/gcc/dist/gcc/tree-nrv.c up to 1.1.1.3
external/gpl3/gcc/dist/gcc/tree-ssa-forwprop.c up to 1.1.1.3
external/gpl3/gcc/dist/gcc/tree-ssa-reassoc.c up to 1.1.1.4
external/gpl3/gcc/dist/gcc/tree-ssa-strlen.c up to 1.1.1.2
external/gpl3/gcc/dist/gcc/tree-ssa-tail-merge.c up to 1.1.1.3
external/gpl3/gcc/dist/gcc/tree-vect-slp.c up to 1.1.1.4
external/gpl3/gcc/dist/gcc/tree.c up to 1.1.1.4
external/gpl3/gcc/dist/gcc/tsan.c up to 1.1.1.2
external/gpl3/gcc/dist/gcc/c/ChangeLog up to 1.1.1.4
external/gpl3/gcc/dist/gcc/c-family/ChangeLog up to 1.1.1.3
external/gpl3/gcc/dist/gcc/config/darwin-c.c up to 1.1.1.3
external/gpl3/gcc/dist/gcc/config/darwin-driver.c up to 1.1.1.3
external/gpl3/gcc/dist/gcc/config/netbsd.h up to 1.14
external/gpl3/gcc/dist/gcc/config/aarch64/aarch64-elf-raw.h up to 1.1.1.2
external/gpl3/gcc/dist/gcc/config/aarch64/aarch64-linux.h up to 1.1.1.3
external/gpl3/gcc/dist/gcc/config/aarch64/aarch64-protos.h up to 1.1.1.2
external/gpl3/gcc/dist/gcc/config/aarch64/aarch64.c up to 1.1.1.5
external/gpl3/gcc/dist/gcc/config/aarch64/aarch64.h up to 1.1.1.3
external/gpl3/gcc/dist/gcc/config/aarch64/aarch64.opt up to 1.1.1.2
external/gpl3/gcc/dist/gcc/config/arm/arm.h up to 1.10
external/gpl3/gcc/dist/gcc/config/arm/arm.md up to 1.8
external/gpl3/gcc/dist/gcc/config/i386/i386.c up to 1.9
external/gpl3/gcc/dist/gcc/config/pa/pa.md up to 1.1.1.4
external/gpl3/gcc/dist/gcc/config/rs6000/altivec.h up to 1.1.1.4
external/gpl3/gcc/dist/gcc/config/rs6000/altivec.md up to 1.1.1.5
external/gpl3/gcc/dist/gcc/config/rs6000/netbsd.h up to 1.8
external/gpl3/gcc/dist/gcc/config/rs6000/rs6000-builtin.def up to 1.1.1.5
external/gpl3/gcc/dist/gcc/config/rs6000/rs6000-c.c up to 1.1.1.5
external/gpl3/gcc/dist/gcc/config/rs6000/rs6000-protos.h up to 1.1.1.5
external/gpl3/gcc/dist/gcc/config/rs6000/rs6000.c up to 1.10
external/gpl3/gcc/dist/gcc/config/rs6000/vsx.md up to 1.1.1.6
external/gpl3/gcc/dist/gcc/config/rs6000/xcoff.h up to 1.1.1.3
external/gpl3/gcc/dist/gcc/config/sh/sh.c up to 1.7
external/gpl3/gcc/dist/gcc/config/sh/sh.md up to 1.1.1.5
external/gpl3/gcc/dist/gcc/config/sparc/leon.md up to 1.1.1.2
external/gpl3/gcc/dist/gcc/config/sparc/sparc-opts.h up to 1.1.1.2
external/gpl3/gcc/dist/gcc/config/sparc/sparc.c up to 1.1.1.5
external/gpl3/gcc/dist/gcc/config/sparc/sparc.h up to 1.1.1.4
external/gpl3/gcc/dist/gcc/config/sparc/sparc.md up to 1.4
external/gpl3/gcc/dist/gcc/config/sparc/sparc.opt up to 1.1.1.4
external/gpl3/gcc/dist/gcc/config/sparc/t-rtems up to 1.1.1.2
external/gpl3/gcc/dist/gcc/cp/ChangeLog up to 1.1.1.7
external/gpl3/gcc/dist/gcc/cp/parser.c up to 1.1.1.6
external/gpl3/gcc/dist/gcc/cp/pt.c up to 1.1.1.5
external/gpl3/gcc/dist/gcc/cp/semantics.c up to 1.1.1.5
external/gpl3/gcc/dist/gcc/doc/extend.texi up to 1.1.1.5
external/gpl3/gcc/dist/gcc/doc/install.texi up to 1.1.1.5
external/gpl3/gcc/dist/gcc/doc/invoke.texi up to 1.7
external/gpl3/gcc/dist/gcc/doc/md.texi up to 1.1.1.6
external/gpl3/gcc/dist/gcc/doc/tm.texi up to 1.1.1.4
external/gpl3/gcc/dist/gcc/doc/tm.texi.in up to 1.1.1.3
external/gpl3/gcc/dist/gcc/lto/ChangeLog up to 1.1.1.5
external/gpl3/gcc/dist/gcc/objc/ChangeLog up to 1.1.1.5
external/gpl3/gcc/dist/gcc/objcp/ChangeLog up to 1.1.1.5
external/gpl3/gcc/dist/gnattools/ChangeLog up to 1.1.1.3
external/gpl3/gcc/dist/include/ChangeLog up to 1.1.1.5
external/gpl3/gcc/dist/intl/ChangeLog up to 1.1.1.5
external/gpl3/gcc/dist/libbacktrace/ChangeLog up to 1.1.1.4
external/gpl3/gcc/dist/libcpp/ChangeLog up to 1.1.1.5
external/gpl3/gcc/dist/libcpp/lex.c up to 1.5
external/gpl3/gcc/dist/libcpp/line-map.c up to 1.1.1.4
external/gpl3/gcc/dist/libdecnumber/ChangeLog up to 1.1.1.5
external/gpl3/gcc/dist/libgcc/ChangeLog up to 1.1.1.7
external/gpl3/gcc/dist/libgcc/config/libbid/ChangeLog up to 1.1.1.5
external/gpl3/gcc/dist/libgcc/config/pa/linux-unwind.h up to 1.1.1.2
external/gpl3/gcc/dist/libgcc/config/sh/lib1funcs.S up to 1.1.1.2
external/gpl3/gcc/dist/libgomp/ChangeLog up to 1.1.1.5
external/gpl3/gcc/dist/libgomp/configure.tgt up to 1.1.1.3
external/gpl3/gcc/dist/libiberty/ChangeLog up to 1.1.1.5
external/gpl3/gcc/dist/libitm/ChangeLog up to 1.1.1.3
external/gpl3/gcc/dist/libitm/configure.tgt up to 1.1.1.3
external/gpl3/gcc/dist/libitm/libitm.info up to 1.1.1.2
external/gpl3/gcc/dist/libmudflap/ChangeLog up to 1.1.1.5
external/gpl3/gcc/dist/libobjc/ChangeLog up to 1.1.1.6
external/gpl3/gcc/dist/libsanitizer/ChangeLog up to 1.1.1.3
external/gpl3/gcc/dist/libsanitizer/configure.tgt up to 1.3
external/gpl3/gcc/dist/libsanitizer/asan/asan_intercepted_functions.h up to 1.2
external/gpl3/gcc/dist/libsanitizer/asan/asan_internal.h up to 1.2
external/gpl3/gcc/dist/libsanitizer/asan/asan_linux.cc up to 1.5
external/gpl3/gcc/dist/libsanitizer/asan/asan_malloc_linux.cc up to 1.2
external/gpl3/gcc/dist/libsanitizer/asan/asan_posix.cc up to 1.2
external/gpl3/gcc/dist/libsanitizer/interception/interception.h up to 1.2
external/gpl3/gcc/dist/libsanitizer/interception/interception_linux.cc up to 1.3
external/gpl3/gcc/dist/libsanitizer/interception/interception_linux.h up to 1.2
external/gpl3/gcc/dist/libsanitizer/interception/interception_type_test.cc up to 1.2
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc up to 1.2
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_internal_defs.h up to 1.2
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_placement_new.h up to 1.2
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc up to 1.2
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_posix.cc up to 1.2
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_procmaps.h up to 1.2
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_symbolizer_linux.cc up to 1.2
external/gpl3/gcc/dist/libsanitizer/tsan/tsan_symbolize_addr2line_linux.cc up to 1.2
external/gpl3/gcc/dist/libssp/ChangeLog up to 1.1.1.5
external/gpl3/gcc/dist/libstdc++-v3/ChangeLog up to 1.1.1.7
external/gpl3/gcc/dist/libstdc++-v3/configure.host up to 1.1.1.3
external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/os_defines.h up to 1.1.1.3
external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/os_defines.h up to 1.1.1.2
external/gpl3/gcc/dist/libstdc++-v3/doc/html/manual/status.html up to 1.1.1.3
external/gpl3/gcc/dist/libstdc++-v3/include/bits/stl_algo.h up to 1.1.1.3
external/gpl3/gcc/dist/libstdc++-v3/include/std/functional up to 1.1.1.4
external/gpl3/gcc/dist/libstdc++-v3/include/std/tuple up to 1.1.1.4
external/gpl3/gcc/dist/libstdc++-v3/include/tr1/functional up to 1.1.1.3
external/gpl3/gcc/dist/libstdc++-v3/libsupc++/dyncast.cc up to 1.1.1.3
external/gpl3/gcc/dist/libstdc++-v3/libsupc++/eh_personality.cc up to 1.1.1.3
external/gpl3/gcc/dist/lto-plugin/ChangeLog up to 1.1.1.5
external/gpl3/gcc/dist/maintainer-scripts/ChangeLog up to 1.1.1.6
external/gpl3/gcc/lib/Makefile up to 1.8
external/gpl3/gcc/lib/crtstuff/arch/coldfire.mk up to 1.3
external/gpl3/gcc/lib/crtstuff/arch/m68000.mk up to 1.6
external/gpl3/gcc/lib/libbacktrace/arch/alpha/backtrace-supported.h up to 1.2
external/gpl3/gcc/lib/libbacktrace/arch/alpha/config.h up to 1.2
external/gpl3/gcc/lib/libbacktrace/arch/arm/backtrace-supported.h up to 1.3
external/gpl3/gcc/lib/libbacktrace/arch/arm/config.h up to 1.3
external/gpl3/gcc/lib/libbacktrace/arch/armeb/backtrace-supported.h up to 1.3
external/gpl3/gcc/lib/libbacktrace/arch/armeb/config.h up to 1.3
external/gpl3/gcc/lib/libbacktrace/arch/coldfire/backtrace-supported.h up to 1.3
external/gpl3/gcc/lib/libbacktrace/arch/coldfire/config.h up to 1.3
external/gpl3/gcc/lib/libbacktrace/arch/hppa/backtrace-supported.h up to 1.3
external/gpl3/gcc/lib/libbacktrace/arch/hppa/config.h up to 1.3
external/gpl3/gcc/lib/libbacktrace/arch/i386/backtrace-supported.h up to 1.2
external/gpl3/gcc/lib/libbacktrace/arch/i386/config.h up to 1.2
external/gpl3/gcc/lib/libbacktrace/arch/m68000/backtrace-supported.h up to 1.2
external/gpl3/gcc/lib/libbacktrace/arch/m68000/config.h up to 1.2
external/gpl3/gcc/lib/libbacktrace/arch/m68k/backtrace-supported.h up to 1.2
external/gpl3/gcc/lib/libbacktrace/arch/m68k/config.h up to 1.2
external/gpl3/gcc/lib/libbacktrace/arch/mips64eb/backtrace-supported.h up to 1.2
external/gpl3/gcc/lib/libbacktrace/arch/mips64eb/config.h up to 1.2
external/gpl3/gcc/lib/libbacktrace/arch/mips64el/backtrace-supported.h up to 1.2
external/gpl3/gcc/lib/libbacktrace/arch/mips64el/config.h up to 1.2
external/gpl3/gcc/lib/libbacktrace/arch/mipseb/backtrace-supported.h up to 1.3
external/gpl3/gcc/lib/libbacktrace/arch/mipseb/config.h up to 1.3
external/gpl3/gcc/lib/libbacktrace/arch/mipsel/backtrace-supported.h up to 1.3
external/gpl3/gcc/lib/libbacktrace/arch/mipsel/config.h up to 1.3
external/gpl3/gcc/lib/libbacktrace/arch/powerpc/backtrace-supported.h up to 1.2
external/gpl3/gcc/lib/libbacktrace/arch/powerpc/config.h up to 1.2
external/gpl3/gcc/lib/libbacktrace/arch/powerpc64/backtrace-supported.h up to 1.2
external/gpl3/gcc/lib/libbacktrace/arch/powerpc64/config.h up to 1.2
external/gpl3/gcc/lib/libbacktrace/arch/sh3eb/backtrace-supported.h up to 1.3
external/gpl3/gcc/lib/libbacktrace/arch/sh3eb/config.h up to 1.3
external/gpl3/gcc/lib/libbacktrace/arch/sh3el/backtrace-supported.h up to 1.3
external/gpl3/gcc/lib/libbacktrace/arch/sh3el/config.h up to 1.3
external/gpl3/gcc/lib/libbacktrace/arch/sparc/backtrace-supported.h up to 1.3
external/gpl3/gcc/lib/libbacktrace/arch/sparc/config.h up to 1.3
external/gpl3/gcc/lib/libbacktrace/arch/sparc64/backtrace-supported.h up to 1.2
external/gpl3/gcc/lib/libbacktrace/arch/sparc64/config.h up to 1.2
external/gpl3/gcc/lib/libbacktrace/arch/vax/backtrace-supported.h up to 1.3
external/gpl3/gcc/lib/libbacktrace/arch/vax/config.h up to 1.3
external/gpl3/gcc/lib/libbacktrace/arch/x86_64/backtrace-supported.h up to 1.2
external/gpl3/gcc/lib/libbacktrace/arch/x86_64/config.h up to 1.2
external/gpl3/gcc/lib/libgcc/Makefile.inc up to 1.29
external/gpl3/gcc/lib/libgcc/arch/m68000/defs.mk up to 1.2
external/gpl3/gcc/lib/libgcc/arch/powerpc64/defs.mk up to 1.3
external/gpl3/gcc/lib/libgcc/libgcc_s/Makefile up to 1.11
external/gpl3/gcc/lib/libgcc/libgcov/arch/alpha/gcov-iov.h up to 1.6
external/gpl3/gcc/lib/libgcc/libgcov/arch/arm/gcov-iov.h up to 1.6
external/gpl3/gcc/lib/libgcc/libgcov/arch/armeb/gcov-iov.h up to 1.6
external/gpl3/gcc/lib/libgcc/libgcov/arch/coldfire/gcov-iov.h up to 1.5
external/gpl3/gcc/lib/libgcc/libgcov/arch/earm/gcov-iov.h up to 1.6
external/gpl3/gcc/lib/libgcc/libgcov/arch/earmeb/gcov-iov.h up to 1.5
external/gpl3/gcc/lib/libgcc/libgcov/arch/earmhf/gcov-iov.h up to 1.5
external/gpl3/gcc/lib/libgcc/libgcov/arch/earmhfeb/gcov-iov.h up to 1.5
external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv4/gcov-iov.h up to 1.5
external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv4eb/gcov-iov.h up to 1.5
external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6/gcov-iov.h up to 1.5
external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6eb/gcov-iov.h up to 1.5
external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6hf/gcov-iov.h up to 1.5
external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6hfeb/gcov-iov.h up to 1.5
external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv7/gcov-iov.h up to 1.5
external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv7eb/gcov-iov.h up to 1.5
external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv7hf/gcov-iov.h up to 1.5
external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv7hfeb/gcov-iov.h up to 1.5
external/gpl3/gcc/lib/libgcc/libgcov/arch/hppa/gcov-iov.h up to 1.6
external/gpl3/gcc/lib/libgcc/libgcov/arch/i386/gcov-iov.h up to 1.6
external/gpl3/gcc/lib/libgcc/libgcov/arch/m68000/gcov-iov.h up to 1.5
external/gpl3/gcc/lib/libgcc/libgcov/arch/m68k/gcov-iov.h up to 1.6
external/gpl3/gcc/lib/libgcc/libgcov/arch/mips64eb/gcov-iov.h up to 1.6
external/gpl3/gcc/lib/libgcc/libgcov/arch/mips64el/gcov-iov.h up to 1.6
external/gpl3/gcc/lib/libgcc/libgcov/arch/mipseb/gcov-iov.h up to 1.6
external/gpl3/gcc/lib/libgcc/libgcov/arch/mipsel/gcov-iov.h up to 1.6
external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc/gcov-iov.h up to 1.6
external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc64/gcov-iov.h up to 1.4
external/gpl3/gcc/lib/libgcc/libgcov/arch/sh3eb/gcov-iov.h up to 1.6
external/gpl3/gcc/lib/libgcc/libgcov/arch/sh3el/gcov-iov.h up to 1.6
external/gpl3/gcc/lib/libgcc/libgcov/arch/sparc/gcov-iov.h up to 1.6
external/gpl3/gcc/lib/libgcc/libgcov/arch/sparc64/gcov-iov.h up to 1.6
external/gpl3/gcc/lib/libgcc/libgcov/arch/vax/gcov-iov.h up to 1.6
external/gpl3/gcc/lib/libgcc/libgcov/arch/x86_64/gcov-iov.h up to 1.6
external/gpl3/gcc/lib/libgomp/arch/m68000/config.h up to 1.3
external/gpl3/gcc/lib/libgomp/arch/m68000/libgomp.spec up to 1.3
external/gpl3/gcc/lib/libiberty/arch/coldfire/config.h up to 1.3
external/gpl3/gcc/lib/libiberty/arch/m68000/config.h up to 1.3
external/gpl3/gcc/lib/liblto_plugin/Makefile up to 1.3
external/gpl3/gcc/lib/libmudflap/Makefile up to 1.6
external/gpl3/gcc/lib/libobjc/arch/m68000/config.h up to 1.3
external/gpl3/gcc/lib/libstdc++-v3/Makefile up to 1.19
external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++config.h up to 1.13
external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/gstdint.h up to 1.9
external/gpl3/gcc/lib/libstdc++-v3/arch/arm/c++config.h up to 1.16
external/gpl3/gcc/lib/libstdc++-v3/arch/arm/gstdint.h up to 1.9
external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/c++config.h up to 1.15
external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/gstdint.h up to 1.9
external/gpl3/gcc/lib/libstdc++-v3/arch/coldfire/c++config.h up to 1.8
external/gpl3/gcc/lib/libstdc++-v3/arch/coldfire/gstdint.h up to 1.7
external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++config.h up to 1.13
external/gpl3/gcc/lib/libstdc++-v3/arch/earm/gstdint.h up to 1.8
external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb/c++config.h up to 1.11
external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb/gstdint.h up to 1.7
external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/c++config.h up to 1.11
external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/gstdint.h up to 1.7
external/gpl3/gcc/lib/libstdc++-v3/arch/earmhfeb/c++config.h up to 1.9
external/gpl3/gcc/lib/libstdc++-v3/arch/earmhfeb/gstdint.h up to 1.7
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/c++config.h up to 1.8
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/gstdint.h up to 1.7
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4eb/c++config.h up to 1.8
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4eb/gstdint.h up to 1.7
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6/c++config.h up to 1.8
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6/gstdint.h up to 1.7
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6eb/c++config.h up to 1.8
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6eb/gstdint.h up to 1.7
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hf/c++config.h up to 1.8
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hf/gstdint.h up to 1.7
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hfeb/c++config.h up to 1.8
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hfeb/gstdint.h up to 1.7
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7/c++config.h up to 1.8
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7/gstdint.h up to 1.7
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7eb/c++config.h up to 1.8
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7eb/gstdint.h up to 1.7
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hf/c++config.h up to 1.8
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hf/gstdint.h up to 1.7
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hfeb/c++config.h up to 1.8
external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hfeb/gstdint.h up to 1.7
external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++config.h up to 1.14
external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gstdint.h up to 1.10
external/gpl3/gcc/lib/libstdc++-v3/arch/i386/c++config.h up to 1.13
external/gpl3/gcc/lib/libstdc++-v3/arch/i386/gstdint.h up to 1.9
external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/c++config.h up to 1.10
external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/gstdint.h up to 1.5
external/gpl3/gcc/lib/libstdc++-v3/arch/m68k/c++config.h up to 1.14
external/gpl3/gcc/lib/libstdc++-v3/arch/m68k/gstdint.h up to 1.8
external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/c++config.h up to 1.14
external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/gstdint.h up to 1.8
external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/c++config.h up to 1.13
external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/gstdint.h up to 1.9
external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/c++config.h up to 1.15
external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/gstdint.h up to 1.8
external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/c++config.h up to 1.14
external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/gstdint.h up to 1.8
external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/c++config.h up to 1.15
external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/gstdint.h up to 1.9
external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/c++config.h up to 1.5
external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/defs.mk up to 1.3
external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/gstdint.h up to 1.5
external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb/c++config.h up to 1.13
external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb/gstdint.h up to 1.9
external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/c++config.h up to 1.15
external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/gstdint.h up to 1.9
external/gpl3/gcc/lib/libstdc++-v3/arch/sparc/c++config.h up to 1.14
external/gpl3/gcc/lib/libstdc++-v3/arch/sparc/gstdint.h up to 1.8
external/gpl3/gcc/lib/libstdc++-v3/arch/sparc64/c++config.h up to 1.14
external/gpl3/gcc/lib/libstdc++-v3/arch/sparc64/gstdint.h up to 1.8
external/gpl3/gcc/lib/libstdc++-v3/arch/vax/c++config.h up to 1.16
external/gpl3/gcc/lib/libstdc++-v3/arch/vax/gstdint.h up to 1.8
external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64/c++config.h up to 1.15
external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64/gstdint.h up to 1.9
external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/Makefile up to 1.3
external/gpl3/gcc/usr.bin/Makefile up to 1.7
external/gpl3/gcc/usr.bin/backend/Makefile up to 1.23
external/gpl3/gcc/usr.bin/frontend/Makefile up to 1.9
external/gpl3/gcc/usr.bin/gcc/arch/alpha/auto-host.h up to 1.5
external/gpl3/gcc/usr.bin/gcc/arch/alpha/configargs.h up to 1.15
external/gpl3/gcc/usr.bin/gcc/arch/alpha/plugin-version.h up to 1.7
external/gpl3/gcc/usr.bin/gcc/arch/arm/auto-host.h up to 1.5
external/gpl3/gcc/usr.bin/gcc/arch/arm/configargs.h up to 1.17
external/gpl3/gcc/usr.bin/gcc/arch/arm/plugin-version.h up to 1.7
external/gpl3/gcc/usr.bin/gcc/arch/armeb/auto-host.h up to 1.6
external/gpl3/gcc/usr.bin/gcc/arch/armeb/configargs.h up to 1.17
external/gpl3/gcc/usr.bin/gcc/arch/armeb/plugin-version.h up to 1.7
external/gpl3/gcc/usr.bin/gcc/arch/coldfire/auto-host.h up to 1.5
external/gpl3/gcc/usr.bin/gcc/arch/coldfire/bversion.h up to 1.3
external/gpl3/gcc/usr.bin/gcc/arch/coldfire/configargs.h up to 1.9
external/gpl3/gcc/usr.bin/gcc/arch/coldfire/defs.mk up to 1.5
external/gpl3/gcc/usr.bin/gcc/arch/coldfire/plugin-version.h up to 1.6
external/gpl3/gcc/usr.bin/gcc/arch/coldfire/tm.h up to 1.3
external/gpl3/gcc/usr.bin/gcc/arch/earm/auto-host.h up to 1.7
external/gpl3/gcc/usr.bin/gcc/arch/earm/configargs.h up to 1.15
external/gpl3/gcc/usr.bin/gcc/arch/earm/plugin-version.h up to 1.7
external/gpl3/gcc/usr.bin/gcc/arch/earmeb/auto-host.h up to 1.5
external/gpl3/gcc/usr.bin/gcc/arch/earmeb/configargs.h up to 1.11
external/gpl3/gcc/usr.bin/gcc/arch/earmeb/plugin-version.h up to 1.6
external/gpl3/gcc/usr.bin/gcc/arch/earmhf/auto-host.h up to 1.6
external/gpl3/gcc/usr.bin/gcc/arch/earmhf/configargs.h up to 1.12
external/gpl3/gcc/usr.bin/gcc/arch/earmhf/plugin-version.h up to 1.6
external/gpl3/gcc/usr.bin/gcc/arch/earmhfeb/auto-host.h up to 1.4
external/gpl3/gcc/usr.bin/gcc/arch/earmhfeb/configargs.h up to 1.10
external/gpl3/gcc/usr.bin/gcc/arch/earmhfeb/plugin-version.h up to 1.6
external/gpl3/gcc/usr.bin/gcc/arch/earmv4/auto-host.h up to 1.4
external/gpl3/gcc/usr.bin/gcc/arch/earmv4/configargs.h up to 1.9
external/gpl3/gcc/usr.bin/gcc/arch/earmv4/plugin-version.h up to 1.6
external/gpl3/gcc/usr.bin/gcc/arch/earmv4eb/auto-host.h up to 1.4
external/gpl3/gcc/usr.bin/gcc/arch/earmv4eb/configargs.h up to 1.9
external/gpl3/gcc/usr.bin/gcc/arch/earmv4eb/plugin-version.h up to 1.6
external/gpl3/gcc/usr.bin/gcc/arch/earmv6/auto-host.h up to 1.4
external/gpl3/gcc/usr.bin/gcc/arch/earmv6/configargs.h up to 1.9
external/gpl3/gcc/usr.bin/gcc/arch/earmv6/plugin-version.h up to 1.6
external/gpl3/gcc/usr.bin/gcc/arch/earmv6eb/auto-host.h up to 1.4
external/gpl3/gcc/usr.bin/gcc/arch/earmv6eb/configargs.h up to 1.9
external/gpl3/gcc/usr.bin/gcc/arch/earmv6eb/plugin-version.h up to 1.6
external/gpl3/gcc/usr.bin/gcc/arch/earmv6hf/auto-host.h up to 1.4
external/gpl3/gcc/usr.bin/gcc/arch/earmv6hf/configargs.h up to 1.9
external/gpl3/gcc/usr.bin/gcc/arch/earmv6hf/plugin-version.h up to 1.6
external/gpl3/gcc/usr.bin/gcc/arch/earmv6hfeb/auto-host.h up to 1.4
external/gpl3/gcc/usr.bin/gcc/arch/earmv6hfeb/configargs.h up to 1.9
external/gpl3/gcc/usr.bin/gcc/arch/earmv6hfeb/plugin-version.h up to 1.6
external/gpl3/gcc/usr.bin/gcc/arch/earmv7/auto-host.h up to 1.4
external/gpl3/gcc/usr.bin/gcc/arch/earmv7/configargs.h up to 1.9
external/gpl3/gcc/usr.bin/gcc/arch/earmv7/plugin-version.h up to 1.6
external/gpl3/gcc/usr.bin/gcc/arch/earmv7eb/auto-host.h up to 1.4
external/gpl3/gcc/usr.bin/gcc/arch/earmv7eb/configargs.h up to 1.9
external/gpl3/gcc/usr.bin/gcc/arch/earmv7eb/plugin-version.h up to 1.6
external/gpl3/gcc/usr.bin/gcc/arch/earmv7hf/auto-host.h up to 1.4
external/gpl3/gcc/usr.bin/gcc/arch/earmv7hf/configargs.h up to 1.9
external/gpl3/gcc/usr.bin/gcc/arch/earmv7hf/plugin-version.h up to 1.6
external/gpl3/gcc/usr.bin/gcc/arch/earmv7hfeb/auto-host.h up to 1.4
external/gpl3/gcc/usr.bin/gcc/arch/earmv7hfeb/configargs.h up to 1.9
external/gpl3/gcc/usr.bin/gcc/arch/earmv7hfeb/plugin-version.h up to 1.6
external/gpl3/gcc/usr.bin/gcc/arch/hppa/auto-host.h up to 1.5
external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h up to 1.17
external/gpl3/gcc/usr.bin/gcc/arch/hppa/plugin-version.h up to 1.7
external/gpl3/gcc/usr.bin/gcc/arch/i386/auto-host.h up to 1.5
external/gpl3/gcc/usr.bin/gcc/arch/i386/configargs.h up to 1.19
external/gpl3/gcc/usr.bin/gcc/arch/i386/plugin-version.h up to 1.7
external/gpl3/gcc/usr.bin/gcc/arch/m68000/auto-host.h up to 1.6
external/gpl3/gcc/usr.bin/gcc/arch/m68000/bversion.h up to 1.4
external/gpl3/gcc/usr.bin/gcc/arch/m68000/configargs.h up to 1.12
external/gpl3/gcc/usr.bin/gcc/arch/m68000/defs.mk up to 1.7
external/gpl3/gcc/usr.bin/gcc/arch/m68000/plugin-version.h up to 1.5
external/gpl3/gcc/usr.bin/gcc/arch/m68000/tm.h up to 1.3
external/gpl3/gcc/usr.bin/gcc/arch/m68k/auto-host.h up to 1.6
external/gpl3/gcc/usr.bin/gcc/arch/m68k/configargs.h up to 1.14
external/gpl3/gcc/usr.bin/gcc/arch/m68k/plugin-version.h up to 1.7
external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/auto-host.h up to 1.5
external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/configargs.h up to 1.15
external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/plugin-version.h up to 1.7
external/gpl3/gcc/usr.bin/gcc/arch/mips64el/auto-host.h up to 1.6
external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h up to 1.16
external/gpl3/gcc/usr.bin/gcc/arch/mips64el/plugin-version.h up to 1.7
external/gpl3/gcc/usr.bin/gcc/arch/mipseb/auto-host.h up to 1.5
external/gpl3/gcc/usr.bin/gcc/arch/mipseb/configargs.h up to 1.15
external/gpl3/gcc/usr.bin/gcc/arch/mipseb/plugin-version.h up to 1.7
external/gpl3/gcc/usr.bin/gcc/arch/mipsel/auto-host.h up to 1.5
external/gpl3/gcc/usr.bin/gcc/arch/mipsel/configargs.h up to 1.16
external/gpl3/gcc/usr.bin/gcc/arch/mipsel/plugin-version.h up to 1.7
external/gpl3/gcc/usr.bin/gcc/arch/powerpc/auto-host.h up to 1.5
external/gpl3/gcc/usr.bin/gcc/arch/powerpc/configargs.h up to 1.21
external/gpl3/gcc/usr.bin/gcc/arch/powerpc/plugin-version.h up to 1.7
external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/auto-host.h up to 1.4
external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/bversion.h up to 1.3
external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/configargs.h up to 1.6
external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/defs.mk up to 1.4
external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/gtyp-input.list up to 1.3
external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/multilib.h up to 1.3
external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/plugin-version.h up to 1.3
external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/tm.h up to 1.3
external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/auto-host.h up to 1.5
external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/configargs.h up to 1.16
external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/plugin-version.h up to 1.7
external/gpl3/gcc/usr.bin/gcc/arch/sh3el/auto-host.h up to 1.5
external/gpl3/gcc/usr.bin/gcc/arch/sh3el/configargs.h up to 1.18
external/gpl3/gcc/usr.bin/gcc/arch/sh3el/plugin-version.h up to 1.7
external/gpl3/gcc/usr.bin/gcc/arch/sparc/auto-host.h up to 1.5
external/gpl3/gcc/usr.bin/gcc/arch/sparc/configargs.h up to 1.16
external/gpl3/gcc/usr.bin/gcc/arch/sparc/plugin-version.h up to 1.7
external/gpl3/gcc/usr.bin/gcc/arch/sparc64/auto-host.h up to 1.7
external/gpl3/gcc/usr.bin/gcc/arch/sparc64/configargs.h up to 1.17
external/gpl3/gcc/usr.bin/gcc/arch/sparc64/plugin-version.h up to 1.7
external/gpl3/gcc/usr.bin/gcc/arch/vax/auto-host.h up to 1.6
external/gpl3/gcc/usr.bin/gcc/arch/vax/configargs.h up to 1.17
external/gpl3/gcc/usr.bin/gcc/arch/vax/plugin-version.h up to 1.7
external/gpl3/gcc/usr.bin/gcc/arch/x86_64/auto-host.h up to 1.5
external/gpl3/gcc/usr.bin/gcc/arch/x86_64/configargs.h up to 1.20
external/gpl3/gcc/usr.bin/gcc/arch/x86_64/plugin-version.h up to 1.7
external/gpl3/gcc/usr.bin/libcpp/arch/alpha/config.h up to 1.3
external/gpl3/gcc/usr.bin/libcpp/arch/armeb/config.h up to 1.2
external/gpl3/gcc/usr.bin/libcpp/arch/x86_64/config.h up to 1.3
distrib/sets/lists/base/ad.arm 1.58
distrib/sets/lists/base/ad.arm 1.61
distrib/sets/lists/base/ad.mips 1.53
distrib/sets/lists/base/ad.mips 1.56
distrib/sets/lists/base/ad.powerpc 1.22
distrib/sets/lists/base/ad.powerpc 1.25
distrib/sets/lists/base/ad.powerpc 1.26
distrib/sets/lists/base/md.amd64 1.249
distrib/sets/lists/base/md.amd64 1.252
distrib/sets/lists/base/md.sparc64 1.237
distrib/sets/lists/base/md.sparc64 1.240
distrib/sets/lists/base/shl.mi 1.718
distrib/sets/lists/base/shl.mi 1.721
distrib/sets/lists/base/shl.mi 1.722
distrib/sets/lists/comp/ad.arm 1.62
distrib/sets/lists/comp/ad.mips 1.52
distrib/sets/lists/comp/ad.powerpc 1.74
distrib/sets/lists/comp/ad.powerpc 1.75
distrib/sets/lists/comp/md.amd64 1.226
distrib/sets/lists/comp/md.sparc64 1.189
distrib/sets/lists/comp/mi 1.1918
distrib/sets/lists/comp/mi 1.1919
distrib/sets/lists/comp/mi 1.1937
distrib/sets/lists/comp/mi 1.1937
distrib/sets/lists/comp/shl.mi 1.268
distrib/sets/lists/comp/shl.mi 1.268
distrib/sets/lists/comp/shl.mi 1.269
distrib/sets/lists/debug/ad.arm 1.47
distrib/sets/lists/debug/ad.arm 1.50
distrib/sets/lists/debug/ad.mips 1.43
distrib/sets/lists/debug/ad.mips 1.46
distrib/sets/lists/debug/ad.powerpc 1.23
distrib/sets/lists/debug/ad.powerpc 1.26
distrib/sets/lists/debug/md.amd64 1.67
distrib/sets/lists/debug/md.amd64 1.70
distrib/sets/lists/debug/md.evbmips 1.5
distrib/sets/lists/debug/md.sparc64 1.66
distrib/sets/lists/debug/md.sparc64 1.69
distrib/sets/lists/debug/mi 1.101
distrib/sets/lists/debug/mi 1.101
distrib/sets/lists/debug/mi 1.90
distrib/sets/lists/debug/mi 1.91
distrib/sets/lists/debug/shl.mi 1.77
distrib/sets/lists/debug/shl.mi 1.80
distrib/sets/lists/debug/shl.mi 1.81
lib/Makefile 1.216
lib/Makefile 1.217
lib/Makefile 1.218
lib/libexecinfo/Makefile 1.6
lib/libexecinfo/Makefile 1.7
lib/libexecinfo/Makefile 1.8
lib/libexecinfo/unwind.h 1.3
sys/lib/libunwind/Makefile.inc 1.10

Sync gcc and its libraries with -current, including the import
of gcc 4.8.4, fixes to the use of cpu specific string instructions
on powerpc and a branch delay slot fix for SH from upstream.


# 1.12.2.1 15-Oct-2014 martin

Apply patch, requested by mrg in #143:
mknative for updated gcc.