This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/7521] DWARF problem: bad .text reference from .debug_line section.
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Sep 2003 05:50:43 -0000
- Subject: [Bug debug/7521] DWARF problem: bad .text reference from .debug_line section.
- References: <20020807032601.7521.niting@noida.hcltech.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7521
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |RESOLVED
Resolution| |INVALID
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-09-03 05:50 -------
This is invalid as since if you compile with just -c, you get the results of having "set
Adress to 0x0" but that is correct because you do not know where they are getting loaded
from.
After the static linker happens I get the correct output :
Extended opcode 2: set Address to 0x8048590
Also no feedback in 3 months (T-5 days).