From: John Gilmore Date: Tue, 9 Jul 1991 00:34:45 +0000 (+0000) Subject: Give external_aouthdr struct a name. This lets its type be shown X-Git-Tag: gdb-4_18-branchpoint~24108 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2886a9a9ade1bf5ccc5943642af45500ee351d81;p=thirdparty%2Fbinutils-gdb.git Give external_aouthdr struct a name. This lets its type be shown more reasonably by gdb. --- diff --git a/include/coff-mips.h b/include/coff-mips.h index 03183850580..c18f2fb1e43 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 */