as - fix .zerofill large value issues.
commit8baad843b89d6bc52fb49e006e835cd93869e7fc
authorIain Sandoe <iain@sandoe.co.uk>
Mon, 26 May 2014 11:36:18 +0000 (26 12:36 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Wed, 3 Apr 2019 14:05:13 +0000 (3 15:05 +0100)
tree2aa666280f9f35882774c06f4fab9dafaec4343c
parent015037439f17fb55876388c124eb672d658c9c05
as - fix .zerofill large value issues.

(a) allow up to 0xffffffff on 32 bit hosts
(b) to check for out of range values and error on them (32bit hosts)
(c) to warn on excessively large values (64 bit hosts).
cctools/as/read.c