aboutsummaryrefslogtreecommitdiff
path: root/c67-gen.c
diff options
context:
space:
mode:
Diffstat (limited to 'c67-gen.c')
-rw-r--r--c67-gen.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/c67-gen.c b/c67-gen.c
index fcfc23c..28db68b 100644
--- a/c67-gen.c
+++ b/c67-gen.c
@@ -109,21 +109,6 @@ enum {
#define MAX_ALIGN 8
/******************************************************/
-/* ELF defines */
-
-#define EM_TCC_TARGET EM_C60
-
-/* relocation type for 32 bit data relocation */
-#define R_DATA_32 R_C60_32
-#define R_DATA_PTR R_C60_32
-#define R_JMP_SLOT R_C60_JMP_SLOT
-#define R_GLOB_DAT R_C60_GLOB_DAT
-#define R_COPY R_C60_COPY
-
-#define ELF_START_ADDR 0x00000400
-#define ELF_PAGE_SIZE 0x1000
-
-/******************************************************/
#else /* ! TARGET_DEFS_ONLY */
/******************************************************/
#include "tcc.h"