[Bug ld/5652] genscripts.sh fails with BASH_LINENO

2008-01-25 Thread vincent dot riviere at freesbee dot fr
--- Additional Comments From vincent dot riviere at freesbee dot fr 2008-01-25 22:55 --- Furthermore: - SVR2 (1984): - shell functions (sh) http://www.faqs.org/faqs/unix-faq/faq/part6/ I didn't find any documentation about POSIX. But bash --posix knows about functions. And

Re: gprof reporting zero times for one program

2008-01-25 Thread Nick Clifton
Hi David, I'm having issues with gprof reporting empty times on the development version of my network program nettee. binutils-2.17.50.0.9-1mdv2007.1 For the record there is a 2.18 release out now, although I doubt if this will have any effect on the problem you are seeing. Whereas for

[Bug ld/5652] genscripts.sh fails with BASH_LINENO

2008-01-25 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2008-01-25 20:04 --- http://www.faqs.org/faqs/unix-faq/shell/shell-differences/ sh csh ksh bash tcsh zsh rc es Shell functions Y(1) NYYNYYY 1.

Re: gprof reporting zero times for one program

2008-01-25 Thread David Mathog
Nick Clifton wrote: Whereas for the development nettee: Each sample counts as 0.01 seconds. no time accumulated Hmm, well it appears that there is no profiling information in the gmon.out file. Have you checked that a gmon.out file is actually being produced ? And that it is not

[Bug ld/5670] linker is broken

2008-01-25 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2008-01-25 17:35 --- Fixed by http://sourceware.org/ml/binutils/2008-01/msg00278.html -- What|Removed |Added

[Bug ld/5652] genscripts.sh fails with BASH_LINENO

2008-01-25 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-01-25 16:56 --- Hi Vincent, Thanks for reporting this problem. I am not sure if your proposed patch will work for all versions of /bin/sh however. Correct me if I am wrong, but aren't shell functions a feature of bash