components/gdb/patches/gdb.features.sparc64-cp0.c.patch
changeset 7457 8b915debed11
parent 7452 fb7fc83af20b
child 7458 4e46474a987f
--- a/components/gdb/patches/gdb.features.sparc64-cp0.c.patch	Wed Dec 07 10:59:52 2016 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
---- /dev/null	2013-10-05 19:42:45.000000000 -0700
-+++ gdb-7.6/gdb/features/sparc64-cp0.c	2013-08-28 00:21:38.000000000 -0700
-@@ -0,0 +1,16 @@
-+/* THIS FILE IS GENERATED.  -*- buffer-read-only: t -*- vi:set ro:
-+  Original: sparc64-cp0.xml */
-+
-+#include "defs.h"
-+#include "osabi.h"
-+#include "target-descriptions.h"
-+
-+struct target_desc *tdesc_sparc64_cp0;
-+static void
-+initialize_tdesc_sparc64_cp0 (void)
-+{
-+  struct target_desc *result = allocate_target_description ();
-+  struct tdesc_feature *feature;
-+
-+  tdesc_sparc64_cp0 = result;
-+}