From: Johnny Richard <johnny@johnnyrichard.com>
To: ~johnnyrichard/olang-devel@lists.sr.ht
Cc: Johnny Richard <johnny@johnnyrichard.com>
Subject: [PATCH olang v1 0/3] cli: enable object file binary compilation
Date: Thu, 17 Oct 2024 02:19:57 +0200 [thread overview]
Message-ID: <20241017002102.454851-1-johnny@johnnyrichard.com> (raw)
Johnny Richard (3):
codegen: link olang binary with libc by default
cli: add option -c to compile without linking
codegen: remove linux from codegen namespace
docs/man/man1/olc.1 | 6 +
src/cli.c | 3 +
src/cli.h | 3 +-
...egen_linux_aarch64.c => codegen_aarch64.c} | 16 +-
...egen_linux_aarch64.h => codegen_aarch64.h} | 2 +-
...odegen_linux_x86_64.c => codegen_x86_64.c} | 254 +++++++-----------
...odegen_linux_x86_64.h => codegen_x86_64.h} | 6 +-
src/main.c | 37 +--
8 files changed, 135 insertions(+), 192 deletions(-)
rename src/{codegen_linux_aarch64.c => codegen_aarch64.c} (88%)
rename src/{codegen_linux_aarch64.h => codegen_aarch64.h} (91%)
rename src/{codegen_linux_x86_64.c => codegen_x86_64.c} (77%)
rename src/{codegen_linux_x86_64.h => codegen_x86_64.h} (82%)
base-commit: df8420f27dd88669bc3c9c21903c79669903a414
--
2.46.0
next reply other threads:[~2024-10-16 22:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-17 0:19 Johnny Richard [this message]
2024-10-16 22:25 ` Carlos Maniero
2024-10-17 0:19 ` [PATCH olang v1 1/3] codegen: link olang binary with libc by default Johnny Richard
2024-10-17 0:19 ` [PATCH olang v1 2/3] cli: add option -c to compile without linking Johnny Richard
2024-10-17 0:20 ` [PATCH olang v1 3/3] codegen: remove linux from codegen namespace Johnny Richard
2024-10-16 22:22 ` [olang/patches/.build.yml] build success builds.sr.ht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241017002102.454851-1-johnny@johnnyrichard.com \
--to=johnny@johnnyrichard.com \
--cc=~johnnyrichard/olang-devel@lists.sr.ht \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.johnnyrichard.com/olang.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox