------- Additional Comments From andrew at ishiboo dot com  2008-09-29 20:25 
-------
$ cat /tmp/foo.cc
int main(void) {
    return 0;
}
$ CC -xs -g -o /tmp/foo /tmp/foo.cc
$ objdump -g /tmp/foo
<produces the error in the description>

-- 


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

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


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to