]> gcc.gnu.org Git - gcc.git/commitdiff
Add comment regarding BSS_ASM_OP.
authorDoug Evans <dje@gnu.org>
Thu, 29 Feb 1996 03:18:00 +0000 (03:18 +0000)
committerDoug Evans <dje@gnu.org>
Thu, 29 Feb 1996 03:18:00 +0000 (03:18 +0000)
From-SVN: r11382

gcc/config/i860/fx2800.h
gcc/config/m68k/m68kv4.h

index e295c686454f4d6d76f0eaa0e504a4d493bb6099..35cd94054901bdaca2399ce185e5d9b543be06e0 100644 (file)
@@ -1,7 +1,7 @@
 /* Target definitions for GNU compiler for Alliant FX/2800
    running Concentrix 2.2
 
-   Copyright (C) 1991 Free Software Foundation, Inc.
+   Copyright (C) 1991, 1996 Free Software Foundation, Inc.
 
    Written by Howard Chu (hyc@hanauma.jpl.nasa.gov).
 
@@ -340,5 +340,6 @@ Boston, MA 02111-1307, USA.  */
 #define ASM_OUTPUT_LABELREF(FILE,NAME) fprintf (FILE, "_%s", NAME)
 #undef ASM_OUTPUT_EXTERNAL_LIBCALL
 
+/* ??? Is this used anywhere?  */
 #undef BSS_ASM_OP
 #define BSS_ASM_OP     "\t.lcomm"
index 3a8b2e06d592a4e412734c08aed59790d57f9e24..88624e58bc08e653f2091e4767fc1a36a5b36a16 100644 (file)
@@ -103,6 +103,7 @@ while (0)
 
 /* Local common symbols are declared to the assembler with ".lcomm" rather
    than ".bss", so override the definition in svr4.h */
+/* ??? svr4.h no longer defines this, and this is only used by m68k/amix.h.  */
 
 #undef BSS_ASM_OP
 #define BSS_ASM_OP     ".lcomm"
This page took 0.061421 seconds and 5 git commands to generate.