diff options
author | Petr Sorfa <petrs@caldera.com> | 2002-01-11 16:56:04 +0000 |
---|---|---|
committer | Petr Sorfa <petrs@caldera.com> | 2002-01-11 16:56:04 +0000 |
commit | b21b22e0688fffcd43af44aa3b234c7a5a4cd954 (patch) | |
tree | cfc13f3e3ed7cd092c464c5216ffdff64c3e4fc8 /gdb/ChangeLog | |
parent | 41ae02c9eaedd88a26c7772a54e50a03ee129f7c (diff) | |
download | gdb-b21b22e0688fffcd43af44aa3b234c7a5a4cd954.zip gdb-b21b22e0688fffcd43af44aa3b234c7a5a4cd954.tar.gz gdb-b21b22e0688fffcd43af44aa3b234c7a5a4cd954.tar.bz2 |
1) Handling of the DW_AT_byte_size attribute when processing a
DW_TAG_string_type (this is acceptable under the current DWARF 2.1/3.0
standard.)
2) In read_tag_string_type(), a fix for FORTRAN that propagates the
first string length to all string types. This is important as FORTRAN
strings are not delimited as in C/C++.
3) Handling of the DW_LANG_Fortran95.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3d1d2fa..b8ba9a4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2002-01-11 Petr Sorfa <petrs@caldera.com> + + * MAINTAINERS (write-after-approval): Add myself. + * dwarf2read.c (read_tag_string_type): Handling of + DW_AT_byte_size. + (read_tag_string_type): FORTRAN fix to prevent propagation of + first string size. + (set_cu_language): Handling of DW_LANG_Fortran95 + 2002-01-11 Richard Earnshaw <rearnsha@arm.com> * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid -> |