Re: Odd crash with strip

2006-01-10 Thread Alan Modra
On Tue, Jan 10, 2006 at 01:42:34AM -0600, R.K. wrote: > # strip bash checkpassword cp > BFD: checkpassword: warning: Empty loadable segment detected, is this > intentional ? > > BFD: checkpassword: warning: Empty loadable segment detected, is this > intentional ? > > strip: there are no section

Re: Odd crash with strip

2006-01-10 Thread Alan Modra
On Wed, Jan 11, 2006 at 08:43:53AM +1030, Alan Modra wrote: > * objcopy.c (copy_object): Set isympp and osympp to NULL after free. Reviewing my own patch before committing would have been better.. There was a good reason why the test is "osympp != isympp" rather than "osympp != NULL", and ch