diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-02-29 03:15:55 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-02-29 03:15:55 +0000 |
commit | 2cf40ade79a43fc21aa25b20d4f6d66fe48a3884 (patch) | |
tree | 24b7156fd5f45529ff7800f91aedeaa24f5411a0 /gcc/config/clipper | |
parent | 3c6104d7aa904be090d5e02e875a04b042aff779 (diff) | |
download | gcc-2cf40ade79a43fc21aa25b20d4f6d66fe48a3884.tar.gz |
Add comment regarding .bss.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11381 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/clipper')
-rw-r--r-- | gcc/config/clipper/clipper.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/clipper/clipper.h b/gcc/config/clipper/clipper.h index 53b90f70e99..372c33c4997 100644 --- a/gcc/config/clipper/clipper.h +++ b/gcc/config/clipper/clipper.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. Clipper version. - Copyright (C) 1987, 88, 91, 93, 94, 1995 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 91, 93-95, 1996 Free Software Foundation, Inc. Contributed by Holger Teutsch (holger@hotbso.rhein-main.de) This file is part of GNU CC. @@ -1055,6 +1055,7 @@ do \ /* This says how to output an assembler line to define a local common symbol. */ +/* ??? The use of .bss here seems odd. */ #define ASM_OUTPUT_ALIGNED_LOCAL(FILE,NAME,SIZE,ALIGN) \ ( data_section (), \ |