Use RS6000COFF_C, not AIXCOFF_C.
This commit is contained in:
parent
cc97dfbba7
commit
85d433c30d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue