diff options
Diffstat (limited to 'binutils/coffgrok.h')
-rw-r--r-- | binutils/coffgrok.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/coffgrok.h b/binutils/coffgrok.h index d071d24..c063f1d 100644 --- a/binutils/coffgrok.h +++ b/binutils/coffgrok.h @@ -53,7 +53,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ int nrelocs; int size; struct coff_reloc *relocs; - struct sec *bfd_section; + struct bfd_section *bfd_section; }; struct coff_ofile |