* include/libiberty.h: Add extern "C" { so it can be used with C++
[deliverable/binutils-gdb.git] / gprof / tahoe.h
index 1e311b82ec5a8f619c6cdde793f782ac17ff4cdf..4d153a44f5438eda73149965c424476bea3ce543 100644 (file)
  * 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
      */
 #define        CALLF   0xfe
 
     /*
-     * 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_TO_CODE 2
 #define        UNITS_TO_CODE   (OFFSET_TO_CODE / sizeof(UNIT))
 
     /*
-     * register for pc relative addressing
+     *        register for pc relative addressing
      */
 #define        PC      0xf
 
-enum opermodes {
-    literal, indexed, reg, regdef, autodec, autoinc, autoincdef, 
+enum opermodes
+  {
+    literal, indexed, reg, regdef, autodec, autoinc, autoincdef,
     bytedisp, bytedispdef, worddisp, worddispdef, longdisp, longdispdef,
     immediate, absolute, byterel, bytereldef, wordrel, wordreldef,
     longrel, longreldef
-};
-typedef enum opermodes operandenum;
+  };
+typedef enum opermodes operandenum;
This page took 0.024211 seconds and 4 git commands to generate.