Subject: CVS commit: [netbsd-1-6] gnusrc/gnu/dist/toolchain/gcc/config/arm
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 11/16/2002 11:22:16
Module Name:	gnusrc
Committed By:	he
Date:		Sat Nov 16 09:22:16 UTC 2002

Modified Files:
	gnusrc/gnu/dist/toolchain/gcc/config/arm [netbsd-1-6]: arm.c

Log Message:
Pull up revision 1.6 (requested by thorpej in ticket #635):
   o Add -march=armv5, -march=armv5t, -march=armv5te, which are
     internally treated like -march=armv4t, but which generate
     __ARM_ARCH_5__, __ARM_ARCH_5T__, and __ARM_ARCH_5TE__
     defines, respectively.
   o Add -mcpu=xscale, which is internally treated like
     -mcpu=strongarm, but which generates __ARM_ARCH_5TE__ and
     __XSCALE__ defines.

  These command-line options and definitions are consistent
  with gcc 3.x, and allow NetBSD Makefiles to use them in a
  forward-compatible way, and also give hand-tuned source
  code (e.g. assembly) a chance of tuning for XScale.


To generate a diff of this commit:
cvs rdiff -r1.5.2.1 -r1.5.2.2 gnusrc/gnu/dist/toolchain/gcc/config/arm/arm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.