summaryrefslogtreecommitdiff
path: root/gdb/dwarfread.c
diff options
context:
space:
mode:
authorMichael Chastain <mec.gnu@mindspring.com>2004-05-01 22:30:27 +0000
committerMichael Chastain <mec.gnu@mindspring.com>2004-05-01 22:30:27 +0000
commit47f0c770a120b24b31636fb11214adf51368ed78 (patch)
treec45c4d1eac3137ad9839cd5fca7a52b5cdc0494c /gdb/dwarfread.c
parentd7198e26eb84dcb4512d0440b3b7777bb08cb5b7 (diff)
downloadgdb-47f0c770a120b24b31636fb11214adf51368ed78.tar.gz
2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
* dwarfread.c: Update documentation on the state of dwarf-1.
Diffstat (limited to 'gdb/dwarfread.c')
-rw-r--r--gdb/dwarfread.c15
1 files changed, 13 insertions, 2 deletions
diff --git a/gdb/dwarfread.c b/gdb/dwarfread.c
index c245108c08e..1cd8ebeb047 100644
--- a/gdb/dwarfread.c
+++ b/gdb/dwarfread.c
@@ -29,7 +29,7 @@
DWARF-1 is slowly headed for obsoletion.
- In gcc HEAD 2003-11-29 16:28:31 UTC, no targets prefer dwarf-1.
+ In gcc 3.4.0, support for dwarf-1 has been removed.
In gcc 3.3.2, these targets prefer dwarf-1:
@@ -73,11 +73,22 @@
Some non-gcc compilers produce dwarf-1:
PR gdb/1179 was from a user with Diab C++ 4.3.
+ On 2003-07-25 the gdb list received a report from a user
+ with Diab Compiler 4.4b.
Other users have also reported using Diab compilers with dwarf-1.
+
+ Diab Compiler Suite 5.0.1 supports dwarf-2/dwarf-3 for C and C++.
+ (Diab(tm) Compiler Suite 5.0.1 Release Notes, DOC-14691-ZD-00,
+ Wind River Systems, 2002-07-31).
+
On 2003-06-09 the gdb list received a report from a user
with Absoft ProFortran f77 which is dwarf-1.
- -- chastain 2003-12-01
+ Absoft ProFortran Linux Fortran User Guide (no version,
+ but copyright dates are 1991-2001) says that Absoft ProFortran
+ supports -gdwarf1 and -gdwarf2.
+
+ -- chastain 2004-04-24
*/
/*