* config/tc-v850.c (md_apply_fix3): Use little endian get/put
[deliverable/binutils-gdb.git] / gprof / gmon.h
index 74cd4b8c5523c9ea827c59badfe79b527ab16e70..4d45704a3dea60a657b04c550b169fc2e0771406 100644 (file)
@@ -40,12 +40,19 @@ struct raw_phdr
     char low_pc[sizeof (bfd_vma)];     /* base pc address of sample buffer */
     char high_pc[sizeof (bfd_vma)];    /* max pc address of sampled buffer */
     char ncnt[4];              /* size of sample buffer (plus this header) */
-#ifdef __osf__
+
+#if defined (__alpha__) && defined (__osf__)
     /*
      * DEC's OSF v3.0 uses 4 bytes of padding to bring the header to
      * a size that is a multiple of 8.
      */
     char pad[4];
+#else
+#ifdef BSD44_FORMAT
+    char version[4];                   /* version number */
+    char profrate[4];                  /* profiling clock rate */
+    char spare[3*4];                   /* reserved */
+#endif
 #endif
   };
 
This page took 0.023136 seconds and 4 git commands to generate.