outbin.c: fix one missed change from type -> size
commit604a3f4e219df8a0bc2e1b2ff355e9e3ea98eb69
authorH. Peter Anvin <hpa@zytor.com>
Thu, 15 Nov 2007 18:24:55 +0000 (15 10:24 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 15 Nov 2007 18:24:55 +0000 (15 10:24 -0800)
treee8fc09b93b51ac5fdc80029464c335e9936873f9
parentdbb1828ad5ad29f742ab545bba20924f25a7c928
outbin.c: fix one missed change from type -> size

Fix one missed change from "type" to "size".  May want to look through
all the other backends as well for similar issues.

This would generate the wrong section lengths, with obviously bad results.
output/outbin.c