projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d8ffde
)
* m68kcoff.h: Remove `tagentries' which snuck in from the i960
author
John Gilmore
<gnu@cygnus>
Mon, 7 Oct 1991 02:29:42 +0000
(
02:29
+0000)
committer
John Gilmore
<gnu@cygnus>
Mon, 7 Oct 1991 02:29:42 +0000
(
02:29
+0000)
COFF port.
include/coff-m68k.h
patch
|
blob
|
history
diff --git
a/include/coff-m68k.h
b/include/coff-m68k.h
index fb215bbaab6c4cd9012e70e7b778f1474ba0f22e..815dcb27ab7c17f6dba448f0395679a44dfe1b9f 100755
(executable)
--- 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;