aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarfout.c
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2002-07-09 17:04:56 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2002-07-09 17:04:56 +0000
commit7ca0873c2abfa2d891f71b05798ba20e66b72d9a (patch)
treec73dcb3ebbe956c2d3fc9b1ac5e4d8b7c9018b08 /gcc/dwarfout.c
parent26b10ae009a7604a9cf6ad2a9ace9b986ba5945c (diff)
downloadgcc-7ca0873c2abfa2d891f71b05798ba20e66b72d9a.zip
gcc-7ca0873c2abfa2d891f71b05798ba20e66b72d9a.tar.gz
gcc-7ca0873c2abfa2d891f71b05798ba20e66b72d9a.tar.bz2
* dwarfout.c (dwarfout_init): Warn that DWARF1 is deprecated.
From-SVN: r55342
Diffstat (limited to 'gcc/dwarfout.c')
-rw-r--r--gcc/dwarfout.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c
index d51e65f..0a41dbb 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;