* Makefile.in (VERSION): Bump to 4.7.4.
[deliverable/binutils-gdb.git] / gdb / mipsread.c
index 0760f1e310605cbe06475014401e3b8ef215033a..3225b1dc55dd17b1fa673c48184c8060bc8147d3 100644 (file)
@@ -1555,7 +1555,8 @@ upgrade_type(tpp, tq, ax, bigend)
                return 0;
 
        case tqArray:
-               /* We should probably try to use create_array_type here.  FIXME! */
+               /* We should probably try to use create_range_type and
+                  create_array_type here.  FIXME! */
                off = 0;
                t = init_type(TYPE_CODE_ARRAY, 0, 0, (char *) NULL,
                              (struct objfile *) NULL);
This page took 0.042732 seconds and 4 git commands to generate.