From: David Edelsohn Date: Thu, 30 Nov 1995 17:15:12 +0000 (+0000) Subject: Add a comment saying .junk sections are discarded by the linker. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=781332facb6b43be2905e30d2ecaea23945006d9;p=binutils-gdb.git Add a comment saying .junk sections are discarded by the linker. --- 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)