summaryrefslogtreecommitdiff
path: root/ldso/ldso/m68k/elfinterp.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-08 02:36:24 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-08 02:36:24 +0000
commit38a222760852c0ed8295aacadf36c94609b1e725 (patch)
tree5d49c3c17dfd60ccb258f1490e4b1015dabb11d7 /ldso/ldso/m68k/elfinterp.c
parent1d2e9585b44e527233dc0c87601a4bf196f12997 (diff)
dl-debug.h for m68k
Diffstat (limited to 'ldso/ldso/m68k/elfinterp.c')
-rw-r--r--ldso/ldso/m68k/elfinterp.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/ldso/ldso/m68k/elfinterp.c b/ldso/ldso/m68k/elfinterp.c
index fb4e31d28..b1d1e4f1e 100644
--- a/ldso/ldso/m68k/elfinterp.c
+++ b/ldso/ldso/m68k/elfinterp.c
@@ -29,20 +29,6 @@
* SUCH DAMAGE.
*/
-#if defined (__SUPPORT_LD_DEBUG__)
-static const char *_dl_reltypes[] = {
- [0] "R_68K_NONE",
- [1] "R_68K_32", "R_68K_16", "R_68K_8",
- [4] "R_68K_PC32", "R_68K_PC16", "R_68K_PC8",
- [7] "R_68K_GOT32", "R_68K_GOT16", "R_68K_GOT8",
- [10] "R_68K_GOT32O", "R_68K_GOT16O", "R_68K_GOT8O",
- [13] "R_68K_PLT32", "R_68K_PLT16", "R_68K_PLT8",
- [16] "R_68K_PLT32O", "R_68K_PLT16O", "R_68K_PLT8O",
- [19] "R_68K_COPY", "R_68K_GLOB_DAT", "R_68K_JMP_SLOT", "R_68K_RELATIVE",
- [23] "R_68K_NUM"
-};
-#endif /* __SUPPORT_LD_DEBUG__ */
-
/* Program to load an ELF binary on a linux system, and run it.
References to symbols in sharable libraries can be resolved by either
an ELF sharable library or a linux style of shared library. */