linux-user: Remove target_elf_greg_t, tswapreg from elfload.c
These are no longer used within the generic file. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
952916bb8f
commit
4540a4e604
1 changed files with 0 additions and 8 deletions
|
|
@ -130,14 +130,6 @@ int info_is_fdpic(struct image_info *info)
|
|||
#define ELF_DATA ELFDATA2LSB
|
||||
#endif
|
||||
|
||||
#ifdef TARGET_ABI_MIPSN32
|
||||
typedef abi_ullong target_elf_greg_t;
|
||||
#define tswapreg(ptr) tswap64(ptr)
|
||||
#else
|
||||
typedef abi_ulong target_elf_greg_t;
|
||||
#define tswapreg(ptr) tswapal(ptr)
|
||||
#endif
|
||||
|
||||
#ifdef USE_UID16
|
||||
typedef abi_ushort target_uid_t;
|
||||
typedef abi_ushort target_gid_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue