Removed the V9 comment
authorSteve Chamberlain <steve@cygnus>
Tue, 21 May 1991 16:05:19 +0000 (16:05 +0000)
committerSteve Chamberlain <steve@cygnus>
Tue, 21 May 1991 16:05:19 +0000 (16:05 +0000)
include/reloc.h

index 27868653c4a9d67ca6c7badf26a56e6278e9d2a4..bdd9c236a25058c8fb2f6ba8553b975c84c201a7 100755 (executable)
@@ -24,7 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define _RELOC_H_READ_ 1
 
 enum reloc_type
-{
+  {
     RELOC_8,        RELOC_16,        RELOC_32, /* simple relocations */
     RELOC_DISP8,    RELOC_DISP16,    RELOC_DISP32, /* pc-rel displacement */
     RELOC_WDISP30,  RELOC_WDISP22,
@@ -36,17 +36,14 @@ enum reloc_type
     RELOC_JMP_TBL,             /* P.I.C. jump table */
     RELOC_SEGOFF16,            /* reputedly for shared libraries somehow */
     RELOC_GLOB_DAT,  RELOC_JMP_SLOT, RELOC_RELATIVE,
-
-/* 29K relocation types */
+    
+    /* 29K relocation types */
     RELOC_JUMPTARG, RELOC_CONST,     RELOC_CONSTH,
-
-#ifndef NO_V9
-/* sparc v9 */
+    
     RELOC_WDISP14, RELOC_WDISP21,
-#endif /* NO_V9 */
-
+    
     NO_RELOC
-};
+    };
 
 #define        RELOC_TYPE_NAMES \
 "8",           "16",           "32",           "DISP8",        \
This page took 0.024003 seconds and 4 git commands to generate.