scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 293a61bd28b7ee50aa0adee5c53054bd9f85df8e
parent 54a6246b34de6eaeb5ac6162d6930b88624563e6
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue, 28 Nov 2017 20:33:40 +0100

[myro] Remove blob section type

It is not longer needed because file and load flags allow
a better control.

Diffstat:
Minc/myro.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/inc/myro.h b/inc/myro.h @@ -51,7 +51,6 @@ enum myrosecflg { MYROSEC_LOAD = 1 << 3, MYROSEC_FILE = 1 << 4, MYROSEC_ABS = 1 << 5, - MYROSEC_BLOB = 1 << 6, }; extern int wrmyrohdr(FILE *fp, struct myrohdr *hdr);