nxp-mcuxpresso / mcux-sdk

MCUXpresso SDK
BSD 3-Clause "New" or "Revised" License
301 stars 136 forks source link

mcux: mcux-sdk: Fix labels in inline assembly #166

Closed rakons closed 4 months ago

rakons commented 5 months ago

This commit fixes labels in inline assembly to use unique identifiers for internal labels. This fix is required to be able to use LTO.

Prerequisites

Describe the pull request

Type of change

Tests

Detected and fixed here: https://github.com/zephyrproject-rtos/zephyr/pull/66392

dleach02 commented 5 months ago

This is related to a change made to the NXP HAL in Zephyr Project: https://github.com/zephyrproject-rtos/hal_nxp/pull/330