bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/5221] .pushsection is broken


From: hjl at lucon dot org
Subject: [Bug gas/5221] .pushsection is broken
Date: 26 Oct 2007 06:56:26 -0000

------- 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.2$ gcc -c x.s
x.s: Assembler messages:
x.s:4: Error: bad expression
x.s:4: Error: junk at end of line, first unrecognized character is `a'
bash-3.2$ 

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=5221

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]