Index: gdb/ctf.h |
diff --git a/gdb/ia64-hpux-tdep.h b/gdb/ctf.h |
similarity index 79% |
copy from gdb/ia64-hpux-tdep.h |
copy to gdb/ctf.h |
index 15b4f28c9423845bd74d2f5159e29ddec534e187..6a61cf39fd6717a50517aeb8f92f42e8b21722cc 100644 |
--- a/gdb/ia64-hpux-tdep.h |
+++ b/gdb/ctf.h |
@@ -1,4 +1,6 @@ |
-/* Copyright (C) 2010, 2012 Free Software Foundation, Inc. |
+/* CTF format support. |
+ |
+ Copyright (C) 2012-2013 Free Software Foundation, Inc. |
This file is part of GDB. |
@@ -15,10 +17,9 @@ |
You should have received a copy of the GNU General Public License |
along with this program. If not, see <http://www.gnu.org/licenses/>. */ |
-#ifndef IA64_HPUX_TDEP_H |
-#define IA64_HPUX_TDEP_H |
+#ifndef CTF_H |
+#define CTF_H |
-struct target_so_ops; |
-extern struct target_so_ops *ia64_hpux_so_ops; |
+extern struct trace_file_writer *ctf_trace_file_writer_new (void); |
#endif |