This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [RFA] Debug hooks
- To: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Subject: Re: [RFA] Debug hooks
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Date: Mon, 9 Jul 2001 22:20:25 +0100 (BST)
- cc: <gcc-patches at gcc dot gnu dot org>
On Mon, 9 Jul 2001, Neil Booth wrote:
> This patch starts adding debug hooks to GCC to produce debug output.
Will you be using this mechanism to get rid of the need for non-C front
ends to define flag_traditional for dwarfout.c/dwarf2out.c? (I suggest an
enumeration for those languages known by at least one debug format, with a
catch-all "unknown" entry for front ends for other languages, then having
each debug format's code translate to e.g. DWARF2's list of source
languages.)
--
Joseph S. Myers
jsm28@cam.ac.uk