hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 88863776d03b34d2e27d67decee12c06f9995275
parent 8654334524c4632fd1d90b04d55c60f057ba3fa3
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun,  7 Mar 2021 15:28:27 -0500

rt/hare.sc: add ENTRY

This simplifies linking with rt

Diffstat:
Mrt/hare.sc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/rt/hare.sc b/rt/hare.sc @@ -1,3 +1,4 @@ +ENTRY(_start); SECTIONS { . = 0x10000; .text : {