diff --git a/include/ChangeLog b/include/ChangeLog index 804d97f71..d8173b710 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2004-06-24 Alan Modra + + * bfdlink.h (struct bfd_link_order): Update comment. + 2004-05-11 Jakub Jelinek * bfdlink.h (struct bfd_link_info): Add relro, relro_start and diff --git a/include/bfdlink.h b/include/bfdlink.h index 881d7d479..9a57dfe1d 100644 --- a/include/bfdlink.h +++ b/include/bfdlink.h @@ -556,7 +556,7 @@ struct bfd_link_order /* Section to include. If this is used, then section->output_section must be the section the link_order is attached to, section->output_offset must - equal the link_order offset field, and section->_raw_size + equal the link_order offset field, and section->size must equal the link_order size field. Maybe these restrictions should be relaxed someday. */ asection *section;