include/opcode/
[deliverable/binutils-gdb.git] / gas / config / tc-ppc.h
index 5f6f7f23d4373c910330ebed077ed66c363534d0..2702988ede8f62a01de35ed6b3dafafdc72548d9 100644 (file)
@@ -22,6 +22,8 @@
 
 #define TC_PPC
 
+#include "opcode/ppc.h"
+
 struct fix;
 
 /* Set the endianness we are using.  Default to big endian.  */
@@ -95,10 +97,10 @@ extern void ppc_handle_align (struct frag *);
    for later use in md_apply_fix.  */
 struct _ppc_fix_extra
 {
-  unsigned long ppc_cpu;
+  ppc_cpu_t ppc_cpu;
 };
 
-extern unsigned long ppc_cpu;
+extern ppc_cpu_t ppc_cpu;
 
 #define TC_FIX_TYPE struct _ppc_fix_extra
 #define TC_INIT_FIX_DATA(FIXP) \
This page took 0.026022 seconds and 4 git commands to generate.