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

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



Author: aurel32
Date: 2007-05-24 14:34:39 +0000 (Thu, 24 May 2007)
New Revision: 2287

Modified:
   glibc-package/branches/glibc-2.6/debian/patches/sparc/local-undefined-registers.diff
Log:
Fix local-undefined-registers.diff once again


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:50:31 UTC (rev 2286)
+++ glibc-package/branches/glibc-2.6/debian/patches/sparc/local-undefined-registers.diff	2007-05-24 14:34:39 UTC (rev 2287)
@@ -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 '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: