Thanks -- I've found it With binutils 2.14 and older, there was only a warning in AS. Now it is an error and compilation fails. I'll write a patch to update elfod.h to fix this On 29 Jun 2004 22:54:48 -0400 Ian Lance Taylor <ian@xxxxxxxxxxxxxxxxx> wrote: > AKubbat <AKubbat@xxxxxxxxxxx> writes: > > > Apparently I've stumbled into exactly this problem that GCC uses @ instead > > of % when generating code for ARM-ELF. > > Does anyone know a proper patch to fix this issue ? > > Look at ASM_OUTPUT_SECTION_NAME in gcc/config/elfos.h. > > Ian == Andreas