This is the mail archive of the gdb-patches@sourceware.org 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 define for PowerPC 405 to bfd


This adds a definition for PowerPC 405.  I only patched
bfd-in2.h rather than regenerate it.

BTW, a copyright assignment is on file with FSF.

2009-06-26 Michael Eager <eager@eagercon.com>

	* bfd/archures.c: Add bfd_mach_ppc_405
	* bfd/bfd-in2.h: Same.

--
Michael Eager	 eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077

Index: archures.c
===================================================================
RCS file: /cvs/src/src/bfd/archures.c,v
retrieving revision 1.139
diff -u -r1.139 archures.c
--- archures.c	26 May 2009 14:12:02 -0000	1.139
+++ archures.c	26 Jun 2009 17:25:47 -0000
@@ -210,6 +210,7 @@
 .#define bfd_mach_ppc64		64
 .#define bfd_mach_ppc_403	403
 .#define bfd_mach_ppc_403gc	4030
+.#define bfd_mach_ppc_405	405
 .#define bfd_mach_ppc_505	505
 .#define bfd_mach_ppc_601	601
 .#define bfd_mach_ppc_602	602
Index: bfd-in2.h
===================================================================
RCS file: /cvs/src/src/bfd/bfd-in2.h,v
retrieving revision 1.485
diff -u -r1.485 bfd-in2.h
--- bfd-in2.h	12 Jun 2009 09:15:45 -0000	1.485
+++ bfd-in2.h	26 Jun 2009 17:25:52 -0000
@@ -1857,6 +1857,7 @@
 #define bfd_mach_ppc64         64
 #define bfd_mach_ppc_403       403
 #define bfd_mach_ppc_403gc     4030
+#define bfd_mach_ppc_405       405
 #define bfd_mach_ppc_505       505
 #define bfd_mach_ppc_601       601
 #define bfd_mach_ppc_602       602

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