diff options
author | Michael Chastain <mec@google.com> | 2003-03-26 22:10:39 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2003-03-26 22:10:39 +0000 |
commit | e8c7183923a49df987fce9bd590a603abd36e052 (patch) | |
tree | 60ef6ae3eb5442aeed9e0dc93bda1c949caadd4b /gdb/testsuite | |
parent | f541410f487c165d0b050bcd64b4c9abf568f2da (diff) | |
download | gdb-e8c7183923a49df987fce9bd590a603abd36e052.zip gdb-e8c7183923a49df987fce9bd590a603abd36e052.tar.gz gdb-e8c7183923a49df987fce9bd590a603abd36e052.tar.bz2 |
2003-03-26 Michael Chastain <mec@shout.net>
* gdb.base/ptype.exp: Actually use some typedef'd types.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/ptype.c | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 4337088..66a1eb6 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-03-26 Michael Chastain <mec@shout.net> + + * gdb.base/ptype.exp: Actually use some typedef'd types. + 2003-03-21 Stephane Carrez <stcarrez@nerim.fr> * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812. diff --git a/gdb/testsuite/gdb.base/ptype.c b/gdb/testsuite/gdb.base/ptype.c index 2c85c7c..397a714 100644 --- a/gdb/testsuite/gdb.base/ptype.c +++ b/gdb/testsuite/gdb.base/ptype.c @@ -59,6 +59,7 @@ double v_double_array[2]; /* PR 3742 */ typedef char t_char_array[]; +t_char_array *pv_char_array; /**** pointers *******/ @@ -237,6 +238,8 @@ int (*xptr) (int (*) (), int (*) (void), int); int (*(*ffptr) (char)) (short); int (*(*(*fffptr) (char)) (short)) (long); +func_type v_func_type; + /* Here are the sort of stabs we expect to see for the above: .stabs "func_type:t(0,100)=*(0,101)=g(0,1)(0,102)=*(0,103)=g(0,1)(0,1)(0,14)#(0,14)#",128,0,234,0 |