commit | 41b4504f4833adf65613457101fbbe4662a4c892 | [log] [tgz] |
---|---|---|
author | Haitao Feng <haitao.feng@intel.com> | Mon May 21 01:18:37 2012 -0400 |
committer | Haitao Feng <haitao.feng@intel.com> | Mon May 21 01:30:46 2012 -0400 |
tree | 8d7fa9b5c49e3e7921177eae0d449fa840cb7e94 | |
parent | cd484b7fcd18d5f967cadbaeb6d27b62f015a5e2 [diff] |
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