This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problem with debugging information
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Subject: Re: Problem with debugging information
- From: Richard Henderson <rth at cygnus dot com>
- Date: Mon, 22 May 2000 16:11:01 -0700
- Cc: gcc at gcc dot gnu dot org
- References: <10005221922.AA25366@vlsi1.ultra.nyu.edu>
On Mon, May 22, 2000 at 03:15:28PM -0400, Richard Kenner wrote:
> If you change the .s file and put all of the prologue before the first line
> number note, it works fine.
Interesting. This implies we should be more careful where the
line number notes wind up when inserting the prologue insns.
> It's also related to `bar' being in the same file or not. If bar is
> in a different file, next won't step in.
>
> Are you sure? I thought it would.
Positive. In fact, it seems to be directly related to whether
bsr is used to avoid the initial ldgp in the called function.
r~