Browse Source

Give external_aouthdr struct a name. This lets its type be shown

more reasonably by gdb.
gdb-4_18-branch
John Gilmore 36 years ago
parent
commit
2886a9a9ad
  1. 2
      include/coff-mips.h

2
include/coff-mips.h

@ -30,7 +30,7 @@ struct external_filehdr {
/********************** AOUT "OPTIONAL HEADER" **********************/ /********************** AOUT "OPTIONAL HEADER" **********************/
typedef struct typedef struct external_aouthdr
{ {
char magic[2]; /* type of file */ char magic[2]; /* type of file */
char vstamp[2]; /* version stamp */ char vstamp[2]; /* version stamp */

Loading…
Cancel
Save