aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
Diffstat (limited to 'gas')
-rwxr-xr-xgas/a.out.gnu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/a.out.gnu.h b/gas/a.out.gnu.h
index 6621ea2..c4c9182 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__ */