This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Add support for bfd_mach_v850e1 to v850-tdep.c


Hi Guys,

  May I apply the patch below to add support for the V850E1
  machine number to v850-tdep.c please ?

Cheers
        Nick

2003-09-05  Nick Clifton  <nickc@redhat.com>

	* v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.

Index: gdb/v850-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/v850-tdep.c,v
retrieving revision 1.69
diff -c -3 -p -r1.69 v850-tdep.c
*** gdb/v850-tdep.c	28 Aug 2003 03:03:44 -0000	1.69
--- gdb/v850-tdep.c	5 Sep 2003 15:46:42 -0000
*************** v850_processor_type_table[] =
*** 174,179 ****
--- 174,183 ----
    }
    ,
    {
+     v850e_reg_names, bfd_mach_v850e1
+   }
+   ,
+   {
      NULL, 0
    }
  };
                


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]