aboutsummaryrefslogtreecommitdiff
path: root/include/coff-mips.h
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-07-09 00:34:45 +0000
committerJohn Gilmore <gnu@cygnus>1991-07-09 00:34:45 +0000
commit2886a9a9ade1bf5ccc5943642af45500ee351d81 (patch)
tree56f98ce4a6f08bc7f6f0bee38169d6b94933421b /include/coff-mips.h
parentd2ca8714e7310aca997af1d303e7b1e8270ca4e8 (diff)
downloadgdb-2886a9a9ade1bf5ccc5943642af45500ee351d81.zip
gdb-2886a9a9ade1bf5ccc5943642af45500ee351d81.tar.gz
gdb-2886a9a9ade1bf5ccc5943642af45500ee351d81.tar.bz2
Give external_aouthdr struct a name. This lets its type be shown
more reasonably by gdb.
Diffstat (limited to 'include/coff-mips.h')
-rwxr-xr-xinclude/coff-mips.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/coff-mips.h b/include/coff-mips.h
index 0318385..c18f2fb 100755
--- a/include/coff-mips.h
+++ b/include/coff-mips.h
@@ -30,7 +30,7 @@ struct external_filehdr {
/********************** AOUT "OPTIONAL HEADER" **********************/
-typedef struct
+typedef struct external_aouthdr
{
char magic[2]; /* type of file */
char vstamp[2]; /* version stamp */