History log of /netbsd/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7hfeb/symver-config.h (Results 1 – 6 of 6)
Revision Date Author Comments
# 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.


# 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 ...


# ac8e35e1 26-Sep-2019 mrg <mrg@NetBSD.org>

import GCC 7.4 as gcc.old