OSDN Git Service

Fix a silly compile bug
authorEric Andersen <andersen@codepoet.org>
Fri, 8 Nov 2002 03:20:59 +0000 (03:20 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 8 Nov 2002 03:20:59 +0000 (03:20 -0000)
ldso/ldso/arm/elfinterp.c

index e46ae51..23f2f55 100644 (file)
@@ -29,6 +29,7 @@
 
 #if defined (__SUPPORT_LD_DEBUG__)
 static const char *_dl_reltypes_tab[] =
+{
   [0]  "R_ARM_NONE",       "R_ARM_PC24",       "R_ARM_ABS32",          "R_ARM_REL32",
   [4]  "R_ARM_PC13",       "R_ARM_ABS16",      "R_ARM_ABS12",          "R_ARM_THM_ABS5",
   [8]  "R_ARM_ABS8",           "R_ARM_SBREL32","R_ARM_THM_PC22",       "R_ARM_THM_PC8",