[PATCH] provide y2038 safe socket constants

2020-03-28 Thread Vineet Gupta
These will be used by upcoming RV32 and ARC ports and any future ports Signed-off-by: Vineet Gupta --- sysdeps/unix/sysv/linux/bits/socket-constants.h | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/sysdeps/unix/sysv/linux/bits/socket-constants.h b/sysdeps/un

[PATCH] [ARC] Allow more ABIs in GLIBC_DYNAMIC_LINKER

2020-03-28 Thread Vineet Gupta
Enable big-endian suffixed dynamic linker per glibc multi-abi support. And to avoid a future churn and version pairingi hassles, also allow arc700 although glibc for ARC currently doesn't support it. gcc/ -xx-xx Vineet Gupta + + * config/arc/linux.h: GLIBC_DYNAMIC_LINKER support BE/ar