Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2026-03-12 14:19:55 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib
History
Frank Denis 6ad92108e2 ELF linker: support common-page-size and max-page-size lld opts
These linker flags are required to build static ELF binaries that
can run under the Blink emulator:

https://github.com/jart/blink/issues/14
2023-01-05 19:39:17 -07:00
..
compiler_rt
compiler_rt: skip "__udivei4/__umodei4" on cbe due to missing > 128 bit integer support
2023-01-02 13:55:45 -07:00
docs
autodoc: fix bodyless fn type analysis and rendering
2023-01-05 17:12:43 +01:00
include
C backend: improve ergonomics of zig.h a little bit
2022-11-13 16:50:16 -07:00
init-exe
…
init-lib
…
libc
mingw: add missing vscprintf.c file
2022-12-28 12:33:55 -07:00
libcxx
dragonfly: port libc++
2023-01-02 19:18:33 -05:00
libcxxabi
…
libunwind
…
std
ELF linker: support common-page-size and max-page-size lld opts
2023-01-05 19:39:17 -07:00
tsan
…
build_runner.zig
remove -fstage1 option
2022-12-06 12:15:04 -07:00
c.zig
all: rename i386 to x86
2022-11-04 00:09:27 +03:30
compiler_rt.zig
compiler-rt: implement __udivei4 and __umodei4 (#14023)
2022-12-22 16:29:19 -05:00
ssp.zig
all: rename i386 to x86
2022-11-04 00:09:27 +03:30
test_runner.zig
std: collect all options under one namespace
2023-01-05 02:31:29 -07:00
zig.h
zig.h: do not assume __GNUC__ is not clang
2023-01-05 15:25:35 -07:00