This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Is this a gcc, gdb or readelf bug?
- From: "H. J. Lu" <hjl at lucon dot org>
- To: gcc at gcc dot gnu dot org, GDB <gdb at sources dot redhat dot com>,binutils at sources dot redhat dot com
- Date: Tue, 21 Dec 2004 17:16:27 -0800
- Subject: Is this a gcc, gdb or readelf bug?
I can't debug gcc 4.0 with gdb:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19124
When I used idb, I got
(idb) stop in tls_symbolic_operand
Info: Optimized variables show as <no value> when no location is
allocated.
[#1: stop in int tls_symbolic_operand(rtx, enum machine_mode)]
(idb) r
Is that a gdb/readelf or gcc bug?
H.J.