components/gdb/patches/gdb.features.i386.64bit-solaris.c.patch
changeset 1511 4d3b0b480760
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gdb/patches/gdb.features.i386.64bit-solaris.c.patch	Wed Oct 16 06:53:51 2013 -0700
@@ -0,0 +1,19 @@
+--- /dev/null	2013-08-23 08:27:09.000000000 -0700
++++ gdb-7.6/gdb/features/i386/64bit-solaris.c	2013-08-23 08:26:12.873621783 -0700
+@@ -0,0 +1,16 @@
++/* THIS FILE IS GENERATED.  -*- buffer-read-only: t -*- vi:set ro:
++  Original: 64bit-solaris.xml */
++
++#include "defs.h"
++#include "osabi.h"
++#include "target-descriptions.h"
++
++struct target_desc *tdesc_64bit_solaris;
++static void
++initialize_tdesc_64bit_solaris (void)
++{
++  struct target_desc *result = allocate_target_description ();
++  struct tdesc_feature *feature;
++
++  tdesc_64bit_solaris = result;
++}