From 24f34136caed396aca8caca8816d6d25fc0bc152 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Thu, 29 Feb 1996 03:18:00 +0000 Subject: Add comment regarding BSS_ASM_OP. From-SVN: r11382 --- gcc/config/i860/fx2800.h | 3 ++- gcc/config/m68k/m68kv4.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/config/i860/fx2800.h b/gcc/config/i860/fx2800.h index e295c68..35cd940 100644 --- a/gcc/config/i860/fx2800.h +++ b/gcc/config/i860/fx2800.h @@ -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" diff --git a/gcc/config/m68k/m68kv4.h b/gcc/config/m68k/m68kv4.h index 3a8b2e0..88624e5 100644 --- a/gcc/config/m68k/m68kv4.h +++ b/gcc/config/m68k/m68kv4.h @@ -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" -- cgit v1.1