* gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
[deliverable/binutils-gdb.git] / gdb / m2-valprint.c
index 579ea8b8054f95663da42776eb9f9c7a61969473..533f672443ad16190201184fe7c5f6086eaa4c40 100644 (file)
@@ -1,8 +1,7 @@
 /* Support for printing Modula 2 values for GDB, the GNU debugger.
 
-   Copyright (C) 1986, 1988, 1989, 1991, 1992, 1996, 1998,
-                 2000, 2005, 2006
-   Free Software Foundation, Inc.
+   Copyright (C) 1986, 1988, 1989, 1991, 1992, 1996, 1998, 2000, 2005, 2006,
+                 2007 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -327,10 +326,6 @@ m2_val_print (struct type *type, const gdb_byte *valaddr, int embedded_offset,
        }
       break;
 
-    case TYPE_CODE_MEMBER:
-      error (_("not implemented: member type in m2_val_print"));
-      break;
-
     case TYPE_CODE_REF:
       elttype = check_typedef (TYPE_TARGET_TYPE (type));
       if (addressprint)
This page took 0.041476 seconds and 4 git commands to generate.