OSDN Git Service

* dwarfout.c (dwarfout_init): Warn that DWARF1 is deprecated.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Jul 2002 17:04:56 +0000 (17:04 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Jul 2002 17:04:56 +0000 (17:04 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55342 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/dwarfout.c

index e825ded..036852c 100644 (file)
@@ -1,4 +1,9 @@
+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.
index d51e65f..0a41dbb 100644 (file)
@@ -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;