summaryrefslogtreecommitdiff
path: root/c67-link.c
diff options
context:
space:
mode:
Diffstat (limited to 'c67-link.c')
-rw-r--r--c67-link.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/c67-link.c b/c67-link.c
index de72e44..514689c 100644
--- a/c67-link.c
+++ b/c67-link.c
@@ -39,8 +39,6 @@ int code_reloc (int reloc_type)
case R_C60_PLT32:
return 1;
}
-
- tcc_error ("Unknown relocation type: %d", reloc_type);
return -1;
}
@@ -64,8 +62,6 @@ int gotplt_entry_type (int reloc_type)
case R_C60_GOT32:
return ALWAYS_GOTPLT_ENTRY;
}
-
- tcc_error ("Unknown relocation type: %d", reloc_type);
return -1;
}
@@ -95,8 +91,6 @@ ST_FUNC void relocate_plt(TCCState *s1)
}
}
-void relocate_init(Section *sr) {}
-
void relocate(TCCState *s1, ElfW_Rel *rel, int type, unsigned char *ptr, addr_t addr, addr_t val)
{
switch(type) {