This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
ARM not using .file/.loc
- From: Daniel Jacobowitz <drow at mvista dot com>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 20 Nov 2002 17:21:17 -0500
- Subject: ARM not using .file/.loc
I noticed this the other day in config.gcc:
case "$target" in
i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* | x86_64*-*-* | hppa*-*-*)
insn="nop"
;;
ia64*-*-*)
insn="nop 0"
;;
esac
Any reason we shouldn't just add 'arm*-*-*' to the insn=nop case?
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer