Re: [PATCH v2] gcc: arm: linux-eabi: fix handling of armv4 bx fixups when linking

2013-04-29 Thread Richard Earnshaw
On 28/04/13 04:52, Mike Frysinger wrote: The bpabi.h header already sets up defines to automatically use the --fix-v4bx flag with the assembler & linker as needed, and creates a default assembly & linker spec which uses those. Unfortunately, the linux-eabi.h header clobbers the LINK_SPEC define

[PATCH v2] gcc: arm: linux-eabi: fix handling of armv4 bx fixups when linking

2013-04-27 Thread Mike Frysinger
The bpabi.h header already sets up defines to automatically use the --fix-v4bx flag with the assembler & linker as needed, and creates a default assembly & linker spec which uses those. Unfortunately, the linux-eabi.h header clobbers the LINK_SPEC define and doesn't include the v4bx define when se