diff -r 2a70db54adec -r 4d3b0b480760 components/gdb/patches/gdb.features.sparc64-cp0.c.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/gdb/patches/gdb.features.sparc64-cp0.c.patch Wed Oct 16 06:53:51 2013 -0700 @@ -0,0 +1,19 @@ +--- /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; ++}