2
0
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:
Bebbo
2018-06-02 22:56:07 +02:00
parent 426bdc59fb
commit 81e03077bd

View File

@ -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