Commit a61e2761 by Doug Evans

Add comment regarding .bss.

From-SVN: r11381
parent 8a7facf8
/* 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 (), \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment