diff options
author | Weimin Pan <weimin.pan@oracle.com> | 2019-09-25 16:03:15 -0400 |
---|---|---|
committer | Weimin Pan <weimin.pan@oracle.com> | 2019-09-25 16:03:15 -0400 |
commit | 2c9a28c12dbad8ba9d8a085ff9b2439cf95fb22f (patch) | |
tree | 9268ecf2c4a45b5a6126ff76ccdf616e5df35bd4 /gdb/ctf.c | |
parent | 6fa0bc1c30c6f099771d91c574cccbce5535ae75 (diff) | |
download | gdb-users/weimin/ctf.zip gdb-users/weimin/ctf.tar.gz gdb-users/weimin/ctf.tar.bz2 |
Sync up gdb with latest gcc and binutilsusers/weimin/ctf
Diffstat (limited to 'gdb/ctf.c')
-rw-r--r-- | gdb/ctf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" -#include "ctf.h" +#include "tracectf.h" #include "tracepoint.h" #include "regcache.h" #include <sys/stat.h> |