From: Mark Mitchell Date: Tue, 9 Jul 2002 17:04:56 +0000 (+0000) Subject: * dwarfout.c (dwarfout_init): Warn that DWARF1 is deprecated. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7ca0873c2abfa2d891f71b05798ba20e66b72d9a;p=gcc.git * dwarfout.c (dwarfout_init): Warn that DWARF1 is deprecated. From-SVN: r55342 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e825dede3d9..036852c9cfd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,4 +1,9 @@ +2002-07-09 Mark Mitchell + + * dwarfout.c (dwarfout_init): Warn that DWARF1 is deprecated. + 2002-07-09 Steve Ellcey + * gcc/except.c (expand_eh_region_end_cleanup): Change exception pointer from Pmode to ptr_mode. (get_exception_pointer): Ditto. diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index d51e65f473b..0a41dbb9731 100644 --- a/gcc/dwarfout.c +++ b/gcc/dwarfout.c @@ -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;