[Bug gas/5221] .pushsection is broken

2007-10-28 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-29 01:10 --- Fixed. -- What|Removed |Added Status|REOPENED|RESOLVED Resolut

[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 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 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