index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
/
arch-arm.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools/nolibc: move entrypoint specifics to compiler.h
Thomas Weißschuh
2024-08-12
1
-2
/
+2
*
tools/nolibc: arm: use clang-compatible asm syntax
Thomas Weißschuh
2024-08-10
1
-2
/
+2
*
tools/nolibc: arm: shrink _start with _start_c
Zhangjin Wu
2023-08-23
1
-39
/
+5
*
tools/nolibc: remove the old sys_stat support
Zhangjin Wu
2023-08-23
1
-37
/
+0
*
tools/nolibc: fix up startup failures for -O0 under gcc < 11.1.0
Zhangjin Wu
2023-08-23
1
-1
/
+1
*
tools/nolibc: arch-*.h: add missing space after ','
Zhangjin Wu
2023-08-23
1
-1
/
+1
*
toolc/nolibc: arch-*.h: clean up whitespaces after __asm__
Zhangjin Wu
2023-08-23
1
-7
/
+7
*
tools/nolibc: arch-*.h: fix up code indent errors
Zhangjin Wu
2023-08-23
1
-7
/
+7
*
tools/nolibc: arm: add missing my_syscall6
Zhangjin Wu
2023-06-09
1
-0
/
+23
*
tools/nolibc: fix segfaults on compilers without attribute no_stack_protector
Thomas Weißschuh
2023-06-09
1
-1
/
+1
*
tools/nolibc: add autodetection for stackprotector support
Thomas Weißschuh
2023-06-09
1
-3
/
+3
*
tools/nolibc: arm: add stackprotector support
Thomas Weißschuh
2023-06-09
1
-1
/
+6
*
tools/nolibc: use C89 comment syntax
Thomas Weißschuh
2023-06-09
1
-22
/
+22
*
tools/nolibc: add auxiliary vector retrieval for arm
Willy Tarreau
2023-01-10
1
-0
/
+13
*
tools/nolibc: export environ as a weak symbol on arm
Willy Tarreau
2023-01-10
1
-1
/
+8
*
tools/nolibc: remove local definitions of O_* flags for open/fcntl
Willy Tarreau
2023-01-10
1
-12
/
+0
*
tools/nolibc: support thumb mode with frame pointers on ARM
Willy Tarreau
2023-01-10
1
-13
/
+47
*
tools/nolibc: enable support for thumb1 mode for ARM
Willy Tarreau
2023-01-10
1
-4
/
+10
*
tools/nolibc: make compiler and assembler agree on the section around _start
Willy Tarreau
2023-01-10
1
-25
/
+15
*
tools/nolibc: Remove .global _start from the entry point code
Ammar Faizi
2022-04-21
1
-1
/
+0
*
tools/nolibc: Replace `asm` with `__asm__`
Ammar Faizi
2022-04-21
1
-29
/
+29
*
tools/nolibc/arch: mark the _start symbol as weak
Willy Tarreau
2022-04-21
1
-0
/
+1
*
tools/nolibc/arch: split arch-specific code into individual files
Willy Tarreau
2022-04-21
1
-0
/
+204