[Bug gprof/2335] gprof reads executable 10x slower on opteron/x86_64
--- Additional Comments From dirkjan at magma-da dot com 2007-03-12 08:32 --- Subject: Re: gprof reads executable 10x slower on opteron/x86_64 No. Just g++ -O3 -gp to compile and just gprof on the executable and gmon.out. The executable is 100Mb large. Adding stab debug info in place of dwarf2 makes it run fast. Running in GDB with dwarf debug I see it not using the "dwarf" named functions to retrieve info. Dirk-Jan bje at sources dot redhat dot com wrote: > --- Additional Comments From bje at sources dot redhat dot com > 2007-03-12 03:25 --- > It may be the same -- Dirk, were you running with --line, by chance? > > -- http://sourceware.org/bugzilla/show_bug.cgi?id=2335 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug gas/4029] relax_segment can't stabilize .gcc_except_table
--- Additional Comments From amodra at bigpond dot net dot au 2007-03-12 09:01 --- Ah, yes, it does seem as if the type_info table is stored in reverse order and accessed from the end. In that case increasing alignment padding should work. -- http://sourceware.org/bugzilla/show_bug.cgi?id=4029 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
Re: typo in man page
On Sun, Mar 11, 2007 at 01:04:15AM +0100, Franck Bourdonnec wrote: > LD(1) > > --emit-relocs > word -> exececutables > > (binutils-2.17) Already fixed in CVS source, but thanks for the report. -- Alan Modra IBM OzLabs - Linux Technology Centre ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils