diff options
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | include/bfdlink.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 804d97f..d8173b7 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2004-06-24 Alan Modra <amodra@bigpond.net.au> + + * bfdlink.h (struct bfd_link_order): Update comment. + 2004-05-11 Jakub Jelinek <jakub@redhat.com> * bfdlink.h (struct bfd_link_info): Add relro, relro_start and diff --git a/include/bfdlink.h b/include/bfdlink.h index 881d7d4..9a57dfe 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; |