Add support for bfd_mach_v850e1 to v850-tdep.c

Nick Clifton nickc@redhat.com
Fri Sep 5 15:48:00 GMT 2003


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
    }
  };
                



More information about the Gdb-patches mailing list