From: John Gilmore Date: Fri, 25 Oct 1991 07:17:33 +0000 (+0000) Subject: Use RS6000COFF_C, not AIXCOFF_C. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=85d433c30da1d554692c64ee10725ce3bcac5cfd;p=binutils-gdb.git Use RS6000COFF_C, not AIXCOFF_C. --- diff --git a/include/internalcoff.h b/include/internalcoff.h index 4c187dd2b94..dbbb0ad4463 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