shithub: scc

Download patch

ref: bce7aecdace7eb36cec7d4d03d157a7f66739c83
parent: 22e63b76976fd232a2e40e30845d35eca6325b02
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Tue Jul 31 04:08:34 EDT 2018

[ld-coff] Add AOUTSZ definition

This definition was in my local copy but no in the global repo.

--- a/inc/coff32/aouthdr.h
+++ b/inc/coff32/aouthdr.h
@@ -13,6 +13,7 @@
 };
 
 typedef struct aouthdr AOUTHDR;
+#define AOUTSZ sizeof(AOUTHDR)
 
 #define QMAGIC      0314
 #define STMAGIC     0401