This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: powerpc64 code gen changes with -g
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Alan Modra <amodra at bigpond dot net dot au>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 18 Mar 2003 21:33:52 -0500
- Subject: Re: powerpc64 code gen changes with -g
I do not know if gdb works without a frame. I assume it does.
You did not mention whether you had tested debugging with your patch or
not.
gdb and AIX dbx very well may work without GCC pushing a frame as
well, but I have not tested it.
If you are sure debugging works for ABI_V4 ELF targets without
pushing a frame, then your complete patch is fine.
David