mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-03 04:01:22 +08:00
* internal.h (struct nlm_internal_cygnus_section_header): Define.
* external.h (struct nlmNAME(external_cygnus_section_header): Define.
This commit is contained in:
@ -162,3 +162,15 @@ typedef struct nlmNAME(external_custom_header)
|
||||
unsigned char dataLength[NLM_TARGET_LONG_SIZE];
|
||||
|
||||
} NlmNAME(External_Custom_Header);
|
||||
|
||||
typedef struct nlmNAME(external_cygnus_section_header)
|
||||
{
|
||||
|
||||
/* The header is recognized by "CyGnUsSeCs" in the stamp field. */
|
||||
char stamp[10];
|
||||
|
||||
unsigned char offset[NLM_TARGET_LONG_SIZE];
|
||||
|
||||
unsigned char length[NLM_TARGET_LONG_SIZE];
|
||||
|
||||
} NlmNAME(External_Cygnus_Section_Header);
|
||||
|
Reference in New Issue
Block a user