History log of /netbsd-src/external/gpl3/gcc.old/usr.bin/libcpp/arch/coldfire/config.h (Results 1 – 5 of 5)
Revision Date Author Comments
# 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 ...


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

merge gcc 7.4 into gcc.old part 3 (last?)


# 7a0caf96 23-Jul-2017 mrg <mrg@NetBSD.org>

merge GCC 5.4 into gcc.old.


# 34a1d025 23-Sep-2015 mrg <mrg@NetBSD.org>

re-merge GCC 4.8.5 (part 1).


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