#
840b4d17 |
| 14-Jul-2023 |
mrg <mrg@NetBSD.org> |
merge GCC 10.5.0 in gcc.old
|
#
ec02198a |
| 20-Feb-2023 |
mrg <mrg@NetBSD.org> |
merge GCC 10.4 into gcc.old.
|
#
0fc04c29 |
| 09-Apr-2021 |
mrg <mrg@NetBSD.org> |
merge GCC 9.3 into gcc.old.
|
#
c7a68eb7 |
| 19-Aug-2020 |
mrg <mrg@NetBSD.org> |
merge GCC 8.4 into gcc.old.
|
#
f9e690ca |
| 13-Aug-2020 |
mrg <mrg@NetBSD.org> |
regen mknative files for GCC 7.5.
|
#
52e773d1 |
| 08-Mar-2020 |
mgorny <mgorny@NetBSD.org> |
Enable EOWNERDEAD & ENOTRECOVERABLE in libstdc++
|
#
822d8d66 |
| 24-Oct-2019 |
kamil <kamil@NetBSD.org> |
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 incomp
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@.
show more ...
|
#
63d1a8ab |
| 26-Sep-2019 |
mrg <mrg@NetBSD.org> |
merge gcc 7.4 into gcc.old part 3 (last?)
|
#
d95c8fce |
| 20-Jun-2019 |
mrg <mrg@NetBSD.org> |
delete GCC 6.5. every platform has been on GCC 7 for a while now.
|
#
eee8e10f |
| 11-Nov-2018 |
mrg <mrg@NetBSD.org> |
merge GCC 6.5.0 into gcc.old.
|
#
d306d5ca |
| 05-Sep-2018 |
mrg <mrg@NetBSD.org> |
merge in missing changes from gcc to gcc.old (both GCC 6.4.):
-- redo mknative-gcc for all ports. main changes include: - "#define HAVE_CC_TLS 1" for most/all ports, thanks maya@ - "#define _GLIBCX
merge in missing changes from gcc to gcc.old (both GCC 6.4.):
-- 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 -- regen to pull out INTERNAL_CFLAGS. -- pull -DHAVE_CC_TLS out of $(INTERNAL_CFLAGS) if it is there, and add it to CPPFLAGS.
this fixes PR#53567 for me.
show more ...
|
#
4e71eac4 |
| 02-Aug-2018 |
mrg <mrg@NetBSD.org> |
merge GCC 6.4 into gcc.old.
|
#
754e6d67 |
| 14-Nov-2017 |
mrg <mrg@NetBSD.org> |
regen for GCC 5.5.
|
#
bf2c98b1 |
| 05-Oct-2017 |
christos <christos@NetBSD.org> |
re-run mknative to disable the libstdc++ "dual abi". Bump.
|
#
ee353519 |
| 23-Jul-2017 |
mrg <mrg@NetBSD.org> |
merge GCC 5.4 into gcc.old.
|
#
c3018c3b |
| 09-Oct-2016 |
skrll <skrll@NetBSD.org> |
Remove gcc.old now it is no longer used.
|
#
6663bb16 |
| 23-Sep-2015 |
mrg <mrg@NetBSD.org> |
re-merge GCC 4.8.5 (part 1).
|
#
b0ea01ce |
| 07-Apr-2015 |
mrg <mrg@NetBSD.org> |
delete GCC 4.5.
|
#
ebf5b196 |
| 25-Feb-2014 |
mrg <mrg@NetBSD.org> |
import the -current GCC 4.5 sources as gcc.old in preparation for upgrading the normal GCC to 4.8.
this tree has had ChangeLog entries removed, as well as all the other components we delete, and "on
import the -current GCC 4.5 sources as gcc.old in preparation for upgrading the normal GCC to 4.8.
this tree has had ChangeLog entries removed, as well as all the other components we delete, and "only" weighs in around 140MB now.
show more ...
|