]> git.proxmox.com Git - mirror_qemu.git/commit
tests/tcg/tricore: Uses label for memory addresses
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Fri, 26 May 2023 06:19:42 +0000 (08:19 +0200)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Wed, 7 Jun 2023 16:20:40 +0000 (18:20 +0200)
commit2b8e2992c3c9aa6bee3dd23e2137a0923f7dc0aa
tree59dc151c51b7cfc4f1b8cef7473ba8646b9f870d
parent8b50d564bee4d0e3864456ac8e92f981dba7959a
tests/tcg/tricore: Uses label for memory addresses

the linker might rearrange sections, so lets reference memory by label
name instead of addr + off.

Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Message-Id: <20230526061946.54514-3-kbastian@mail.uni-paderborn.de>
tests/tcg/tricore/asm/macros.h
tests/tcg/tricore/asm/test_ld_bu.S
tests/tcg/tricore/asm/test_ld_h.S