Commit 7ca0873c by Mark Mitchell Committed by Mark Mitchell

* dwarfout.c (dwarfout_init): Warn that DWARF1 is deprecated.

From-SVN: r55342
parent 26b10ae0
2002-07-09 Mark Mitchell <mark@codesourcery.com>
* dwarfout.c (dwarfout_init): Warn that DWARF1 is deprecated.
2002-07-09 Steve Ellcey <sje@cup.hp.com>
* gcc/except.c (expand_eh_region_end_cleanup): Change exception pointer
from Pmode to ptr_mode.
(get_exception_pointer): Ditto.
......
......@@ -6183,6 +6183,8 @@ static void
dwarfout_init (main_input_filename)
const char *main_input_filename;
{
warning ("support for the DWARF1 debugging format is deprecated");
/* Remember the name of the primary input file. */
primary_filename = main_input_filename;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment