This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 2.95.3 generates syntax-error in arm-elf-as
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@wasabisystems.com> wrote:
> AKubbat <AKubbat@necelam.com> 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