Remove obsolete TYPE_FLAG_... values
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cp / hang.exp
index 099ebcfd285728b43c27131b2d491d363fcef675..ab43c7b951d322d2c22c6c8cbe1dc219ba539661 100644 (file)
@@ -58,8 +58,8 @@ if {[prepare_for_testing $testfile.exp $testfile \
 #
 # Since `hang2.o''s psymtab lists `hang1.o' as a dependency, GDB first
 # reads `hang1.o''s symbols.  When GDB sees `(1,3)=xsB:', it creates a
-# type object for `struct B', sets its TYPE_FLAG_STUB flag, and
-# records it as type number `(1,3)'.
+# type object for `struct B', sets its TYPE_STUB flag, and records it
+# as type number `(1,3)'.
 #
 # When GDB finds the definition of `struct C::B', since the stabs
 # don't indicate that the type is nested within C, it treats it as
This page took 0.024987 seconds and 4 git commands to generate.