mirror of
https://github.com/bebbo/amigaos-binutils-2.14.git
synced 2025-12-08 22:38:24 +00:00
fix structure - it's defined elsewhere too... so append at end
This commit is contained in:
@ -1328,9 +1328,6 @@ typedef struct sec
|
|||||||
been done, then this value will be bigger. */
|
been done, then this value will be bigger. */
|
||||||
bfd_size_type _raw_size;
|
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
|
/* 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
|
offset in *bytes* into the output section of the first byte in the
|
||||||
input section (byte ==> smallest addressable unit on 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_head;
|
||||||
struct bfd_link_order *link_order_tail;
|
struct bfd_link_order *link_order_tail;
|
||||||
|
|
||||||
|
/* The compressed size of the section in octets. */
|
||||||
|
bfd_size_type compressed_size;
|
||||||
} asection;
|
} asection;
|
||||||
|
|
||||||
/* These sections are global, and are managed by BFD. The application
|
/* These sections are global, and are managed by BFD. The application
|
||||||
|
|||||||
Reference in New Issue
Block a user