glibc/sysdeps
Adhemerval Zanella 592b6d00aa stdio: Split __get_errname definition from errlist.c
The loader does not need to pull all __get_errlist definitions
and its size is decreased:

Before:
$ size elf/ld.so
   text    data     bss     dec     hex filename
 197774   11024     456  209254   33166 elf/ld.so

After:
$ size elf/ld.so
   text    data     bss     dec     hex filename
 191510    9936     456  201902   314ae elf/ld.so

Checked on x86_64-linux-gnu.
2022-04-15 09:37:57 -03:00
..
aarch64
alpha alpha: Remove fcopysign{f} implementation 2022-04-07 14:56:26 -03:00
arc
arm
csky
generic Remove _dl_skip_args_internal declaration 2022-04-12 14:42:26 +01:00
gnu
hppa
htl
hurd
i386
ia64 ia64: Remove fcopysign{f} implementation 2022-04-07 12:27:00 -03:00
ieee754 math: Use builtin for ldbl-96 copysign 2022-04-07 14:54:14 -03:00
m68k
mach stdio: Split __get_errname definition from errlist.c 2022-04-15 09:37:57 -03:00
microblaze
mips Replace {u}int_fast{16|32} with {u}int32_t 2022-04-13 21:23:04 -05:00
nios2
nptl nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029) 2022-04-14 12:48:31 -03:00
or1k
posix
powerpc powerpc64: Set up thread register for _dl_relocate_static_pie 2022-04-10 08:33:40 +09:30
pthread nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029) 2022-04-14 12:48:31 -03:00
riscv manual: Avoid name collision in libm ULP table [BZ #28956] 2022-04-11 11:46:10 -04:00
s390 S390: Add new s390 platform z16. 2022-04-14 10:37:45 +02:00
sh
sparc sparc64: Remove fcopysign{f} implementation 2022-04-07 15:11:56 -03:00
unix Replace {u}int_fast{16|32} with {u}int32_t 2022-04-13 21:23:04 -05:00
wordsize-32
wordsize-64
x86
x86_64 x86: Reduce code size of mem{move|pcpy|cpy}-ssse3 2022-04-14 23:21:42 -05:00