[uClibc-cvs] svn commit: trunk/uClibc/ldso/ldso/i386

vapier at uclibc.org vapier at uclibc.org
Fri Jun 3 00:00:09 UTC 2005


Author: vapier
Date: 2005-06-02 18:00:08 -0600 (Thu, 02 Jun 2005)
New Revision: 10451

Log:
tweak whitespace to minimize diffs between i386/m68k

Modified:
   trunk/uClibc/ldso/ldso/i386/elfinterp.c


Changeset:
Modified: trunk/uClibc/ldso/ldso/i386/elfinterp.c
===================================================================
--- trunk/uClibc/ldso/ldso/i386/elfinterp.c	2005-06-02 23:47:29 UTC (rev 10450)
+++ trunk/uClibc/ldso/ldso/i386/elfinterp.c	2005-06-03 00:00:08 UTC (rev 10451)
@@ -126,7 +126,6 @@
 	char *symname;
 
 	rel_addr = (char *)tpnt->dynamic_info[DT_JMPREL];
-
 	this_reloc = (ELF_RELOC *)(intptr_t)(rel_addr + reloc_entry);
 	reloc_type = ELF32_R_TYPE(this_reloc->r_info);
 	symtab_index = ELF32_R_SYM(this_reloc->r_info);
@@ -137,7 +136,7 @@
 
 	if (unlikely(reloc_type != R_386_JMP_SLOT)) {
 		_dl_dprintf(2, "%s: Incorrect relocation type in jump relocations\n",
-			    _dl_progname);
+		            _dl_progname);
 		_dl_exit(1);
 	}
 
@@ -159,8 +158,8 @@
 			_dl_dprintf(_dl_debug_file, "\nresolve function: %s", symname);
 			if (_dl_debug_detail)
 				_dl_dprintf(_dl_debug_file,
-					    "\n\tpatched: %x ==> %x @ %x",
-					    *got_addr, new_addr, got_addr);
+				            "\n\tpatched: %x ==> %x @ %x",
+				            *got_addr, new_addr, got_addr);
 		}
 	}
 	if (!_dl_debug_nofixups) {




More information about the uClibc-cvs mailing list