dslinux/toolchain/8bit arm.h

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


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

Modified Files:
	arm.h 
Log Message:
Fix compiler switch description

Index: arm.h
===================================================================
RCS file: /cvsroot/dslinux/dslinux/toolchain/8bit/arm.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- arm.h	14 Aug 2006 17:53:45 -0000	1.1
+++ arm.h	29 Oct 2006 13:00:04 -0000	1.2
@@ -332,11 +332,11 @@
    N_("Pass FP arguments in FP registers") },				\
   {"no-apcs-float",	       -ARM_FLAG_APCS_FLOAT, "" },		\
   {"apcs-reentrant",		ARM_FLAG_APCS_REENT,			\
-   N_("Use swpb instead of strb for 8 bit writes") },			\
-  {"no-swp-byte-writes",       -ARM_FLAG_SWP_BYTE_WRITES, "" },		\
-  {"swp-byte-writes",		ARM_FLAG_SWP_BYTE_WRITES,		\
    N_("Generate re-entrant, PIC code") },				\
   {"no-apcs-reentrant",	       -ARM_FLAG_APCS_REENT, "" },		\
+  {"swp-byte-writes",		ARM_FLAG_SWP_BYTE_WRITES,		\
+   N_("Use swpb instead of strb for 8 bit writes") },			\
+  {"no-swp-byte-writes",       -ARM_FLAG_SWP_BYTE_WRITES, "" },		\
   {"big-endian",		ARM_FLAG_BIG_END,			\
    N_("Assume target CPU is configured as big endian") },		\
   {"little-endian",	       -ARM_FLAG_BIG_END,			\




More information about the dslinux-commit mailing list