* addrscopes.c (handle_address): Apply bias to PC addresses.
2005-08-27 Roland McGrath <roland@redhat.com>
+ * addrscopes.c (handle_address): Apply bias to PC addresses.
+
* run-funcscopes.sh: New file.
* testfile25.bz2: New data file.
* Makefile.am (TESTS, EXTRA_DIST): Add them.
if (dwarf_lowpc (die, &lowpc) == 0
&& dwarf_highpc (die, &highpc) == 0)
{
+ lowpc += cubias;
+ highpc += cubias;
Dwfl_Line *loline = dwfl_getsrc (dwfl, lowpc);
Dwfl_Line *hiline = dwfl_getsrc (dwfl, highpc);
paddr (": ", lowpc, loline);