From f0494a6ed87d93cc82129d39f03d781bf670c6f8 Mon Sep 17 00:00:00 2001 From: Michael Tiemann Date: Mon, 9 Dec 1991 05:27:38 +0000 Subject: [PATCH] Add fixes needed to compile vxworks960 target. --- gas/a.out.gnu.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gas/a.out.gnu.h b/gas/a.out.gnu.h index 6621ea2bb52..c4c91827e5c 100755 --- a/gas/a.out.gnu.h +++ b/gas/a.out.gnu.h @@ -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__ */ -- 2.30.2