projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e3afe8
)
include/exec: Remove `TARGET_TB_PCREL` define
author
Anton Johansson
<anjo@rev.ng>
Mon, 27 Feb 2023 13:51:43 +0000
(14:51 +0100)
committer
Richard Henderson
<richard.henderson@linaro.org>
Wed, 1 Mar 2023 17:32:01 +0000
(07:32 -1000)
Signed-off-by: Anton Johansson <anjo@rev.ng>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <
20230227135202
.9710-9-anjo@rev.ng>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/exec/cpu-defs.h
patch
|
blob
|
history
diff --git
a/include/exec/cpu-defs.h
b/include/exec/cpu-defs.h
index d5a4f3071785177ef3cb5443f694f6bf0f98aaf5..be920d4208ed03040650f1c0ba800ae6c32cdcf6 100644
(file)
--- a/
include/exec/cpu-defs.h
+++ b/
include/exec/cpu-defs.h
@@
-54,9
+54,6
@@
# error TARGET_PAGE_BITS must be defined in cpu-param.h
# endif
#endif
-#ifndef TARGET_TB_PCREL
-# define TARGET_TB_PCREL 0
-#endif
#define TARGET_LONG_SIZE (TARGET_LONG_BITS / 8)