From: Hui Zhu Date: Tue, 25 Feb 2014 15:55:42 +0000 (+0800) Subject: 2014-02-25 Hui Zhu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e186c3bd62c2e401c74651b712d960f38cfb8169;p=binutils-gdb.git 2014-02-25 Hui Zhu * target.h (target_ops): Fix TARGET_DEFAULT_RETURN of to_traceframe_info. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4758b87178f..37c4b6bf65d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2014-02-25 Hui Zhu + + * target.h (target_ops): Fix TARGET_DEFAULT_RETURN of + to_traceframe_info. + 2014-02-25 Kevin Buettner * rl78-tdep.c ( RL78_BANK0_RP0_PTR_REGNUM, RL78_BANK0_RP1_PTR_REGNUM) diff --git a/gdb/target.h b/gdb/target.h index db248a8a034..7ce66c10555 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -976,7 +976,7 @@ struct target_ops higher layers take care of caching, invalidating, and re-fetching when necessary. */ struct traceframe_info *(*to_traceframe_info) (struct target_ops *) - TARGET_DEFAULT_RETURN (tcomplain ()); + TARGET_DEFAULT_RETURN (NULL); /* Ask the target to use or not to use agent according to USE. Return 1 successful, 0 otherwise. */