diff options
author | John Gilmore <gnu@cygnus> | 1991-07-09 00:34:45 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-07-09 00:34:45 +0000 |
commit | 2886a9a9ade1bf5ccc5943642af45500ee351d81 (patch) | |
tree | 56f98ce4a6f08bc7f6f0bee38169d6b94933421b /include/coff-mips.h | |
parent | d2ca8714e7310aca997af1d303e7b1e8270ca4e8 (diff) | |
download | gdb-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-x | include/coff-mips.h | 2 |
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 */ |