Gc being the standard go compiler; not to be confused with the garbage collector...
Pretty easy - run go tool asm
for each .s file & use go tool pack
to shove them into the same archive.
Gc being the standard go compiler; not to be confused with the garbage collector...
Pretty easy - run go tool asm
for each .s file & use go tool pack
to shove them into the same archive.