diff options
author | Doug Evans <dje@gnu.org> | 1996-02-29 03:15:55 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1996-02-29 03:15:55 +0000 |
commit | a61e2761e53e68379cbc1c1b3b7ded4d291b5619 (patch) | |
tree | 24b7156fd5f45529ff7800f91aedeaa24f5411a0 /gcc | |
parent | 8a7facf891fa8c4b8e6d2d9d0c31ed82237b300d (diff) | |
download | gcc-a61e2761e53e68379cbc1c1b3b7ded4d291b5619.zip gcc-a61e2761e53e68379cbc1c1b3b7ded4d291b5619.tar.gz gcc-a61e2761e53e68379cbc1c1b3b7ded4d291b5619.tar.bz2 |
Add comment regarding .bss.
From-SVN: r11381
Diffstat (limited to 'gcc')
-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 53b90f7..372c33c 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 (), \ |