diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2021-12-13 01:04:53 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2021-12-13 15:07:53 -0800 |
| commit | 1442aa7dc039fd77c483862e37b099fe6d43f369 (patch) | |
| tree | a379b73a0f35701ab3b5a989c537b44347d91ae3 /lib/libc/include/powerpc-linux-gnu/bits/pthread_stack_min.h | |
| parent | a76910b691179390b122b9c42a5575c00d40583a (diff) | |
| download | zig-1442aa7dc039fd77c483862e37b099fe6d43f369.tar.gz zig-1442aa7dc039fd77c483862e37b099fe6d43f369.zip | |
stage2: improved glibc stubs
This commit upgrades glibc shared library stub-creating code to use the
new abilists file which is generated by the new glibc-abi-tool project:
https://github.com/ziglang/glibc-abi-tool/
The abilists file is different in these ways:
* It additionally encodes whether a symbol is a function or an object,
and if it is an object, it additionally encodes the size in bytes.
* It additionally encodes migrations of symbols from one library to
another between glibc versions.
* It is binary data instead of ascii.
* It is one file instead of three.
* It is 165 KB instead of 200 KB.
This solves three bugs:
Fixes #7667
Fixes #8714
Fixes #8896
Diffstat (limited to 'lib/libc/include/powerpc-linux-gnu/bits/pthread_stack_min.h')
0 files changed, 0 insertions, 0 deletions
