[Bug target/89093] [9 Regression] C++ exception handling clobbers d8 VFP register

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jan 29 12:47:00 GMT 2019


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89093

--- Comment #14 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
We require GNU make, so one can use something like:
unwind-arm.o unwind-c.o libunwind.o pr-support.o: CFLAGS += -mfpu=none
or similar in libgcc/config/arm/t-arm (or similar) with a comment explaining
the reason.  For eh_personality.o that needs to be done elsewhere and there are
no such makefile fragments (and libtool is used).


More information about the Gcc-bugs mailing list