diff options
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 (), \ |