BR 2148448: fix relative addresses in bin output
commit9cd543e5fd6616f3c7b4de641247a419f0435527
authorH. Peter Anvin <hpa@zytor.com>
Wed, 22 Oct 2008 18:03:09 +0000 (22 11:03 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 22 Oct 2008 18:05:43 +0000 (22 11:05 -0700)
tree3f4a53ea1fc6bf42f24ac8be80f55ce01d6d7f60
parentd3fcbf051d8b23b5627ee1c22d0bb4dc9eee565a
BR 2148448: fix relative addresses in bin output

The "bin" format was misinterpreting the overloading of the "size"
argument to out(), which caused another source of 64-bit relative
offset errors.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
output/outbin.c