summaryrefslogtreecommitdiff
path: root/bfd/section.c
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2007-10-16 23:51:55 +0000
committerBob Wilson <bob.wilson@acm.org>2007-10-16 23:51:55 +0000
commit571cea9716dbdcf56ef6b487fbc1b4a6ffece60d (patch)
treecf42b1bae21fd1de61850dc81d208555c0e31f22 /bfd/section.c
parentb285f7d6a873a8780998df74a9e3c7b358309a0f (diff)
downloadbinutils-redhat-571cea9716dbdcf56ef6b487fbc1b4a6ffece60d.tar.gz
* section.c (struct bfd_section): Clarify comment for rawsize field.
* bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/section.c')
-rw-r--r--bfd/section.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/bfd/section.c b/bfd/section.c
index 008d2e5a1e..4ee6c89863 100644
--- a/bfd/section.c
+++ b/bfd/section.c
@@ -413,13 +413,13 @@ CODE_FRAGMENT
. bfd_size_type size;
.
. {* For input sections, the original size on disk of the section, in
-. octets. This field is used by the linker relaxation code. It is
-. currently only set for sections where the linker relaxation scheme
-. doesn't cache altered section and reloc contents (stabs, eh_frame,
-. SEC_MERGE, some coff relaxing targets), and thus the original size
-. needs to be kept to read the section multiple times.
-. For output sections, rawsize holds the section size calculated on
-. a previous linker relaxation pass. *}
+. octets. This field should be set for any section whose size is
+. changed by linker relaxation. It is required for sections where
+. the linker relaxation scheme doesn't cache altered section and
+. reloc contents (stabs, eh_frame, SEC_MERGE, some coff relaxing
+. targets), and thus the original size needs to be kept to read the
+. section multiple times. For output sections, rawsize holds the
+. section size calculated on a previous linker relaxation pass. *}
. bfd_size_type rawsize;
.
. {* If this section is going to be output, then this value is the