aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog.hpread
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1994-09-29 05:03:18 +0000
committerJeff Law <law@redhat.com>1994-09-29 05:03:18 +0000
commite042d326f98b020e7f1376d908007ccb57e44c09 (patch)
tree22ffbfc35956ddc51e1e3c76d9e7c0200dd7826a /gdb/ChangeLog.hpread
parent510ceea939b789df3ae14b8fa34e93c20f34ff74 (diff)
downloadgdb-e042d326f98b020e7f1376d908007ccb57e44c09.zip
gdb-e042d326f98b020e7f1376d908007ccb57e44c09.tar.gz
gdb-e042d326f98b020e7f1376d908007ccb57e44c09.tar.bz2
* hpread.c (hpread_read_array_type): Do not change the type code
to TYPE_CODE_PTR for "char foo[]". Just make it a zero length array type.
Diffstat (limited to 'gdb/ChangeLog.hpread')
-rw-r--r--gdb/ChangeLog.hpread4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog.hpread b/gdb/ChangeLog.hpread
index 4534bb5..cfe6d1b 100644
--- a/gdb/ChangeLog.hpread
+++ b/gdb/ChangeLog.hpread
@@ -1,5 +1,9 @@
Wed Sep 28 00:35:23 1994 Jeff Law (law@snake.cs.utah.edu)
+ * hpread.c (hpread_read_array_type): Do not change the type code
+ to TYPE_CODE_PTR for "char foo[]". Just make it a zero length
+ array type.
+
* hpread.c (hpread_type_translate): Handle T_UNS_LONG types with
lengths other than 32bits (HP C 9.69 represents an "unsigned char"
as an T_UNS_LONG with length 8).