From 2886a9a9ade1bf5ccc5943642af45500ee351d81 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Tue, 9 Jul 1991 00:34:45 +0000 Subject: [PATCH] Give external_aouthdr struct a name. This lets its type be shown more reasonably by gdb. --- include/coff-mips.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.30.2