#
4fe0f936 |
| 30-Jun-2024 |
mrg <mrg@NetBSD.org> |
merge GCC 12.4.0.
|
#
e9e6e0f6 |
| 30-Jul-2023 |
mrg <mrg@NetBSD.org> |
initial merge of GCC 12.3.0.
this doesn't include any of the changes to the .c -> .cc files renamed, and reverts our local changes to the vax port and libsanitizer subdir. vax GCC was rewritten and
initial merge of GCC 12.3.0.
this doesn't include any of the changes to the .c -> .cc files renamed, and reverts our local changes to the vax port and libsanitizer subdir. vax GCC was rewritten and our local fixes no longer are relevant, and the new libsanitizer is more updated than our old one, and merging via gcc10->gcc12 is not really possible.
unfortunately, our local changes to libsanitizer that aren't related to the general update of those sources (ie, the netbsd code) will need to be re-checked and perhaps re-ported.
show more ...
|
#
9f30ce74 |
| 22-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge GCC 10.4.0.
|
#
43265c03 |
| 11-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial merge of GCC 10.3.0.
these three files are not yet finished merging:
gcc/config/rs6000/rs6000.c libsanitizer/lsan/lsan_allocator.h libsanitizer/sanitizer_common/sanitizer_platform_limits_po
initial merge of GCC 10.3.0.
these three files are not yet finished merging:
gcc/config/rs6000/rs6000.c libsanitizer/lsan/lsan_allocator.h libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.h
our current GCC 9 sanitizers are newer than GCC 10's still, so that may take a little to untease, so it's probable that more than these 2 will need more changes.
rs6000.c has some changes related to ABI and supported functionality that need to be merged forward.
show more ...
|
#
654d12c0 |
| 05-Sep-2020 |
mrg <mrg@NetBSD.org> |
merge GCC 9.3.0.
|
#
83b68139 |
| 11-Mar-2020 |
mrg <mrg@NetBSD.org> |
merge GCC 8.4.0.
|
#
3f8cba22 |
| 01-Oct-2019 |
mrg <mrg@NetBSD.org> |
merge GCC 8.3.0 pass 1. will not compile yet. thare are still about 25 files with merge issues.
|
#
a41324a9 |
| 19-Jan-2019 |
mrg <mrg@NetBSD.org> |
first pass at merging GCC 7.4.0. unlikely to compile..
|
#
d64c77df |
| 04-Nov-2018 |
mrg <mrg@NetBSD.org> |
merge GCC 6.5. needs mknative as some new files appeared.
|
#
cdbfa754 |
| 02-Feb-2018 |
mrg <mrg@NetBSD.org> |
merge GCC 6.4.0. sanitizer stuff is probably busted, but most other changes merged easily.
docs need to be regenerated with modern versions still.
|
#
846a441f |
| 17-Jul-2017 |
joerg <joerg@NetBSD.org> |
Detect advance_loc support with readelf, not objdump. The latter is broken in some situations before binutils 2.28.
|
#
2303aa3b |
| 09-Jun-2016 |
mrg <mrg@NetBSD.org> |
enable checks for no dot syms on netbsd ppc64, fixes build issues in libutil where the opd() function conflicts with the .opd section.
remove a couple of tainted defines that are handled differently
enable checks for no dot syms on netbsd ppc64, fixes build issues in libutil where the opd() function conflicts with the .opd section.
remove a couple of tainted defines that are handled differently now.
this, with mknative-gcc as well, enables ppc64 world to build again.
show more ...
|
#
bf2dc96f |
| 07-Jun-2016 |
mrg <mrg@NetBSD.org> |
merge GCC 5.4.0. (needs mknative, may not build yet.)
|
#
d35849d0 |
| 24-Jan-2016 |
mrg <mrg@NetBSD.org> |
merge GCC 5.3. round 1. this probably won't work :-)
libsanitizer likely needs to be re-ported, though i've done most of the updating we'll need i think already.
|
#
9e7510ab |
| 31-Mar-2015 |
matt <matt@NetBSD.org> |
Update RISCV tls assembly tests
|
#
94b9bff5 |
| 10-Jan-2015 |
mrg <mrg@NetBSD.org> |
merge GCC 4.8.4.
|
#
41b40da6 |
| 19-Sep-2014 |
matt <matt@NetBSD.org> |
Add RISC-V support.
|
#
6fac5056 |
| 27-May-2014 |
skrll <skrll@NetBSD.org> |
Resolve conflicts
|
#
7f226bea |
| 19-Apr-2014 |
apb <apb@NetBSD.org> |
Set ac_install_sh="$SHELL $ac_aux_dir/$ac_t -c" instead of ac_install_sh="$ac_aux_dir/$ac_t -c" in all configure scripts in the gcc/dist tree. This ensures that the install-sh script is always run un
Set ac_install_sh="$SHELL $ac_aux_dir/$ac_t -c" instead of ac_install_sh="$ac_aux_dir/$ac_t -c" in all configure scripts in the gcc/dist tree. This ensures that the install-sh script is always run under the correct shell.
show more ...
|
#
e76a6f19 |
| 03-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge GCC r208254.
|
#
d77920cc |
| 01-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge gcc 4.8.2 r206687 (part 2).
|
#
93a23621 |
| 19-Jul-2013 |
matt <matt@NetBSD.org> |
Configury changes to match tuple of m5407--netbsdelf as a variant of m68k--netbself but with a coldfire cpu (m5475). Fix m68010 to actually properly default to m68010.
|
#
7ae732f1 |
| 18-Sep-2012 |
skrll <skrll@NetBSD.org> |
Resolve conflicts.
|
#
f90498bd |
| 21-Jun-2011 |
mrg <mrg@NetBSD.org> |
pull across these revisions from gcc 4.1:
configure: revision 1.12 date: 2011/03/10 15:14:49; author: skrll; state: Exp; lines: +1 -1 Look for TLS on hppa on netbsd.
configure.ac: revision 1.11
pull across these revisions from gcc 4.1:
configure: revision 1.12 date: 2011/03/10 15:14:49; author: skrll; state: Exp; lines: +1 -1 Look for TLS on hppa on netbsd.
configure.ac: revision 1.11 date: 2011/03/10 15:14:49; author: skrll; state: Exp; lines: +1 -1 Look for TLS on hppa on netbsd.
show more ...
|
#
2f4e9d03 |
| 21-Jun-2011 |
mrg <mrg@NetBSD.org> |
merge forward our changes into the GCC 4.5.3 tree. mostly from chuq.
|