diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2008-09-01 22:24:05 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2008-09-01 22:24:05 +0000 |
commit | d68209e4d0b6d80ffc73615e738bbe9c66b5746b (patch) | |
tree | d8f5558f7728d1f11409049de787c818bcf82acd /gdb/ChangeLog | |
parent | 70296270a449e53a8d28fcc77933479509bbb913 (diff) | |
download | gdb-d68209e4d0b6d80ffc73615e738bbe9c66b5746b.zip gdb-d68209e4d0b6d80ffc73615e738bbe9c66b5746b.tar.gz gdb-d68209e4d0b6d80ffc73615e738bbe9c66b5746b.tar.bz2 |
Stay compatible after the GCC PR fortran/29635 fix.
* dwarf2read.c (process_die <DW_TAG_imported_module>)
(process_die <DW_TAG_imported_module>): Do not assert anything about
these unsupported tags.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 10ffe85..e4d1930 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2008-09-01 Jan Kratochvil <jan.kratochvil@redhat.com> + + Stay compatible after the GCC PR fortran/29635 fix. + * dwarf2read.c (process_die <DW_TAG_imported_module>) + (process_die <DW_TAG_imported_module>): Do not assert anything about + these unsupported tags. + 2008-08-29 Tom Tromey <tromey@redhat.com> * maint.c (_initialize_maint_cmds): Fix typo. |