This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Target hook for ASM_FILE_END
- From: Richard Earnshaw <rearnsha at arm dot com>
- To: Zack Weinberg <zack at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org, Richard dot Earnshaw at arm dot com
- Date: Fri, 06 Jun 2003 16:20:42 +0100
- Subject: Re: Target hook for ASM_FILE_END
- Organization: ARM Ltd.
- Reply-to: Richard dot Earnshaw at arm dot com
> > I will apply this after (a) an i686-linux bootstrap, (b) compiling cc1
> > of a cross compiler to each of: i386-darwin, powerpc-darwin,
> > alpha-unicosmk, alpha-linux, arm-aof, avr-elf, c4x-elf, h8300-hms,
> > i370-linux, i386-mingw32, x86_64-linux, ia64-hpux, ip2k-elf,
> > m68k-linux, mips-irix6, mips-elf, mmix-mmixware, hppa1.0-hpux10,
> > powerpc-linux, powerpc64-linux, rs6000-aix4, s390-linux, sparc-linux,
> > sparc64-linux. It is my belief that this covers all the affected
> > code.
>
> I think you should also try an arm-elf target as well. If I understand
> the patch correctly I think that it will lead to link errors (since
> aof_file_end() will not be present).
Never mind. I'd missed the "#else" on the line below.
R.