Change the -Ttext value in hexadecimal for ld.gold

ld.gold could not parse 7C00 as the parameter is treated as a decimal number.
The ld.bfd expects a hexadecimal number while ld.gold expects a uint64 by using
strtoull. So unify the value in hexadecimal for both ld.bfd and ld.gold.

Change-Id: I65fff5947b93fcd47bbc787fd782cc684aa7473f
1 file changed