History log of /netbsd/external/gpl3/gcc/dist/gcc/config/arm/bpabi.h (Results 1 – 13 of 13)
Revision Date Author Comments
# d9f24e1f 29-Apr-2021 mrg <mrg@NetBSD.org>

netbsd-eabi.h was never merged from the now present upstream version.
reduce diffs to upstream here and in other files in this subdir.

remove unused ARM_EABI_UNWIND_TABLES and __UNWIND_TABLES__.

cl

netbsd-eabi.h was never merged from the now present upstream version.
reduce diffs to upstream here and in other files in this subdir.

remove unused ARM_EABI_UNWIND_TABLES and __UNWIND_TABLES__.

clang defines __UNWIND_TABLES__, but doing this in GCC triggers the
need for more libgcc / libc unwind functionality to be added, and this
code has never been enabled for netbsd/earm. (could potentially clean
up unused code in libc now, or, revive this once the full support has
been implemented..)

show more ...


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


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


# 0e2119d6 07-Feb-2019 mrg <mrg@NetBSD.org>

- don't just undefine INIT_SECTION_ASM_OP and FINI_SECTION_ASM_OP,
define them to "" so that libgcc doesn't define __CTOR_LIST__.


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


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

merge gcc 4.8.2 r206687 (part 2).


# 90ecf19b 18-Sep-2012 skrll <skrll@NetBSD.org>

Resolve conflicts.


# 139740c9 06-Aug-2012 matt <matt@NetBSD.org>

a few more fixes (make unwinding correct for EABI)
improve link spec to with fix-v4bx and emulations
Add bpabi-netbsd.c to resolve problem with bpabi.c conflicting with bpabi.S


# ce60e18a 05-Aug-2012 matt <matt@NetBSD.org>

Add arm{,eb}--netbsdelf-eabi support. (still evolving)


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