Re: binutils.texi frontmatter

2007-10-26 Thread Karl Berry
Thanks very much. I have applied your patch along with this changelog entry. Thanks Nick. Sorry for not writing the ChangeLog entry. There's one more issue I forgot to write about: right now the license used is the FDL 1.1, but the current version is 1.2, and has been for quite a while. I

[Bug ld/4988] [2.18/HEAD regression] Assertion failures in ld

2007-10-26 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2007-10-26 17:59 --- Thanks! I've merged it to the branch. -- What|Removed |Added Status|NEW

[Bug ld/4988] [2.18/HEAD regression] Assertion failures in ld

2007-10-26 Thread tbm at cyrius dot com
--- Additional Comments From tbm at cyrius dot com 2007-10-26 17:55 --- The problem is fixed by http://sourceware.org/ml/binutils-cvs/2007-10/msg00087.html which happily applies to 2.18. -- What|Removed |Added

[Bug gas/5221] .pushsection is broken

2007-10-26 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-26 17:28 --- A patch is posted at http://sourceware.org/ml/binutils/2007-10/msg00364.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=5221 --- You are receiving this mail because: --- You are on the CC list for

[Bug ld/4988] [2.18/HEAD regression] Assertion failures in ld

2007-10-26 Thread tbm at cyrius dot com
--- Additional Comments From tbm at cyrius dot com 2007-10-26 15:56 --- (In reply to comment #7) > Actually, it seems this problem no longer shows up on HEAD. However, I can reproduce it with the 2.18 branch as well as with 2.18.50.20070930. I'll try to narrow it down, but CVS makes tha

[Bug gas/5221] .pushsection is broken

2007-10-26 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-26 13:01 --- For ELF, you can specify flags, type and others with .section NAME [, "FLAGS"[, @TYPE[,FLAG_SPECIFIC_ARGUMENTS]]] .subsection also should support them. The previous assembler did. The previous manual had 7.81

[Bug ld/4988] [2.18/HEAD regression] Assertion failures in ld

2007-10-26 Thread tbm at cyrius dot com
--- Additional Comments From tbm at cyrius dot com 2007-10-26 12:29 --- Actually, it seems this problem no longer shows up on HEAD. -- http://sourceware.org/bugzilla/show_bug.cgi?id=4988 --- You are receiving this mail because: --- You are on the CC list for the bug, or are

Re: binutils.texi frontmatter

2007-10-26 Thread Nick Clifton
Hi Karl, I noticed some infelicities in the Texinfo frontmatter of binutils.texi. I'll append a diff and the new file. Thanks very much. I have applied your patch along with this changelog entry. Cheers Nick binutils/ChangeLog 2007-10-26 Karl Berry <[EMAIL PROTECTED]> * doc/bi

[Bug ld/5215] [regression] ld/genscripts.sh rev 1.24 breaks on FreeBSD's /bin/sh

2007-10-26 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2007-10-26 10:07 --- http://sourceware.org/ml/binutils-cvs/2007-10/msg00179.html -- What|Removed |Added

[Bug ld/4988] [2.18/HEAD regression] Assertion failures in ld

2007-10-26 Thread tbm at cyrius dot com
--- Additional Comments From tbm at cyrius dot com 2007-10-26 09:39 --- (In reply to comment #4) >Plus of course any other libraries that these libraries need. :-) > > Cheers >Nick Nick, would you be interested in an account on a mipsel box so you could take a look? Unfortunate

[Bug gas/5221] .pushsection is broken

2007-10-26 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-10-26 06:59 --- Hi H.J. The test case (and presumably the pageattr.s source file) are broken. The .pushsection pseudo-op takes a subsection number as its optional second argument. Using a string is incorrect. Hence I do not

[Bug gas/5221] .pushsection is broken

2007-10-26 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-26 06:56 --- bash-3.2$ cat x.s .text movl(%rbx), %eax 1: ud2 .pushsection __bug_table,"a" 2: .quad 1b, .LC0 .word 136, 0 .org 2b+24 .popsection .L21: jmp .L21 bash-3

[Bug gas/5221] .pushsection is broken

2007-10-26 Thread hjl at lucon dot org
-- What|Removed |Added GCC target triplet||x86_64-unknown-linux-gnu http://sourceware.org/bugzilla/show_bug.cgi?id=5221 --- You are receiving this m

[Bug gas/5221] .pushsection is broken

2007-10-26 Thread hjl at lucon dot org
-- What|Removed |Added Severity|normal |critical Priority|P2 |P1 http://sourceware.org/bugzilla/show_bug.cgi?id=52

[Bug gas/5221] New: .pushsection is broken

2007-10-26 Thread hjl at lucon dot org
When building Linux kernel 2.6.23, I got pageattr.s: Assembler messages: pageattr.s:219: Error: bad expression pageattr.s:219: Error: junk at end of line, first unrecognized character is `a' pageattr.s:239: Error: bad expression pageattr.s:239: Error: junk at end of line, first unrecognized charac