[Bug gprof/4283] New: update gprof manual with note about GMON_OUT_PREFIX

2007-03-26 Thread benasselstine at gmail dot com
I wanted to be able to output to a file other than gmon.out, and this environment variable did the trick. However the manual didn't tell me about it -- I had to go rummaging through the code. I will be following up with a patch. -- Summary: update gprof manual with note about GMON_OU

[Bug gprof/4283] update gprof manual with note about GMON_OUT_PREFIX

2007-03-26 Thread benasselstine at gmail dot com
--- Additional Comments From benasselstine at gmail dot com 2007-03-26 20:49 --- Created an attachment (id=1652) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1652&action=view) add note about GMON_OUT_PREFIX to the manual (first iteration) Here's my first try at a patch that fi

[Bug ld/4284] New: Linker "relax" option results in bad subroutine calls

2007-03-26 Thread sbell at dataplay dot com
I am compiling and linking C for an ATmega2560. When I use the default options, the resulting code works fine. When I try to remove unused trampoline entries by placing -W,--relax in the ld options, the resulting code seems to have bad subroutine calls. Not all subroutine calls are bad, nor are a

[Bug ld/4284] Linker "relax" option results in bad subroutine calls

2007-03-26 Thread eweddington at cso dot atmel dot com
-- What|Removed |Added CC||eweddington at cso dot atmel ||dot com http://sourceware.org/bu

[Bug gas/3990] [PATCH] IA64 gas DV: reports spurious WAW hazards

2007-03-26 Thread wilson at specifix dot com
--- Additional Comments From wilson at specifix dot com 2007-03-27 01:23 --- This looks right to me. The bug is curious, but apparently we only handle or.andcm and and.orcm because these are the only parallel compares that gcc is smart enough to emit. So when we added support for these