glibc/sysdeps
Florian Weimer 4fb4e7e821 csu: Always use __executable_start in gmon-start.c
Current binutils defines __executable_start as the lowest text
address, so using the entry point address as a fallback is no
longer necessary.  As a result, overriding <entry.h> is only
necessary if the entry point is not called _start.

The previous approach to define __ASSEMBLY__ to suppress the
declaration breaks if headers included by <entry.h> are not
compatible with __ASSEMBLY__.  This happens with rseq integration
because it is necessary to include kernel headers in more places.

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
2021-12-05 13:50:21 +01:00
..
aarch64 nptl: Increase default TCB alignment to 32 2021-12-03 20:43:31 +01:00
alpha nptl: Increase default TCB alignment to 32 2021-12-03 20:43:31 +01:00
arc nptl: Increase default TCB alignment to 32 2021-12-03 20:43:31 +01:00
arm nptl: Increase default TCB alignment to 32 2021-12-03 20:43:31 +01:00
csky nptl: Increase default TCB alignment to 32 2021-12-03 20:43:31 +01:00
generic elf: execve statically linked programs instead of crashing [BZ #28648] 2021-12-05 11:28:34 +01:00
gnu
hppa csu: Always use __executable_start in gmon-start.c 2021-12-05 13:50:21 +01:00
htl
hurd
i386
ia64 csu: Always use __executable_start in gmon-start.c 2021-12-05 13:50:21 +01:00
ieee754
m68k nptl: Increase default TCB alignment to 32 2021-12-03 20:43:31 +01:00
mach
microblaze nptl: Increase default TCB alignment to 32 2021-12-03 20:43:31 +01:00
mips nptl: Increase default TCB alignment to 32 2021-12-03 20:43:31 +01:00
nios2 nptl: Increase default TCB alignment to 32 2021-12-03 20:43:31 +01:00
nptl
posix
powerpc csu: Always use __executable_start in gmon-start.c 2021-12-05 13:50:21 +01:00
pthread
riscv nptl: Increase default TCB alignment to 32 2021-12-03 20:43:31 +01:00
s390 nptl: Increase default TCB alignment to 32 2021-12-03 20:43:31 +01:00
sh nptl: Increase default TCB alignment to 32 2021-12-03 20:43:31 +01:00
sparc nptl: Increase default TCB alignment to 32 2021-12-03 20:43:31 +01:00
unix elf: execve statically linked programs instead of crashing [BZ #28648] 2021-12-05 11:28:34 +01:00
wordsize-32
wordsize-64
x86
x86_64 x86-64: Use notl in EVEX strcmp [BZ #28646] 2021-12-03 21:14:11 -08:00