fcc: Fix link of start code
authorAlan Cox <alan@linux.intel.com>
Sun, 7 Dec 2014 14:32:31 +0000 (14:32 +0000)
committerAlan Cox <alan@linux.intel.com>
Sun, 7 Dec 2014 14:32:31 +0000 (14:32 +0000)
commita4f965448a6ac3dccd18f3c85f4ca760d0649ad2
treeb1f59ebf75a76a7dca611c107c45bbb33331a7d3
parent6385f0f1f8514cb1fcbbc8fe71da38796ecdbaea
fcc: Fix link of start code

From: Will Sowerbutts <will@sowerbutts.com>

crt0.s has lost the 0x100 bytes of space at the start of the executable
image. Attached patch to fcc corrects the link address.
Library/tools/fcc.c