Change ridiculous section size error
authorAlan Modra <amodra@gmail.com>
Thu, 7 Oct 2021 00:44:03 +0000 (11:14 +1030)
committerAlan Modra <amodra@gmail.com>
Thu, 7 Oct 2021 03:53:14 +0000 (14:23 +1030)
commit89e62f74546ebcbece1dd79993c45bdb7d236b2e
tree4d6712c7462cb81cc9435245bde3b656b82bc993
parentc0ae8ccdba58cb781fa953bfa286b5dcbb856b2b
Change ridiculous section size error

Rather than reporting "memory exhausted", report "file truncated".
You can hit this error on small fuzzed object files, or on files that
are actually truncated.  In either case sizes can be such that an out
of memory error is a little confusing.

* compress.c (bfd_get_full_section_contents): Set
bfd_error_file_truncated rather than bfd_error_no_memory when
section size exceeds file size.
bfd/compress.c