Ver Fonte

Fix merging error: a macro was renamed.

Bernd Schmidt há 16 anos atrás
pai
commit
6e91c122e5
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      ldso/ldso/bfin/dl-startup.h

+ 2 - 1
ldso/ldso/bfin/dl-startup.h

@@ -86,7 +86,8 @@ __asm__(
     "	.size	__dl_boot,.-__dl_boot\n"
 );
 
-#define DL_BOOT(X)   \
+#undef DL_START
+#define DL_START(X)   \
 static void  __attribute__ ((used)) \
 _dl_start (Elf32_Addr dl_boot_got_pointer, \
 	   struct elf32_fdpic_loadmap *dl_boot_progmap, \