From 58f34255ab6fffdd84cd45fade7330ead1573cbf Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 23 May 2012 18:23:46 -0700 Subject: Rename syscall-list-* to abi-list-* --- ChangeLog.abi | 9 +++++++++ sysdeps/unix/sysv/linux/powerpc/Makefile | 10 +++++----- sysdeps/unix/sysv/linux/s390/Makefile | 10 +++++----- sysdeps/unix/sysv/linux/sparc/Makefile | 10 +++++----- 4 files changed, 24 insertions(+), 15 deletions(-) diff --git a/ChangeLog.abi b/ChangeLog.abi index 7b53a47530..8a7e3ea247 100644 --- a/ChangeLog.abi +++ b/ChangeLog.abi @@ -44,3 +44,12 @@ (abi-list-x32-condition): Likewise. * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New macro. + * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-variants): + Renamed to ... + (abi-list-variants): This. + (syscall-list-32bit-*): Renamed to ... + (abi-list-32-*): This. + (syscall-list-64bit-*): Renamed to ... + (abi-list-64-*): This. + * sysdeps/unix/sysv/linux/s390/Makefile: Likewise. + * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise. diff --git a/sysdeps/unix/sysv/linux/powerpc/Makefile b/sysdeps/unix/sysv/linux/powerpc/Makefile index 55311a4fc1..3b012a2f0f 100644 --- a/sysdeps/unix/sysv/linux/powerpc/Makefile +++ b/sysdeps/unix/sysv/linux/powerpc/Makefile @@ -1,8 +1,8 @@ -syscall-list-variants := 32bit 64bit -syscall-list-32bit-options := -U__powerpc64__ -syscall-list-32bit-condition := __WORDSIZE == 32 -syscall-list-64bit-options := -D__powerpc64__ -syscall-list-64bit-condition := __WORDSIZE == 64 +abi-list-variants := 32 64 +abi-list-32-options := -U__powerpc64__ +abi-list-32-condition := __WORDSIZE == 32 +abi-list-64-options := -D__powerpc64__ +abi-list-64-condition := __WORDSIZE == 64 ifeq ($(subdir),rt) librt-routines += rt-sysdep diff --git a/sysdeps/unix/sysv/linux/s390/Makefile b/sysdeps/unix/sysv/linux/s390/Makefile index fb20fb05ac..2fd53f4308 100644 --- a/sysdeps/unix/sysv/linux/s390/Makefile +++ b/sysdeps/unix/sysv/linux/s390/Makefile @@ -1,8 +1,8 @@ -syscall-list-variants := 32bit 64bit -syscall-list-32bit-options := -U__s390x__ -syscall-list-32bit-condition := __WORDSIZE == 32 -syscall-list-64bit-options := -D__s390x__ -syscall-list-64bit-condition := __WORDSIZE == 64 +abi-list-variants := 32 64 +abi-list-32-options := -U__s390x__ +abi-list-32-condition := __WORDSIZE == 32 +abi-list-64-options := -D__s390x__ +abi-list-64-condition := __WORDSIZE == 64 ifeq ($(subdir),rt) librt-routines += rt-sysdep diff --git a/sysdeps/unix/sysv/linux/sparc/Makefile b/sysdeps/unix/sysv/linux/sparc/Makefile index d769c48526..3f7af37a92 100644 --- a/sysdeps/unix/sysv/linux/sparc/Makefile +++ b/sysdeps/unix/sysv/linux/sparc/Makefile @@ -1,8 +1,8 @@ -syscall-list-variants := 32bit 64bit -syscall-list-32bit-options := -U__sparc_v9__ -U__arch64__ -syscall-list-32bit-condition := __WORDSIZE == 32 -syscall-list-64bit-options := -D__sparc_v9__ -D__arch64__ -syscall-list-64bit-condition := __WORDSIZE == 64 +abi-list-variants := 32 64 +abi-list-32-options := -U__sparc_v9__ -U__arch64__ +abi-list-32-condition := __WORDSIZE == 32 +abi-list-64-options := -D__sparc_v9__ -D__arch64__ +abi-list-64-condition := __WORDSIZE == 64 ifeq ($(subdir),rt) librt-routines += rt-sysdep -- cgit 1.4.1