aboutsummaryrefslogtreecommitdiff
path: root/bfd/libcoff.h
diff options
context:
space:
mode:
authorSteve Chamberlain <steve@cygnus>1991-05-11 02:22:21 +0000
committerSteve Chamberlain <steve@cygnus>1991-05-11 02:22:21 +0000
commit8e3c8f47554a4f15fde5aa49ba69976f490f68c5 (patch)
tree1c78d50cfa8db9b2669d4ae86c9f81d340557003 /bfd/libcoff.h
parent22ddf9bcc545247e940cc0177a234362cb239457 (diff)
downloadgdb-8e3c8f47554a4f15fde5aa49ba69976f490f68c5.zip
gdb-8e3c8f47554a4f15fde5aa49ba69976f490f68c5.tar.gz
gdb-8e3c8f47554a4f15fde5aa49ba69976f490f68c5.tar.bz2
*** empty log message ***
Diffstat (limited to 'bfd/libcoff.h')
-rw-r--r--bfd/libcoff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/libcoff.h b/bfd/libcoff.h
index f439272..8425340 100644
--- a/bfd/libcoff.h
+++ b/bfd/libcoff.h
@@ -46,7 +46,7 @@ typedef struct {
typedef struct icofdata
{
- struct aouthdr hdr; /* exec file header */
+/* struct internal_aouthdr hdr; /* exec file header */
coff_symbol_type *symbols; /* symtab for input bfd */
unsigned int *conversion_table;
file_ptr sym_filepos;