OSDN Git Service

* config/xtensa/xtensa.c (xtensa_va_arg): Fix to handle arguments
[pf3gnuchains/gcc-fork.git] / gcc / config / m68k / ccur-GAS.h
index 17410c8..08909a8 100644 (file)
@@ -1,11 +1,11 @@
 /* Definitions of target machine for GNU compiler.  Concurrent 68k version.
-   Copyright (C) 1987, 1988, 1995, 1996 Free Software Foundation, Inc.
+   Copyright (C) 1987, 1988, 1995, 1996, 1997 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
 GNU CC is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
 any later version.
 
 GNU CC is distributed in the hope that it will be useful,
@@ -40,7 +40,8 @@ Boston, MA 02111-1307, USA.  */
 #define SPACE_AFTER_L_OPTION
 #define SWITCHES_NEED_SPACES "oL"
 
-#define TARGET_DEFAULT (MASK_68040|MASK_BITFIELD|MASK_68881|MASK_68020) /* See m68k.h.  7 means 68020 with 68881.  */
+/* See m68k.h.  7 means 68020 with 68881.  */
+#define TARGET_DEFAULT (MASK_68040|MASK_BITFIELD|MASK_68881|MASK_68020)
 
 #include "m68k/m68k.h"
 
@@ -58,10 +59,10 @@ Boston, MA 02111-1307, USA.  */
 #undef TARGET_VERSION
 #define TARGET_VERSION fprintf (stderr, " (68k, GNU GAS syntax)");
 
-/* Discard internal local symbols beginning with 'L'. */
+/* Discard internal local symbols beginning with 'L'.  */
 #define LINK_SPEC "-X"
 
-/* Every structure or union's size must be a multiple of 4 bytes. */
+/* Every structure or union's size must be a multiple of 4 bytes.  */
 #define STRUCTURE_SIZE_BOUNDARY 16 
 
 /* No data type wants to be aligned rounder than this.  */
@@ -80,7 +81,7 @@ Boston, MA 02111-1307, USA.  */
 #undef  FUNCTION_BOUNDARY
 #define FUNCTION_BOUNDARY 32
 
-/* Make strings long-word aligned so dhrystones will run faster. */
+/* Make strings long-word aligned so dhrystones will run faster.  */
 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \
    (TREE_CODE (EXP) == STRING_CST \
     && (ALIGN) < BITS_PER_WORD ? BITS_PER_WORD : (ALIGN))