Sfoglia il codice sorgente

- Avoid warning about missing brace. No obj-code changes.

Bernhard Reutner-Fischer 16 anni fa
parent
commit
c4a9c0cdae
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      ldso/ldso/dl-startup.c

+ 2 - 1
ldso/ldso/dl-startup.c

@@ -284,8 +284,9 @@ DL_START(unsigned long args)
 					SEND_STDERR_DEBUG(strtab + sym->st_name);
 					SEND_STDERR_DEBUG("\n");
 #endif
-				} else
+				} else {
 					SEND_STDERR_DEBUG("relocating unknown symbol\n");
+				}
 				/* Use this machine-specific macro to perform the actual relocation.  */
 				PERFORM_BOOTSTRAP_RELOC(rpnt, reloc_addr, symbol_addr, load_addr, sym);
 			}