aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarfread.c
diff options
context:
space:
mode:
authorMichael Chastain <mec@google.com>2004-05-01 22:30:27 +0000
committerMichael Chastain <mec@google.com>2004-05-01 22:30:27 +0000
commitb2a871dd6ed171ba997b1bf4889f57edc500890c (patch)
tree645341ca45a82b4ee52284d3906839533b627cb4 /gdb/dwarfread.c
parentacd8056e99e13ae5a1686583edd68d965911c5d5 (diff)
downloadfsf-binutils-gdb-b2a871dd6ed171ba997b1bf4889f57edc500890c.zip
fsf-binutils-gdb-b2a871dd6ed171ba997b1bf4889f57edc500890c.tar.gz
fsf-binutils-gdb-b2a871dd6ed171ba997b1bf4889f57edc500890c.tar.bz2
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 c245108..1cd8ebe 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
*/
/*