commit | 3cf1bff71c17ed2288c616a3ede96d85cd801f69 | [log] [tgz] |
---|---|---|
author | Charles E. Youse <charles.youse@intel.com> | Mon Jul 22 12:25:07 2019 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Sun Sep 15 11:33:47 2019 +0800 |
tree | af6b62aa7064258f4da40c923f9c4234157c83c5 | |
parent | 2bb59fc84efc6276dadeae72d4068454c526c940 [diff] |
arch/x86: complete 64-bit linker script The previous linker script was barebones and non-standard. It is replaced with a script conforms to the rest of the Zephyr arches, utilizing include/linker headers and standard macros. link-tool-gcc.h is updated to account for the "i386:x86-64" arch and the generation of 64-bit ELF binaries. Signed-off-by: Charles E. Youse <charles.youse@intel.com>