OSDN Git Service

Add comment regarding BSS_ASM_OP.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Feb 1996 03:18:00 +0000 (03:18 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Feb 1996 03:18:00 +0000 (03:18 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11382 138bc75d-0d04-0410-961f-82ee72b054a4

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

index e295c68..35cd940 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 3a8b2e0..88624e5 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"