* internal.h: added #define for STYP_LIT, removed from a29k and

h8300.
This commit is contained in:
Steve Chamberlain 1992-08-25 22:23:20 +00:00
parent ab737e518d
commit 1f0c772a89

View File

@ -126,7 +126,6 @@ struct external_scnhdr
#define STYP_BSSREG 0x1200 /* Global register area (like STYP_INFO) */
#define STYP_ENVIR 0x2200 /* Environment (like STYP_INFO) */
#define STYP_ABS 0x4000 /* Absolute (allocated, not reloc, loaded) */
#define STYP_LIT 0x8020 /* Literal data (like STYP_TEXT) */
/*--------------------------------------------------------------*/