diff options
author | Doug Evans <dje@gnu.org> | 1996-02-29 03:18:00 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1996-02-29 03:18:00 +0000 |
commit | 24f34136caed396aca8caca8816d6d25fc0bc152 (patch) | |
tree | ac54b421c97a4ddf259f142c3a152d242769041a /gcc | |
parent | a61e2761e53e68379cbc1c1b3b7ded4d291b5619 (diff) | |
download | gcc-24f34136caed396aca8caca8816d6d25fc0bc152.zip gcc-24f34136caed396aca8caca8816d6d25fc0bc152.tar.gz gcc-24f34136caed396aca8caca8816d6d25fc0bc152.tar.bz2 |
Add comment regarding BSS_ASM_OP.
From-SVN: r11382
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i860/fx2800.h | 3 | ||||
-rw-r--r-- | gcc/config/m68k/m68kv4.h | 1 |
2 files changed, 3 insertions, 1 deletions
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" |