View Bug Activity | Format For Printing
[forwarded from http://bugs.debian.org/276428] $ chmod -w t.so $ strip t.so strip: unable to copy file 't.so'; reason: Permission denied $ echo $? 0
Subject: Bug 10364 CVSROOT: /cvs/src Module name: src Changes by: hjl@sourceware.org 2009-08-03 13:47:36 Modified files: binutils : ChangeLog objcopy.c Log message: 2009-08-03 H.J. Lu <hongjiu.lu@intel.com> PR binutils/10364 * objcopy.c (strip_main): Check return from smart_rename. (copy_main): Likewise. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1502&r2=1.1503 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/objcopy.c.diff?cvsroot=src&r1=1.133&r2=1.134
Fixed.