From: John Gilmore Date: Mon, 7 Oct 1991 02:29:42 +0000 (+0000) Subject: * m68kcoff.h: Remove `tagentries' which snuck in from the i960 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a7503c672b8548556b05e70a0f7405d3b887f74d;p=binutils-gdb.git * m68kcoff.h: Remove `tagentries' which snuck in from the i960 COFF port. --- diff --git a/include/coff-m68k.h b/include/coff-m68k.h index fb215bbaab6..815dcb27ab7 100755 --- a/include/coff-m68k.h +++ b/include/coff-m68k.h @@ -44,7 +44,6 @@ typedef struct char entry[4]; /* entry pt. */ char text_start[4]; /* base of text used for this file */ char data_start[4]; /* base of data used for this file */ - char tagentries[4]; /* number of tag entries to follow */ } AOUTHDR;