e2k: remove unnecessary e2k32 directory

It can be avoided with TARGET_ABI_DIR=e2k in e2k32-linux-user.mak

Signed-off-by: Alibek Omarov <a1ba.omarov@gmail.com>
This commit is contained in:
Alibek Omarov 2021-02-20 01:27:40 +03:00 committed by Denis Drakhnia
parent d3e84e57e5
commit 5220638091
12 changed files with 1 additions and 44 deletions

View File

@ -1,3 +1,4 @@
TARGET_ARCH=e2k32
TARGET_BASE_ARCH=e2k
TARGET_ABI_DIR=e2k
TARGET_ABI32=y

View File

@ -1 +0,0 @@
#include "../e2k/cpu_loop.c"

View File

@ -1 +0,0 @@
#include "../e2k/signal.c"

View File

@ -1 +0,0 @@
#include "../generic/sockbits.h"

View File

@ -1 +0,0 @@
#include "../e2k/syscall_nr.h"

View File

@ -1 +0,0 @@
#include "../e2k/target_cpu.h"

View File

@ -1 +0,0 @@
#include "../e2k/target_elf.h"

View File

@ -1,4 +0,0 @@
#ifndef E2K32_TARGET_FCNTL_H
#define E2K32_TARGET_FCNTL_H
#include "../generic/fcntl.h"
#endif

View File

@ -1,26 +0,0 @@
#ifndef E2K32_TARGET_SIGNAL_H
#define E2K32_TARGET_SIGNAL_H
/*
* sigaltstack controls
*/
#define TARGET_SS_ONSTACK 1
#define TARGET_SS_DISABLE 2
#define TARGET_MINSIGSTKSZ 4096
#define TARGET_SIGSTKSZ 8192
#define TARGET_MCL_CURRENT 1
#define TARGET_MCL_FUTURE 2
#define TARGET_MCL_ONFAULT 4
#define TARGET_ARCH_HAS_SETUP_FRAME
typedef struct target_sigaltstack {
abi_ulong ss_sp;
abi_int ss_flags;
abi_ulong ss_size;
} target_stack_t;
#include "../generic/signal.h"
#endif /* E2K32_TARGET_SIGNAL_H */

View File

@ -1 +0,0 @@
#include "../e2k/target_structs.h"

View File

@ -1 +0,0 @@
#include "../e2k/target_syscall.h"

View File

@ -1,6 +0,0 @@
#ifndef _E2K_TERMBITS_H_
#define _E2K_TERMBITS_H_
#include "../generic/termbits.h"
#endif /* _E2K_TERMBITS_H_ */