From 781332facb6b43be2905e30d2ecaea23945006d9 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Thu, 30 Nov 1995 17:15:12 +0000 Subject: [PATCH] Add a comment saying .junk sections are discarded by the linker. --- ld/scripttempl/pe.sc | 1 + 1 file changed, 1 insertion(+) diff --git a/ld/scripttempl/pe.sc b/ld/scripttempl/pe.sc index 626885f50f7..c80ed58e001 100644 --- a/ld/scripttempl/pe.sc +++ b/ld/scripttempl/pe.sc @@ -51,6 +51,7 @@ SECTIONS *(.edata) ; } + /* See coffcode.h. These are discarded. */ .junk BLOCK(__section_alignment__) : { *(.debug\$S) *(.debug\$T) -- 2.30.2