* stabsread.c (read_type): Call read_type, not nonexistent
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 22 Apr 1994 23:49:51 +0000 (23:49 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 22 Apr 1994 23:49:51 +0000 (23:49 +0000)
os9k_read_type.

gdb/ChangeLog
gdb/stabsread.c

index 21207117493c0329805531cce374c9b61682ba2b..0dd9c4f0f633c6166bf7440cfa2de538c0d99469 100644 (file)
@@ -1,3 +1,8 @@
+Fri Apr 22 16:43:54 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * stabsread.c (read_type): Call read_type, not nonexistent
+       os9k_read_type.
+
 Fri Apr 22 14:25:36 1994  Kung Hsu  (kung@mexican.cygnus.com)
 
        * remote-os9k.c (rombug_fetch_registers): set trace mode
index 37c23ca1261671f2f01b107ef7ebcf1d67152b1a..c6e4d786f90472453f2c2fae25085030017032e6 100644 (file)
@@ -1553,7 +1553,7 @@ read_type (pp, objfile)
          ++*pp;
          while (**pp != ')')
             {
-              t = os9k_read_type(pp, objfile);
+              t = read_type(pp, objfile);
               if (**pp == ',') ++*pp;
             }
        }