syslinux.ld: don't pad between .got and .data
authorH. Peter Anvin <hpa@zytor.com>
Thu, 13 May 2010 04:22:14 +0000 (21:22 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 13 May 2010 04:22:14 +0000 (21:22 -0700)
commitc6bebc44627afe5a652d4e305527ca12e90ff768
tree2672ab3c32c6dd14322a269a500ab141f775a161
parentedd10c1dc8a724aa113a0af88cf5c04a8fe2155f
syslinux.ld: don't pad between .got and .data

Adding padding between .got and .data is unnecessary, and can
cause spurious decompression failures when .data is empty (which it
almost is already...)

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/syslinux.ld