[Bug ld/11612] New underscoring behavior can break -aligncomm directve

2010-05-26 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2010-05-26 08:20 --- Hi Doug, I tried to reproduce this problem but could not. Would it be possible for you to upload the test.o file from your example ? Also please could you check to see if the problem still exists with the late

[Bug ld/11612] New underscoring behavior can break -aligncomm directve

2010-05-26 Thread dougsemler at gmail dot com
--- Additional Comments From dougsemler at gmail dot com 2010-05-26 13:39 --- I believe this bug is now fixed at v1.33 of depfile.y that Kai checked in yesterday (allow leading . for symbol names in the parser). -- What|Removed |Added

[Bug binutils/11633] bintuils testsuit fails if built with CFLAGS="-fstack-protector-all"

2010-05-26 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2010-05-26 13:46 --- Created an attachment (id=4815) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4815&action=view) demonstration patch -- http://sourceware.org/bugzilla/show_bug.cgi?id=11633 --- You are receiving t

[Bug binutils/11633] bintuils testsuit fails if built with CFLAGS="-fstack-protector-all"

2010-05-26 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2010-05-26 13:49 --- Hi Peter, Well you could modify the default_ld_simple_link in the linker testsuite library so that it adds the missing symbols. (See the uploaded patch). But this introduces other failures in the testsuite sin

[Bug gas/11625] internal error in evax_frob_symbol assembling gmp 4.3.2 cntlz.asm

2010-05-26 Thread gingold at adacore dot com
--- Additional Comments From gingold at adacore dot com 2010-05-26 14:04 --- Created an attachment (id=4816) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4816&action=view) testcase -- http://sourceware.org/bugzilla/show_bug.cgi?id=11625 --- You are receiving this mail

[Bug gas/11601] Solaris assembler compatability doesn't work

2010-05-26 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2010-05-26 14:25 --- Created an attachment (id=4817) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4817&action=view) Potentially improved error message -- http://sourceware.org/bugzilla/show_bug.cgi?id=11601 --- You

[Bug gas/11625] internal error in evax_frob_symbol assembling gmp 4.3.2 cntlz.asm

2010-05-26 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2010-05-26 14:36 --- Hi Tristan, Hmm - with that testcase do you see the abort ? All I get is the following: % as-new cntlz.s cntlz.s: Assembler messages: cntlz.s:7: Warning: Bad .frame directive 3./4. param cntlz.s:10: Er

[Bug gas/11601] Solaris assembler compatability doesn't work

2010-05-26 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2010-05-26 14:29 --- Hi H.J. The assembler is failing to parse the .section directive because the # character starts a line comment. If you assemble your test case with the -f option added to the command line then it will work.

Re: gprof call counts wrong in multithreaded program

2010-05-26 Thread Nick Clifton
Hi Kalle, [I am very sorry about taking so long to reply to your email]. "By contrast, the number-of-calls and basic-block figures are derived by counting, not sampling. They are completely accurate and will not vary from run to run if your program is deterministic." In one series of three 9

[Bug gas/11625] internal error in evax_frob_symbol assembling gmp 4.3.2 cntlz.asm

2010-05-26 Thread gingold at adacore dot com
--- Additional Comments From gingold at adacore dot com 2010-05-26 15:02 --- Created an attachment (id=4819) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4819&action=view) The right testcase Sorry, the previous one was truncated. -- http://sourceware.org/bugzilla/show_bug.

[Bug gas/11625] internal error in evax_frob_symbol assembling gmp 4.3.2 cntlz.asm

2010-05-26 Thread gingold at adacore dot com
--- Additional Comments From gingold at adacore dot com 2010-05-26 14:06 --- (In reply to comment #2) > Hi Jay, > > I have not had a lot of luck reproducing this problem. Is there any chance > you could capture the tmp-cntlz.s file and upload that to this PR ? I have attached the te

[Bug gas/11601] Solaris assembler compatibility doesn't work

2010-05-26 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2010-05-26 15:45 --- (In reply to comment #2) > Hi H.J. > > The assembler is failing to parse the .section directive because the # > character starts a line comment. If you assemble your test case with the -f > option added

[Bug ld/11628] "ld -Ttext-segment=ORG" does not set PT_LOAD.p_vaddr

2010-05-26 Thread hjl dot tools at gmail dot com
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-05-26 14:10 --- Subject: Bug 11628 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2010-05-26 14:10:15 Modified files: ld : ChangeLog ldexp.c ld/testsui