diff options
Diffstat (limited to 'gas/config/tc-a29k.c')
-rw-r--r-- | gas/config/tc-a29k.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gas/config/tc-a29k.c b/gas/config/tc-a29k.c index fbdadb5..62b5063 100644 --- a/gas/config/tc-a29k.c +++ b/gas/config/tc-a29k.c @@ -48,7 +48,10 @@ struct machine_it { expressionS exp; int pcrel; int reloc_offset; /* Offset of reloc within insn */ - enum reloc_type reloc; + + int reloc; + + } the_insn; #if __STDC__ == 1 @@ -861,10 +864,6 @@ short tc_coff_fix2rtype(fixP) fixS *fixP; { - /* FIXME-NOW: relocation type handling is not yet written for - a29k. */ - - switch (fixP->fx_r_type) { case RELOC_32: return(R_WORD); case RELOC_8: return(R_BYTE); |