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
- From: Ian Lance Taylor <ian at wasabisystems dot com>
- To: AKubbat <AKubbat at necelam dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: 29 Jun 2004 22:54:48 -0400
- Subject: Re: GCC 2.95.3 generates syntax-error in arm-elf-as
- References: <20040629115329.0E02.AKUBBAT@necelam.com>
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