From 81e03077bde34d5ed8c77ad10185407e69f5da2c Mon Sep 17 00:00:00 2001 From: Bebbo Date: Sat, 2 Jun 2018 22:56:07 +0200 Subject: [PATCH] fix structure - it's defined elsewhere too... so append at end --- bfd/bfd-in2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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