diff --git a/include/ChangeLog b/include/ChangeLog index 82fb5e2c5..fe7d98da2 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2012-01-31 H.J. Lu + + PR ld/13616 + * bfdlink.h (bfd_link_order): Update comments on data size. + 2012-01-26 Cary Coutant * dwarf2.h (enum dwarf_form): Add Fission extensions. diff --git a/include/bfdlink.h b/include/bfdlink.h index be853295a..c79d8f055 100644 --- a/include/bfdlink.h +++ b/include/bfdlink.h @@ -674,8 +674,8 @@ struct bfd_link_order } indirect; struct { - /* Size of contents, or zero when contents size == size - within output section. + /* Size of contents, or zero when contents should be filled by + the architecture-dependent fill function. A non-zero value allows filling of the output section with an arbitrary repeated pattern. */ unsigned int size;