Improve dead code elimination

This commit is contained in:
Justine Tunney 2021-02-08 04:04:42 -08:00
parent 760db8c5ad
commit 0e36cb3ac4
6606 changed files with 9685 additions and 9854 deletions

View file

@ -4,108 +4,108 @@
#if !(__ASSEMBLER__ + __LINKER__ + 0)
COSMOPOLITAN_C_START_
hidden extern const long PR_CAPBSET_DROP;
hidden extern const long PR_CAPBSET_READ;
hidden extern const long PR_CAP_AMBIENT;
hidden extern const long PR_CAP_AMBIENT_CLEAR_ALL;
hidden extern const long PR_CAP_AMBIENT_IS_SET;
hidden extern const long PR_CAP_AMBIENT_LOWER;
hidden extern const long PR_CAP_AMBIENT_RAISE;
hidden extern const long PR_ENDIAN_BIG;
hidden extern const long PR_ENDIAN_LITTLE;
hidden extern const long PR_ENDIAN_PPC_LITTLE;
hidden extern const long PR_FPEMU_NOPRINT;
hidden extern const long PR_FPEMU_SIGFPE;
hidden extern const long PR_FP_EXC_ASYNC;
hidden extern const long PR_FP_EXC_DISABLED;
hidden extern const long PR_FP_EXC_DIV;
hidden extern const long PR_FP_EXC_INV;
hidden extern const long PR_FP_EXC_NONRECOV;
hidden extern const long PR_FP_EXC_OVF;
hidden extern const long PR_FP_EXC_PRECISE;
hidden extern const long PR_FP_EXC_RES;
hidden extern const long PR_FP_EXC_SW_ENABLE;
hidden extern const long PR_FP_EXC_UND;
hidden extern const long PR_FP_MODE_FR;
hidden extern const long PR_FP_MODE_FRE;
hidden extern const long PR_GET_CHILD_SUBREAPER;
hidden extern const long PR_GET_DUMPABLE;
hidden extern const long PR_GET_ENDIAN;
hidden extern const long PR_GET_FPEMU;
hidden extern const long PR_GET_FPEXC;
hidden extern const long PR_GET_FP_MODE;
hidden extern const long PR_GET_KEEPCAPS;
hidden extern const long PR_GET_NAME;
hidden extern const long PR_GET_NO_NEW_PRIVS;
hidden extern const long PR_GET_PDEATHSIG;
hidden extern const long PR_GET_SECCOMP;
hidden extern const long PR_GET_SECUREBITS;
hidden extern const long PR_GET_SPECULATION_CTRL;
hidden extern const long PR_GET_THP_DISABLE;
hidden extern const long PR_GET_TID_ADDRESS;
hidden extern const long PR_GET_TIMERSLACK;
hidden extern const long PR_GET_TIMING;
hidden extern const long PR_GET_TSC;
hidden extern const long PR_GET_UNALIGN;
hidden extern const long PR_MCE_KILL;
hidden extern const long PR_MCE_KILL_CLEAR;
hidden extern const long PR_MCE_KILL_DEFAULT;
hidden extern const long PR_MCE_KILL_EARLY;
hidden extern const long PR_MCE_KILL_GET;
hidden extern const long PR_MCE_KILL_LATE;
hidden extern const long PR_MCE_KILL_SET;
hidden extern const long PR_MPX_DISABLE_MANAGEMENT;
hidden extern const long PR_MPX_ENABLE_MANAGEMENT;
hidden extern const long PR_SET_CHILD_SUBREAPER;
hidden extern const long PR_SET_DUMPABLE;
hidden extern const long PR_SET_ENDIAN;
hidden extern const long PR_SET_FPEMU;
hidden extern const long PR_SET_FPEXC;
hidden extern const long PR_SET_FP_MODE;
hidden extern const long PR_SET_KEEPCAPS;
hidden extern const long PR_SET_MM;
hidden extern const long PR_SET_MM_ARG_END;
hidden extern const long PR_SET_MM_ARG_START;
hidden extern const long PR_SET_MM_AUXV;
hidden extern const long PR_SET_MM_BRK;
hidden extern const long PR_SET_MM_END_CODE;
hidden extern const long PR_SET_MM_END_DATA;
hidden extern const long PR_SET_MM_ENV_END;
hidden extern const long PR_SET_MM_ENV_START;
hidden extern const long PR_SET_MM_EXE_FILE;
hidden extern const long PR_SET_MM_MAP;
hidden extern const long PR_SET_MM_MAP_SIZE;
hidden extern const long PR_SET_MM_START_BRK;
hidden extern const long PR_SET_MM_START_CODE;
hidden extern const long PR_SET_MM_START_DATA;
hidden extern const long PR_SET_MM_START_STACK;
hidden extern const long PR_SET_NAME;
hidden extern const long PR_SET_NO_NEW_PRIVS;
hidden extern const long PR_SET_PDEATHSIG;
hidden extern const long PR_SET_PTRACER;
hidden extern const long PR_SET_PTRACER_ANY;
hidden extern const long PR_SET_SECCOMP;
hidden extern const long PR_SET_SECUREBITS;
hidden extern const long PR_SET_SPECULATION_CTRL;
hidden extern const long PR_SET_THP_DISABLE;
hidden extern const long PR_SET_TIMERSLACK;
hidden extern const long PR_SET_TIMING;
hidden extern const long PR_SET_TSC;
hidden extern const long PR_SET_UNALIGN;
hidden extern const long PR_SPEC_DISABLE;
hidden extern const long PR_SPEC_ENABLE;
hidden extern const long PR_SPEC_FORCE_DISABLE;
hidden extern const long PR_SPEC_NOT_AFFECTED;
hidden extern const long PR_SPEC_PRCTL;
hidden extern const long PR_SPEC_STORE_BYPASS;
hidden extern const long PR_TASK_PERF_EVENTS_DISABLE;
hidden extern const long PR_TASK_PERF_EVENTS_ENABLE;
hidden extern const long PR_TIMING_STATISTICAL;
hidden extern const long PR_TIMING_TIMESTAMP;
hidden extern const long PR_TSC_ENABLE;
hidden extern const long PR_TSC_SIGSEGV;
hidden extern const long PR_UNALIGN_NOPRINT;
hidden extern const long PR_UNALIGN_SIGBUS;
extern const long PR_CAPBSET_DROP;
extern const long PR_CAPBSET_READ;
extern const long PR_CAP_AMBIENT;
extern const long PR_CAP_AMBIENT_CLEAR_ALL;
extern const long PR_CAP_AMBIENT_IS_SET;
extern const long PR_CAP_AMBIENT_LOWER;
extern const long PR_CAP_AMBIENT_RAISE;
extern const long PR_ENDIAN_BIG;
extern const long PR_ENDIAN_LITTLE;
extern const long PR_ENDIAN_PPC_LITTLE;
extern const long PR_FPEMU_NOPRINT;
extern const long PR_FPEMU_SIGFPE;
extern const long PR_FP_EXC_ASYNC;
extern const long PR_FP_EXC_DISABLED;
extern const long PR_FP_EXC_DIV;
extern const long PR_FP_EXC_INV;
extern const long PR_FP_EXC_NONRECOV;
extern const long PR_FP_EXC_OVF;
extern const long PR_FP_EXC_PRECISE;
extern const long PR_FP_EXC_RES;
extern const long PR_FP_EXC_SW_ENABLE;
extern const long PR_FP_EXC_UND;
extern const long PR_FP_MODE_FR;
extern const long PR_FP_MODE_FRE;
extern const long PR_GET_CHILD_SUBREAPER;
extern const long PR_GET_DUMPABLE;
extern const long PR_GET_ENDIAN;
extern const long PR_GET_FPEMU;
extern const long PR_GET_FPEXC;
extern const long PR_GET_FP_MODE;
extern const long PR_GET_KEEPCAPS;
extern const long PR_GET_NAME;
extern const long PR_GET_NO_NEW_PRIVS;
extern const long PR_GET_PDEATHSIG;
extern const long PR_GET_SECCOMP;
extern const long PR_GET_SECUREBITS;
extern const long PR_GET_SPECULATION_CTRL;
extern const long PR_GET_THP_DISABLE;
extern const long PR_GET_TID_ADDRESS;
extern const long PR_GET_TIMERSLACK;
extern const long PR_GET_TIMING;
extern const long PR_GET_TSC;
extern const long PR_GET_UNALIGN;
extern const long PR_MCE_KILL;
extern const long PR_MCE_KILL_CLEAR;
extern const long PR_MCE_KILL_DEFAULT;
extern const long PR_MCE_KILL_EARLY;
extern const long PR_MCE_KILL_GET;
extern const long PR_MCE_KILL_LATE;
extern const long PR_MCE_KILL_SET;
extern const long PR_MPX_DISABLE_MANAGEMENT;
extern const long PR_MPX_ENABLE_MANAGEMENT;
extern const long PR_SET_CHILD_SUBREAPER;
extern const long PR_SET_DUMPABLE;
extern const long PR_SET_ENDIAN;
extern const long PR_SET_FPEMU;
extern const long PR_SET_FPEXC;
extern const long PR_SET_FP_MODE;
extern const long PR_SET_KEEPCAPS;
extern const long PR_SET_MM;
extern const long PR_SET_MM_ARG_END;
extern const long PR_SET_MM_ARG_START;
extern const long PR_SET_MM_AUXV;
extern const long PR_SET_MM_BRK;
extern const long PR_SET_MM_END_CODE;
extern const long PR_SET_MM_END_DATA;
extern const long PR_SET_MM_ENV_END;
extern const long PR_SET_MM_ENV_START;
extern const long PR_SET_MM_EXE_FILE;
extern const long PR_SET_MM_MAP;
extern const long PR_SET_MM_MAP_SIZE;
extern const long PR_SET_MM_START_BRK;
extern const long PR_SET_MM_START_CODE;
extern const long PR_SET_MM_START_DATA;
extern const long PR_SET_MM_START_STACK;
extern const long PR_SET_NAME;
extern const long PR_SET_NO_NEW_PRIVS;
extern const long PR_SET_PDEATHSIG;
extern const long PR_SET_PTRACER;
extern const long PR_SET_PTRACER_ANY;
extern const long PR_SET_SECCOMP;
extern const long PR_SET_SECUREBITS;
extern const long PR_SET_SPECULATION_CTRL;
extern const long PR_SET_THP_DISABLE;
extern const long PR_SET_TIMERSLACK;
extern const long PR_SET_TIMING;
extern const long PR_SET_TSC;
extern const long PR_SET_UNALIGN;
extern const long PR_SPEC_DISABLE;
extern const long PR_SPEC_ENABLE;
extern const long PR_SPEC_FORCE_DISABLE;
extern const long PR_SPEC_NOT_AFFECTED;
extern const long PR_SPEC_PRCTL;
extern const long PR_SPEC_STORE_BYPASS;
extern const long PR_TASK_PERF_EVENTS_DISABLE;
extern const long PR_TASK_PERF_EVENTS_ENABLE;
extern const long PR_TIMING_STATISTICAL;
extern const long PR_TIMING_TIMESTAMP;
extern const long PR_TSC_ENABLE;
extern const long PR_TSC_SIGSEGV;
extern const long PR_UNALIGN_NOPRINT;
extern const long PR_UNALIGN_SIGBUS;
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */