diff options
| author | Yajun Xia <[email protected]> | 2023-09-18 16:36:36 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-18 16:36:36 +0800 |
| commit | d43cba10b273b7c6f327c341a707ef65feb3fefc (patch) | |
| tree | 5f79366bfc1a260007fe5e97bae6c78e5d071ab5 /test | |
| parent | a0a0ef9385674e43892cfe11a71da8d83c7b8f05 (diff) | |
Fixed the issue of the data/bss section cannot be read from ARM FVP debug tool in cortex-A9 GNU port. (#303)
https://msazure.visualstudio.com/One/_workitems/edit/25153785/
Diffstat (limited to 'test')
| -rw-r--r-- | test/ports/azrtos_test_tx_gnu_cortex_a9.log.expected | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/ports/azrtos_test_tx_gnu_cortex_a9.log.expected b/test/ports/azrtos_test_tx_gnu_cortex_a9.log.expected index 3d35b442..6bbb7579 100644 --- a/test/ports/azrtos_test_tx_gnu_cortex_a9.log.expected +++ b/test/ports/azrtos_test_tx_gnu_cortex_a9.log.expected @@ -1,18 +1,18 @@ >output thread_0_counter -2913840557 +10 >output thread_1_counter -2913840557 +599068 >output thread_2_counter -2913840557 +599046 >output thread_3_counter -2913840557 +23 >output thread_4_counter -2913840557 +23 >output thread_5_counter -2913840557 +9 >output thread_6_counter -2913840557 +23 >output thread_7_counter -2913840557 +23 >log file Stopped duplicating logging output |
