Give external_aouthdr struct a name. This lets its type be shown
authorJohn Gilmore <gnu@cygnus>
Tue, 9 Jul 1991 00:34:45 +0000 (00:34 +0000)
committerJohn Gilmore <gnu@cygnus>
Tue, 9 Jul 1991 00:34:45 +0000 (00:34 +0000)
more reasonably by gdb.

include/coff-mips.h

index 03183850580bea1a4e7ccff3599744aa7cf42c00..c18f2fb1e434837458b14b310b646417e2cb5495 100755 (executable)
@@ -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                        */