History log of /netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/symver-config.h (Results 1 – 12 of 12)
Revision Date Author Comments
# 1c5494c1 30-Jun-2024 mrg <mrg@NetBSD.org>

mknative-gcc for GCC 12.4.0 and everyone except ia64.


# ef940a12 25-Feb-2024 mrg <mrg@NetBSD.org>

mknative-gcc for most targets and enabling isl.


# cf89d143 31-Jul-2023 mrg <mrg@NetBSD.org>

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

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.

show more ...


# ebba80da 11-Jul-2023 mrg <mrg@NetBSD.org>

mknative-gcc for GCC 10.5.0.


# 22cfb1f2 16-Aug-2021 mrg <mrg@NetBSD.org>

install experimental/* and ext/opt_random.h. they're expected to
be there (and the latter was removed by accident.)

regen for everyone (also picks up missing tgmath.h for many ports.)

fixes build

install experimental/* and ext/opt_random.h. they're expected to
be there (and the latter was removed by accident.)

regen for everyone (also picks up missing tgmath.h for many ports.)

fixes build of pkgsrc/databases/mongodb for me.

show more ...


# 9a218c99 11-Apr-2021 mrg <mrg@NetBSD.org>

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


# 3d883ed1 05-Sep-2020 mrg <mrg@NetBSD.org>

mknative-gcc for gcc 9.3.0 and arm, earmv[467]*, i386, mipseb, mips64*,
and powerpc64.


# 64d99cf9 11-Mar-2020 mrg <mrg@NetBSD.org>

mknative-gcc for all platforms for GCC 8.4.0.


# cc42bf7e 07-Mar-2020 mrg <mrg@NetBSD.org>

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.


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


# 41cead3c 02-Oct-2019 mrg <mrg@NetBSD.org>

mknative-gcc for GCC 8.3 and all ports.


# 2b0e0692 27-Feb-2019 mrg <mrg@NetBSD.org>

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