dslinux/toolchain/8bit arm.h

amadeus dslinux_amadeus at user.in-berlin.de
Sun Oct 29 14:38:34 CET 2006


Update of /cvsroot/dslinux/dslinux/toolchain/8bit
In directory antilope:/tmp/cvs-serv18481/toolchain/8bit

Modified Files:
	arm.h 
Log Message:
minimize diffs

Index: arm.h
===================================================================
RCS file: /cvsroot/dslinux/dslinux/toolchain/8bit/arm.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- arm.h	29 Oct 2006 13:00:04 -0000	1.2
+++ arm.h	29 Oct 2006 13:38:32 -0000	1.3
@@ -799,7 +799,6 @@
 
 /* 1 for registers that have pervasive standard uses
    and are not available for the register allocator.  */
-
 #define FIXED_REGISTERS \
 {                       \
   0,0,0,0,0,0,0,0,	\
@@ -826,7 +825,6 @@
    Aside from that, you can include as many other registers as you like.
    The CC is not preserved over function calls on the ARM 6, so it is
    easier to assume this for all.  SFP is preserved, since FP is.  */
-
 #define CALL_USED_REGISTERS  \
 {                            \
   1,1,1,1,0,0,0,0,	     \




More information about the dslinux-commit mailing list