Browse Source

Fix a silly compile bug

Eric Andersen 21 years ago
parent
commit
8184fdbab8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ldso/ldso/arm/elfinterp.c

+ 1 - 0
ldso/ldso/arm/elfinterp.c

@@ -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",