[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r2283 - glibc-package/branches/glibc-2.6/debian/patches/sparc



Author: aurel32
Date: 2007-05-24 12:34:47 +0000 (Thu, 24 May 2007)
New Revision: 2283

Modified:
   glibc-package/branches/glibc-2.6/debian/patches/sparc/local-undefined-registers.diff
Log:
Fix sparc/local-undefined-registers.diff on the *experimental* tree


Modified: glibc-package/branches/glibc-2.6/debian/patches/sparc/local-undefined-registers.diff
===================================================================
--- glibc-package/branches/glibc-2.6/debian/patches/sparc/local-undefined-registers.diff	2007-05-24 12:33:28 UTC (rev 2282)
+++ glibc-package/branches/glibc-2.6/debian/patches/sparc/local-undefined-registers.diff	2007-05-24 12:34:47 UTC (rev 2283)
@@ -10,7 +10,7 @@
  		  -Wl,-soname=$(rtld-installed-name) -T $@.lds
  	rm -f $@.lds
 -	nm -u $@ | cmp -s /dev/null -
-+	objdump -T $@ | grep -v 'D. \*UND\*' cmp -s /dev/null -
++	objdump -T $@ | grep -v 'D. \*UND\*' | cmp -s /dev/null -
  
  # interp.c exists just to get this string into the libraries.
  CFLAGS-interp.c = -D'RUNTIME_LINKER="$(rtlddir)/$(rtld-installed-name)"' \



Reply to: