components/gdb/patches/gdb.features.i386.32bit-solaris.c.patch
branchs11-update
changeset 2814 dff3ca0071d6
equal deleted inserted replaced
2813:db0bfa0fa498 2814:dff3ca0071d6
       
     1 --- /dev/null	2013-08-23 08:27:09.000000000 -0700
       
     2 +++ gdb-7.6/gdb/features/i386/32bit-solaris.c	2013-08-23 08:26:12.807778351 -0700
       
     3 @@ -0,0 +1,16 @@
       
     4 +/* THIS FILE IS GENERATED.  -*- buffer-read-only: t -*- vi:set ro:
       
     5 +  Original: 32bit-solaris.xml */
       
     6 +
       
     7 +#include "defs.h"
       
     8 +#include "osabi.h"
       
     9 +#include "target-descriptions.h"
       
    10 +
       
    11 +struct target_desc *tdesc_32bit_solaris;
       
    12 +static void
       
    13 +initialize_tdesc_32bit_solaris (void)
       
    14 +{
       
    15 +  struct target_desc *result = allocate_target_description ();
       
    16 +  struct tdesc_feature *feature;
       
    17 +
       
    18 +  tdesc_32bit_solaris = result;
       
    19 +}