* internal.h (struct nlm_internal_cygnus_section_header): Define.

* external.h (struct nlmNAME(external_cygnus_section_header):
	Define.
This commit is contained in:
Ian Lance Taylor
1994-04-21 15:58:02 +00:00
parent 96f7edbde8
commit 1f573a795d
3 changed files with 33 additions and 0 deletions

View File

@ -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);