Add fixes needed to compile vxworks960 target.
authorMichael Tiemann <tiemann@cygnus>
Mon, 9 Dec 1991 05:27:38 +0000 (05:27 +0000)
committerMichael Tiemann <tiemann@cygnus>
Mon, 9 Dec 1991 05:27:38 +0000 (05:27 +0000)
gas/a.out.gnu.h

index 6621ea2bb521592c5881dd3ff81013c7ed0b2ebc..c4c91827e5cc3d62b5e757c344bd08282b9fc56d 100755 (executable)
@@ -289,6 +289,7 @@ struct reloc_std_bytes {
 
 #define        RELOC_STD_SIZE  8               /* Bytes per relocation entry */
 
+#ifndef CUSTOM_RELOC_FORMAT
 struct relocation_info
 {
   /* Address (within segment) to be relocated.  */
@@ -323,5 +324,6 @@ struct relocation_info
   /* unused */
   unsigned int r_pad:1;                /* Padding -- set to zero */
 };
+#endif /* CUSTOM_RELOC_FORMAT */
 
 #endif /* __A_OUT_GNU_H__ */
This page took 0.024446 seconds and 4 git commands to generate.