(sim_core_signal): Add missing "\n" in message.
[deliverable/binutils-gdb.git] / gprof / i386.h
index f248f6b5cf30893cf20f4dd65844811386b91fed..f85f55cbbd965a5ff5148a445841ae7efb497c9e 100644 (file)
@@ -16,7 +16,7 @@
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- *     @(#)tahoe.h     1.4 (Berkeley) 6/1/90
+ *      @(#)tahoe.h     1.4 (Berkeley) 6/1/90
  */
 
 /*
  */
 
     /*
-     * opcode of the `callf' instruction
+     *        opcode of the `callf' instruction
      */
     /*
-     * offset (in bytes) of the code from the entry address of a routine.
-     * (see asgnsamples for use and explanation.)
+     *        offset (in bytes) of the code from the entry address of a routine.
+     *  (see asgnsamples for use and explanation.)
      */
-#define OFFSET_OF_CODE 0
-#define        UNITS_TO_CODE   (OFFSET_OF_CODE / sizeof(UNIT))
+#define OFFSET_TO_CODE 0
+#define        UNITS_TO_CODE   (OFFSET_TO_CODE / sizeof(UNIT))
 
+#ifdef __MSDOS__
+#define FOPEN_RB "rb"
+#endif
This page took 0.023001 seconds and 4 git commands to generate.