commit | af49ec0277fcfa2c8b52d3b0a24f566a9cced882 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Mon Feb 22 13:21:00 2021 -0800 |
committer | Kumar Gala <kumar.gala@gmail.com> | Mon May 10 16:00:43 2021 -0500 |
tree | adcb507d346047b92c34efde340593913302cc7c | |
parent | 8c1179e548ee39c9f127fffe8c2b340105dd9bed [diff] |
linker: remove TEXT_START macro There is exactly one function being defined with TEXT_START macro so the x86-32 __start can appear at the beginning of text section. Since no one else is using it, better remove TEXT_START to simplify things. Signed-off-by: Daniel Leung <daniel.leung@intel.com>