2003-03-26 Michael Chastain <mec@shout.net>
authorMichael Chastain <mec@google.com>
Wed, 26 Mar 2003 22:10:39 +0000 (22:10 +0000)
committerMichael Chastain <mec@google.com>
Wed, 26 Mar 2003 22:10:39 +0000 (22:10 +0000)
* gdb.base/ptype.exp: Actually use some typedef'd types.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/ptype.c

index 433708822bfdf3d39fef834271b1d6772d048861..66a1eb6f775d029dfa2e5cd6904bf572968e90d0 100644 (file)
@@ -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.
index 2c85c7c88fcf93fc07d8133d2ff5fc9c41dd885f..397a714692bf7f7253f161b96022e902674b540b 100644 (file)
@@ -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
This page took 0.031297 seconds and 4 git commands to generate.