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

2013-04-24 Thread Richard Earnshaw
On 19/04/13 22:40, 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] gcc: arm: linux-eabi: fix handling of armv4 bx fixups when linking

2013-04-19 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