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-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2886a9a9ade1bf5ccc5943642af45500ee351d81;p=binutils-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 */