aboutsummaryrefslogtreecommitdiff
path: root/include/internalcoff.h
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-10-25 07:17:33 +0000
committerJohn Gilmore <gnu@cygnus>1991-10-25 07:17:33 +0000
commit85d433c30da1d554692c64ee10725ce3bcac5cfd (patch)
tree348b8d3010e0915a57f27c9f017df6d39cd8a8d9 /include/internalcoff.h
parentcc97dfbba7a3a262889ebc2004fabced58f28273 (diff)
downloadgdb-85d433c30da1d554692c64ee10725ce3bcac5cfd.zip
gdb-85d433c30da1d554692c64ee10725ce3bcac5cfd.tar.gz
gdb-85d433c30da1d554692c64ee10725ce3bcac5cfd.tar.bz2
Use RS6000COFF_C, not AIXCOFF_C.
Diffstat (limited to 'include/internalcoff.h')
-rwxr-xr-xinclude/internalcoff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/internalcoff.h b/include/internalcoff.h
index 4c187dd..dbbb0ad 100755
--- a/include/internalcoff.h
+++ b/include/internalcoff.h
@@ -367,7 +367,7 @@ struct internal_reloc {
long r_symndx; /* Index into symbol table */
unsigned short r_type; /* Relocation type */
-#if AIXCOFF_C
+#if RS6000COFF_C
unsigned char r_size;
#endif