aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-10-07 02:29:42 +0000
committerJohn Gilmore <gnu@cygnus>1991-10-07 02:29:42 +0000
commita7503c672b8548556b05e70a0f7405d3b887f74d (patch)
treeee604c64cda941632e2c06da2ca43ddcf9b4536a /include
parent2d8ffde4741fbbd1cfed037562021d72d45fac52 (diff)
downloadgdb-a7503c672b8548556b05e70a0f7405d3b887f74d.zip
gdb-a7503c672b8548556b05e70a0f7405d3b887f74d.tar.gz
gdb-a7503c672b8548556b05e70a0f7405d3b887f74d.tar.bz2
* m68kcoff.h: Remove `tagentries' which snuck in from the i960
COFF port.
Diffstat (limited to 'include')
-rwxr-xr-xinclude/coff-m68k.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/coff-m68k.h b/include/coff-m68k.h
index fb215bb..815dcb2 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;