diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-11-30 17:15:12 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-11-30 17:15:12 +0000 |
commit | 781332facb6b43be2905e30d2ecaea23945006d9 (patch) | |
tree | 0206d64a33107a9556ae93340c3901f98b5142d3 /ld | |
parent | e7f2e923be7dfc1d00d39f0cfe1e98ee11a60b1d (diff) | |
download | gdb-781332facb6b43be2905e30d2ecaea23945006d9.zip gdb-781332facb6b43be2905e30d2ecaea23945006d9.tar.gz gdb-781332facb6b43be2905e30d2ecaea23945006d9.tar.bz2 |
Add a comment saying .junk sections are discarded by the linker.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/scripttempl/pe.sc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/scripttempl/pe.sc b/ld/scripttempl/pe.sc index 626885f..c80ed58 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) |