diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index b99c098..9281044 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1328,9 +1328,6 @@ typedef struct sec been done, then this value will be bigger. */ bfd_size_type _raw_size; - /* The compressed size of the section in octets. */ - bfd_size_type compressed_size; - /* If this section is going to be output, then this value is the offset in *bytes* into the output section of the first byte in the input section (byte ==> smallest addressable unit on the @@ -1411,6 +1408,9 @@ typedef struct sec struct bfd_link_order *link_order_head; struct bfd_link_order *link_order_tail; + + /* The compressed size of the section in octets. */ + bfd_size_type compressed_size; } asection; /* These sections are global, and are managed by BFD. The application