commit | b6887ec8b0b0c78db414b78e329bf2ce234dedd5 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Dec 28 22:23:36 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Dec 29 23:10:23 2022 +0100 |
tree | c3410d8a54b1414feb611342b03ef3d0bae61dda | |
parent | 2352a672931423650de3cdd7bd362e253120d2f4 [diff] |
tools/nolibc: add auxiliary vector retrieval for mips In the _start block we now iterate over envp to find the auxiliary vector after the NULL. The pointer is saved into an _auxv variable that is marked as weak so that it's accessible from multiple units. Signed-off-by: Willy Tarreau <w@1wt.eu>