mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-12 18:36:10 +08:00
Give external_aouthdr struct a name. This lets its type be shown
more reasonably by gdb.
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user