This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

fx80.h docs




        * fx80.h (TARGET_SWITCHES): Add documentation.

Index: fx80.h
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/config/fx80/fx80.h,v
retrieving revision 1.5
diff -c -3 -p -r1.5 fx80.h
*** fx80.h	1998/12/16 21:02:43	1.5
--- fx80.h	1999/03/19 05:54:13
*************** extern int target_flags;
*** 109,123 ****
     An empty string NAME is used to identify the default VALUE.  */
  
  #define TARGET_SWITCHES  \
!   { { "68020", 5},				\
!     { "c68020", 5},				\
!     { "bitfield", 4},				\
!     { "68000", -7},				\
!     { "c68000", -7},				\
!     { "soft-float", -2},			\
!     { "nobitfield", -4},			\
!     { "short", 040},				\
!     { "noshort", -040},				\
      { "", TARGET_DEFAULT}}
  
  /* target machine storage layout */
--- 109,123 ----
     An empty string NAME is used to identify the default VALUE.  */
  
  #define TARGET_SWITCHES  \
!   { { "68020", 5, "Generate code for a mc68020"},		\
!     { "c68020", 5, "Generate code for a mc68020"},		\
!     { "bitfield", 4, "Use bitfield instructions"},		\
!     { "68000", -7, "Generate code for a mc68000"},		\
!     { "c68000", -7, "Generate code for a mc68000"},		\
!     { "soft-float", -2, "Generate software FP code"},		\
!     { "nobitfield", -4, "Do not generate bitfield insns"},	\
!     { "short", 040, "Use 16bit integers"},			\
!     { "noshort", -040, "Use 32bit integers"},			\
      { "", TARGET_DEFAULT}}
  
  /* target machine storage layout */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]