diff options
Diffstat (limited to 'bfd/libecoff.h')
-rw-r--r-- | bfd/libecoff.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/libecoff.h b/bfd/libecoff.h index 0d20c4b..d4d503d 100644 --- a/bfd/libecoff.h +++ b/bfd/libecoff.h @@ -206,6 +206,10 @@ struct ecoff_link_hash_entry bfd *abfd; /* ECOFF external symbol information. */ EXTR esym; + /* Nonzero if this symbol has been written out. */ + char written; + /* Nonzero if this symbol was referred to as small undefined. */ + char small; }; /* ECOFF linker hash table. */ |