[Bug libgcc/60464] [arm] ARM -mthumb version of libgcc contains ARM (non-thumb) code; not safe for thumb-only architectures

2014-03-08 Thread jeremygccb at baymoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60464 --- Comment #7 from Jeremy Cooper --- I have managed to resolve the problem by doing two things. However, one of them is still distasteful (editing the GCC 4.8.2 source). 1. Edited gcc/config/arm/t-arm-elf, uncommenting the following lines: MULT

[Bug libgcc/60464] [arm] ARM -mthumb version of libgcc contains ARM (non-thumb) code; not safe for thumb-only architectures

2014-03-07 Thread jeremygccb at baymoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60464 --- Comment #6 from Jeremy Cooper --- (In reply to Andrew Pinski from comment #4) > Can you configure with --with-arch=armv7-m and try again? You might need to > edit config/arm/t-arm-elf to enable only the multi-lib that you need. I am sorry if

[Bug libgcc/60464] [arm] ARM -mthumb version of libgcc contains ARM (non-thumb) code; not safe for thumb-only architectures

2014-03-07 Thread jeremygccb at baymoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60464 Jeremy Cooper changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug libgcc/60464] [arm] ARM -mthumb version of libgcc contains ARM (non-thumb) code; not safe for thumb-only architectures

2014-03-07 Thread jeremygccb at baymoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60464 --- Comment #1 from Jeremy Cooper --- Seeing as this could be an assembler bug, my arm-none-eabi-as is: $ arm-none-eabi-as -v GNU assembler version 2.23.2 (arm-none-eabi) using BFD version (GNU Binutils) 2.23.2

[Bug libgcc/60464] New: [arm] ARM -mthumb version of libgcc contains ARM (non-thumb) code; not safe for thumb-only architectures

2014-03-07 Thread jeremygccb at baymoo dot org
Status: UNCONFIRMED Severity: critical Priority: P3 Component: libgcc Assignee: unassigned at gcc dot gnu.org Reporter: jeremygccb at baymoo dot org SUMMARY Configuring and building gcc 4.8.2 for the target 'arm-none-eabi' results