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:21:48
Module Name: gnusrc
Committed By: he
Date: Sat Nov 16 09:21:48 UTC 2002
Modified Files:
gnusrc/gnu/dist/toolchain/gcc/config/arm [netbsd-1-6]: arm.h
Log Message:
Pull up revision 1.5 (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.4.2.2 -r1.4.2.3 gnusrc/gnu/dist/toolchain/gcc/config/arm/arm.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.