From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1039) id 85EDA3857C48; Fri, 16 Feb 2024 16:45:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 85EDA3857C48 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1708101946; bh=1aCRc1BPyQyGsp8etTna5QMeBBhTa+GxV87cZtC6Mrs=; h=From:To:Subject:Date:From; b=fKguLc3FohktGAUjSVtSJWPPfQWQqUd8IB0Y/h9t8XmwTRNqPAulAV8NuXT3obNuS sdBGNAZN26V75cFYqHCsfNsfQg718LYBYO1VnD2zvagboGzXMeGoZyZjUpRyK1H6i+ fz5Xh5V+ssAbW8ZVaqllU6RA8giitIzQRzm0kohU= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: H.J. Lu To: glibc-cvs@sourceware.org Subject: [glibc] Deleted branch 'hjl/x32/release/2.15' X-Act-Checkin: glibc X-Git-Author: H.J. Lu X-Git-Refname: refs/heads/hjl/x32/release/2.15 X-Git-Oldrev: 418f6a195e0b546045b466da27f1533076b039ce X-Git-Newrev: 0000000000000000000000000000000000000000 Message-Id: <20240216164546.85EDA3857C48@sourceware.org> Date: Fri, 16 Feb 2024 16:45:46 +0000 (GMT) List-Id: The branch 'hjl/x32/release/2.15' was deleted. It previously pointed to: 418f6a195e... Merge remote-tracking branch 'origin/release/2.15/master' i Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST): ------------------------------------------------------------------- 418f6a1... Merge remote-tracking branch 'origin/release/2.15/master' i a924047... Use RAX_LP/RDX_LP on SAVE_PTR in x86_64 strtok.S 41a996a... Use R*_LP on SP, PC and pointers, not on rbp 1e4edc3... Check __ILP32__ instead of __LP64__ for __WORDSIZE 3a96907... Handle R_X86_64_RELATIVE64 in elf_machine_rela_relative cc80818... Rename llseek.S to lseek.S and add dummy llseek.S d0ea205... Move fallocate/posix_fadvise/preadv/pwritev to syscalls.lis d7ee5da... Change x32 ABI from GLIBC_2.11 to GLIBC_2.16 3ba5ac1... Properly define __ipc_pid_t 3a9b3bd... Add x32 arch_prctl.c 20c66bd... Use atomic64_t with 64bit atomic macros a5128fd... Use __asm__("rsp") to get CURRENT_STACK_FRAME f3b1351... Check __x86_64__ instead of __WORDSIZE for fenv_t 583e98e... Use long long int on __jmp_buf only for x32 7430340... Use __builtin_bswap[32|64] if GCC >= 4.2 9e9f502... Check __GNUC__ directly for __WORDSIZE d6b7701... Replace MOVE_LP/ADD_LP/SUB_LP/CMP_LP with LP_OP 9e6e3d4... Replace $17 with $2*LP_SIZE+1 4343492... Replace __[SU]SYSCALL_LONG_TYPE with __syscall_[su]long_t b1b572f... Use i386/readelflib.c in x86_64/readelflib.c 0659b79... Use greg_t instead of long long int in __makecontext f3a7e42... Restore VSYSCALL_ADDR_xxx 4d86b90... Check __WORDSIZE instead of __LP64__ 98050ba... Use time_t on days, rem, y and yg in __offtime 77ee5a1... Sync time/mktime.c with gnulib 021f23e... Pass __vdso_xxx to _dl_vdso_vsym aedd3d3... Replace __SNATIVE_LONG_TYPE with __SSYSCALL_LONG_TYPE f8bcb46... Use CMP_LP and R8_LP on dep_mutex 76c0bc3... Align siginfo_t to 8 bytes for x32 586eb63... Add x86-64 2e04dc7... Use __SSYSCALL_LONG_TYPE and __USYSCALL_LONG_TYPE dc96856... Set clock_t to __SQUAD_TYPE for x32 ab70627... Restore uc_flags to unsigned long in ucontext 29d2249... Remove x32 PTR_MANGLE/PTR_DEMANGLE c9eeae9... Make chunk size a multiple of MALLOC_ALIGNMENT 6ed5a70... Properly handle MALLOC_ALIGNMENT > 2 * SIZE_SZ. ec136b7... Add x32 support to _itoa and _itowa. 04d42b4... Add x32 dl-machine.h. 9938677... Define MALLOC_ALIGNMENT as 16 for x32. ba72d53... Add misc x32 support. 0377930... Use stack register macro in stackinfo.h. 4dfa9b7... Add x32 support to dynamic linker audit. 4a3be68... Add x32 support to sysdeps/x86_64/dl-machine.h. 3f03a5c... Add x32 support to dl-irel.h. 2186aeb... Add x32 support to dl-tls.h. 62b791c... Add x32 support to dl-tlsdesc.h. a7b0811... Check if RTLD_SAVESPACE_SSE is 32byte aligned. 4d354ce... Add x32 support to mathinline.h. 73fd25c... Add x32 support to math_private.h ccce47a... Cast _Unwind_GetCFA return to _Unwind_Ptr first. ce0870e... Add x32 support to mathdef.h/setjmp.h/fenv.h. a92df59... Add x32 support to byteswap.h. 0055fe8... Use long long on 64bit integer in atomic.h. 7b30e86... Use register macros in strcmp-sse42.S. c20322c... Use register macros in memcpy-ssse3.S. 1064543... Use register macros in memcpy-ssse3-back.S. 2304aea... Use register macros in memcmp-sse4.S. ac1482f... Use R10_LP to load frame size. 31198a7... Use register macros in strcmp.S. 5a14d2c... Use register macros in memcpy.S. 88be4e0... Simulate popping 4byte argument count for x32. 1fd9afd... Use register macros in __longjmp.S and setjmp.S. 1f0f0a4... Add x32 sysctl. 008a468... Add x32 sendfile64.c. a2edcec... Add x32 pselect.c. d0724fb... Add x32 syscalls.list. 852dc19... Add x32 init-first.c. e7f58b9... Add x32 getdents and llseek.S. d394341... Add x32 gettimeofday and time. ddf9f76... Add x32 preadv and pwritev. 6dfaa51... Add x32 getcpu and sched_getcpu. a80b656... Add x32 fallocate, posix_fadvise and posix_fallocate. f3fd541... Use 64bit filesystem functions for x32. f4fb731... Add x32 dl-cache.h. 242f5a3... Replace 8byte data alignment with LP_SIZE alignment. bdd22cc... Load pointer to TID into R10_LP. cb5b791... Use register and stack_t field macros for alternate signal 413f84e... Use "unsigned long long int" in __makecontext. 26179ce... Add x32 support to sigcontextinfo.h and sys header files. 4a281d2... Add x32 support to . bb64c45... Add x32 support to ldd-rewrite.sed. a16ede5... Add x32 wordsize.h. daf7919... Add x32 Implies files. 1b0fc65... Add x32 support to Linux system call types. 17adf08... Add x32 support to TLS_LE/TLS_IE/TLS_GD. 183e2cb... Add x32 support to STACK_CHK_GUARD. fb2f8fa... Add x32 TLS support. 8352ed3... Use RSP_LP in CURRENT_STACK_FRAME. 8e6d413... Define __NR_futex and use LP_SIZE/RDX_LP. 7d3530d... Cast _Unwind_GetCFA return to _Unwind_Ptr first. 5473b94... Use XXX_LP, LP_SIZE and ASM_ADDR in nptl. bbaa9d2... Add FLAG_X8664_LIBX32. 48317aa... Update longlong.h from GCC. b5cd2cc... Define R_X86_64_RELATIVE64. 10a99ee... Add x86-64 ffsl alias only if __LP64__ is defined. 695f1d4... In 64bit, make lround the alias of llround. 427e97f... Support 64bit time_t and 32bit long. b0a55d8... Add __snseconds_t and __SNSECONDS_T_TYPE. 43f5c9c... Add x32 sysdep.h files. 7b15771... Set x32 shlib version to GLIBC_2.11. 9a2613f... Initial x32 support