* NEWS: Mention "info auto-load-scripts".
[deliverable/binutils-gdb.git] / gdb / eval.c
index 09b41a0fbc2fe6a633d9a63cbaa7c77bdd6bed4b..bbc7b8a71f80661438d9a4d6a1c9cd3e7e1fedb2 100644 (file)
@@ -1832,6 +1832,8 @@ evaluate_subexp_standard (struct type *expect_type,
              return value_zero (builtin_type (exp->gdbarch)->builtin_int,
                                 not_lval);
            }
+         else if (TYPE_GNU_IFUNC (ftype))
+           return allocate_value (TYPE_TARGET_TYPE (TYPE_TARGET_TYPE (ftype)));
          else if (TYPE_TARGET_TYPE (ftype))
            return allocate_value (TYPE_TARGET_TYPE (ftype));
          else
This page took 0.026531 seconds and 4 git commands to generate.