projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
906da88
)
tests/tcg/xtensa: support configs with LITBASE
author
Max Filippov
<jcmvbkbc@gmail.com>
Mon, 18 Feb 2019 16:20:35 +0000
(08:20 -0800)
committer
Max Filippov
<jcmvbkbc@gmail.com>
Thu, 28 Feb 2019 12:43:22 +0000
(
04:43
-0800)
Configurations with LITBASE register may use absolute literals by
default. Pass --no-absolute-literals option to assembler to use
PC-relative literals instead.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
tests/tcg/xtensa/Makefile
patch
|
blob
|
history
diff --git
a/tests/tcg/xtensa/Makefile
b/tests/tcg/xtensa/Makefile
index cd21c202876ad758351c58d30756535359e01da3..b3693809372bf07184804926d9054decd698a950 100644
(file)
--- a/
tests/tcg/xtensa/Makefile
+++ b/
tests/tcg/xtensa/Makefile
@@
-18,6
+18,7
@@
CC = $(CROSS)gcc
AS = $(CROSS)gcc -x assembler-with-cpp
LD = $(CROSS)ld
+ASFLAGS = -Wa,--no-absolute-literals
vectors_ASFLAGS = -mtext-section-literals
XTENSA_SRC_PATH = $(SRC_PATH)/tests/tcg/xtensa