mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
tcg/s390: Use constant pool for movi
Split out maybe_out_small_movi for use with other operations that want to add to the constant pool. Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
e692a3492d
commit
28eef8aaec
3 changed files with 81 additions and 55 deletions
|
@ -942,8 +942,9 @@ typedef struct {
|
|||
#define R_390_TLS_DTPOFF 55 /* Offset in TLS block. */
|
||||
#define R_390_TLS_TPOFF 56 /* Negate offset in static TLS
|
||||
block. */
|
||||
#define R_390_20 57
|
||||
/* Keep this the last entry. */
|
||||
#define R_390_NUM 57
|
||||
#define R_390_NUM 58
|
||||
|
||||
/* x86-64 relocation types */
|
||||
#define R_X86_64_NONE 0 /* No reloc */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue