OSDN Git Service

Add comment regarding .bss.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Feb 1996 03:15:55 +0000 (03:15 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Feb 1996 03:15:55 +0000 (03:15 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11381 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/clipper/clipper.h

index 53b90f7..372c33c 100644 (file)
@@ -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 (),                                     \