commit | 8b1421979ad94c36016144a97494063148cdbef1 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Feb 06 21:55:18 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Feb 06 23:27:49 2022 +0100 |
tree | b29d780474a5f3d4d1029733ba054b9654d588e1 | |
parent | e92d6152c4414fddbabd457aef858a358c36f042 [diff] |
tools/nolibc/stdlib: implement abort() libgcc uses it for certain divide functions, so it must be exported. Like for memset() we do that in its own section so that the linker can strip it when not needed. Signed-off-by: Willy Tarreau <w@1wt.eu>