diff options
Diffstat (limited to 'bfd/section.c')
-rw-r--r-- | bfd/section.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/section.c b/bfd/section.c index b368c2a..9ed0ae1 100644 --- a/bfd/section.c +++ b/bfd/section.c @@ -373,7 +373,8 @@ CODE_FRAGMENT . {* Nonzero if this section uses RELA relocations, rather than REL. *} . unsigned int use_rela_p:1; . -. {* Bits used by various backends. *} +. {* Bits used by various backends. The generic code doesn't touch +. these fields. *} . . {* Nonzero if this section has TLS related relocations. *} . unsigned int has_tls_reloc:1; |