This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

Re: PATCH: add ppca2 target


On Mon, Sep 21, 2009 at 07:20:19PM +0930, Alan Modra wrote:
> On Mon, Sep 21, 2009 at 03:22:30PM +1000, Ben Elliston wrote:
> > include/opcode/
> >         * ppc.h (PPC_OPCODE_PPCA2): New.

This seems to be missing a hunk that was in the version you sent
privately.  Committed.

2009-09-22  Peter Bergner  <bergner@vnet.ibm.com>

	* ppc.h (ppc_cpu_t): Typedef to uint64_t.

Index: include/opcode/ppc.h
===================================================================
RCS file: /cvs/src/src/include/opcode/ppc.h,v
retrieving revision 1.34
diff -u -p -r1.34 ppc.h
--- include/opcode/ppc.h	21 Sep 2009 10:29:07 -0000	1.34
+++ include/opcode/ppc.h	22 Sep 2009 02:29:58 -0000
@@ -22,7 +22,9 @@ Software Foundation, 51 Franklin Street 
 #ifndef PPC_H
 #define PPC_H
 
-typedef unsigned long ppc_cpu_t;
+#include "bfd_stdint.h"
+
+typedef uint64_t ppc_cpu_t;
 
 /* The opcode table is an array of struct powerpc_opcode.  */
 

-- 
Alan Modra
Australia Development Lab, IBM


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