aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorMichael Tiemann <tiemann@cygnus>1991-12-09 05:27:38 +0000
committerMichael Tiemann <tiemann@cygnus>1991-12-09 05:27:38 +0000
commitf0494a6ed87d93cc82129d39f03d781bf670c6f8 (patch)
treef23c2defe12305f8793b1ba66672d1c8491210cc /gas
parenta74c776d7848cd77d9e0ab6f05d139734a1fc201 (diff)
downloadgdb-f0494a6ed87d93cc82129d39f03d781bf670c6f8.zip
gdb-f0494a6ed87d93cc82129d39f03d781bf670c6f8.tar.gz
gdb-f0494a6ed87d93cc82129d39f03d781bf670c6f8.tar.bz2
Add fixes needed to compile vxworks960 target.
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__ */