diff options
Diffstat (limited to 'gas/write.h')
-rw-r--r-- | gas/write.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/write.h b/gas/write.h index eb30a76..fd0ab55 100644 --- a/gas/write.h +++ b/gas/write.h @@ -81,9 +81,10 @@ struct fix /* Some bits for the CPU specific code. */ unsigned fx_tcbit : 1; unsigned fx_tcbit2 : 1; + unsigned fx_tcbit3 : 1; /* Spare bits. */ - unsigned fx_unused : 2; + unsigned fx_unused : 1; bfd_reloc_code_real_type fx_r_type; |