OSDN Git Service

Merge from gcc-2.8
[pf3gnuchains/gcc-fork.git] / gcc / config / alpha / linux.h
index 9a8cc36..32428df 100644 (file)
@@ -1,5 +1,5 @@
-/* Definitions of target machine for GNU compiler, for Alpha Linux,
-   using ECOFF.
+/* Definitions of target machine for GNU compiler, for Alpha Linux-based GNU
+   systems using ECOFF.
    Copyright (C) 1996, 1997 Free Software Foundation, Inc.
    Contributed by Bob Manson.
 
@@ -23,7 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define TARGET_DEFAULT (3 | MASK_GAS)
 
 #undef TARGET_VERSION
-#define TARGET_VERSION fprintf (stderr, " (Linux/Alpha)");
+#define TARGET_VERSION fprintf (stderr, " (GNU/Linux/Alpha)");
 
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES "\
@@ -80,8 +80,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
    range and so the target is in range of something on the stack. 
    Omitting the hint saves a bogus branch-prediction cache line load.
 
-   Linux always has an executable stack -- no need for a system call.
- */
+   GNU/Linux always has an executable stack -- no need for a system call. */
 
 #undef INITIALIZE_TRAMPOLINE
 #define INITIALIZE_TRAMPOLINE(TRAMP, FNADDR, CXT)                       \