History log of /netbsd/external/gpl3/gcc/dist/gcc/output.h (Results 1 – 12 of 12)
Revision Date Author Comments
# 2f055536 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 ...


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

merge GCC 9.3.0.


# 4df0dba4 11-Mar-2020 mrg <mrg@NetBSD.org>

merge GCC 8.4.0.


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


# 97fc1b9f 14-Feb-2019 mrg <mrg@NetBSD.org>

put joerg's varasm.c patch back with additional upstream fixes. now
crtbegin.o has a read-only .eh_frame, and libstdc++ builds.


2017-09-01 Joerg Sonnenberger <joerg@bec.de>
Jeff Law

put joerg's varasm.c patch back with additional upstream fixes. now
crtbegin.o has a read-only .eh_frame, and libstdc++ builds.


2017-09-01 Joerg Sonnenberger <joerg@bec.de>
Jeff Law <law@redhat.com>

* varasm.c (bss_initializer_p): Do not put constants into .bss
(categorize_decl_for_section): Handle bss_initializer_p returning
false when DECL_INITIAL is NULL.

2017-11-27 Jakub Jelinek <jakub@redhat.com>

PR target/83100
* varasm.c (bss_initializer_p): Return true for DECL_COMMON
TREE_READONLY decls.

2018-02-09 Jakub Jelinek <jakub@redhat.com>

PR middle-end/84237
* output.h (bss_initializer_p): Add NAMED argument, defaulted to false.
* varasm.c (bss_initializer_p): Add NAMED argument, if true, ignore
TREE_READONLY bit.
(get_variable_section): For decls in named .bss* sections pass true as
second argument to bss_initializer_p.

show more ...


# 3bf62c3f 19-Jan-2019 mrg <mrg@NetBSD.org>

first pass at merging GCC 7.4.0. unlikely to compile..


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


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


# 2b1b424d 01-Mar-2014 mrg <mrg@NetBSD.org>

merge gcc 4.8.2 r206687 (part 3).


# 76bb5588 01-Mar-2014 mrg <mrg@NetBSD.org>

merge gcc 4.8.2 r206687 (part 1).


# 29c583bf 18-Oct-2013 apb <apb@NetBSD.org>

When building gcc using clang, avoid trying to use
__attribute__((__format__(__asm_fprintf__, ...)))
because clang doesn't support that.


# c3d31fe1 21-Jun-2011 mrg <mrg@NetBSD.org>

initial import of GCC 4.5.3 sources. changes since 4.1 are way too numerous
to review, please see http://gcc.gnu.org/gcc-4.5/changes.html (and the 4.2,
4.3 and 4.4 versions, too.)

this includes the

initial import of GCC 4.5.3 sources. changes since 4.1 are way too numerous
to review, please see http://gcc.gnu.org/gcc-4.5/changes.html (and the 4.2,
4.3 and 4.4 versions, too.)

this includes the core, c++, objc and the non java/ada/fortran parts of the
testsuite.

show more ...