commit | 35c9ed6a4b06e4d7c9bc0798e0b4b031b2cc237d | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <npitre@baylibre.com> | Mon May 03 12:39:11 2021 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon May 03 19:56:26 2021 -0400 |
tree | dfb48d56454aa80cb1679a80af17f58a14f54d04 | |
parent | 3a7e0f875cf14064f09d7cc1cdf003ffb87d2c3c [diff] |
arm64: don't create a section for z_arm64_exit_exc_fpu_done Both z_arm64_exit_exc and z_arm64_exit_exc_fpu_done must be within the same section as execution falls through here. If z_arm64_exit_exc_fpu_done creates a section of its own then the linker is free to disjoint the code and we absolutely don't want that. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>