Introduce procedure use_gdb_stub
[deliverable/binutils-gdb.git] / gdb / d-valprint.c
index 788b3d594805fed7b754cb1fcdc942e86baa7780..8527424f87a16a28fe7c3445b7edda9a7f534021 100644 (file)
@@ -1,6 +1,6 @@
 /* Support for printing D values for GDB, the GNU debugger.
 
-   Copyright (C) 2008-2014 Free Software Foundation, Inc.
+   Copyright (C) 2008-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -80,7 +80,7 @@ d_val_print (struct type *type, const gdb_byte *valaddr, int embedded_offset,
 {
   int ret;
 
-  CHECK_TYPEDEF (type);
+  type = check_typedef (type);
   switch (TYPE_CODE (type))
     {
       case TYPE_CODE_STRUCT:
This page took 0.024247 seconds and 4 git commands to generate.