mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Convert WORDSIZE[32|64]/ld entries to abi-variants
This commit is contained in:
@@ -18,11 +18,6 @@
|
||||
# library has no third column. The defaults must precede the entries they
|
||||
# apply to.
|
||||
#
|
||||
# An entry with WORDSIZE* in the second column gives an alternate
|
||||
# configuration tuple whose macros will be conditionally defined in
|
||||
# gnu/lib-names.h; @CPU@, @VENDOR@, @OS@ can be used in the third
|
||||
# column to compose the alternate tuple matched against the patterns here.
|
||||
|
||||
# Configuration DEFAULT Earliest symbol set
|
||||
# ------------- --------------- ------------------------------
|
||||
|
||||
@@ -30,17 +25,6 @@ s390x-.*-linux.* DEFAULT GLIBC_2.2
|
||||
powerpc64-.*-linux.* DEFAULT GLIBC_2.3
|
||||
.*-.*-gnu-gnu.* DEFAULT GLIBC_2.2.6
|
||||
|
||||
# Configuration WORDSIZE[32|64] Alternate configuration
|
||||
# ------------- ---------- -----------------------
|
||||
x86_64-.*-.* WORDSIZE32 i686-@VENDOR@-@OS@
|
||||
i.86-.*-.* WORDSIZE64 x86_64-@VENDOR@-@OS@
|
||||
s390x-.*-.* WORDSIZE32 s390-@VENDOR@-@OS@
|
||||
s390-.*-.* WORDSIZE64 s390x-@VENDOR@-@OS@
|
||||
powerpc64-.*-.* WORDSIZE32 powerpc-@VENDOR@-@OS@
|
||||
powerpc.*-.*-.* WORDSIZE64 powerpc64-@VENDOR@-@OS@
|
||||
sparc64.*-.*-.* WORDSIZE32 sparc-@VENDOR@-@OS@
|
||||
sparc.*-.*-.* WORDSIZE64 sparc64-@VENDOR@-@OS@
|
||||
|
||||
# Configuration ABI Identifier for ABI data files
|
||||
# ------------- ---------- -----------------------------
|
||||
sparc64.*-.*-.* ABI sparc64-@OS@
|
||||
@@ -70,12 +54,9 @@ sparc64.*-.*-linux.* libc=6 GLIBC_2.2
|
||||
.*-.*-gnu-gnu.* libc=0.3
|
||||
|
||||
# The dynamic loader also requires different names.
|
||||
i.86-.*-linux.* ld=ld-linux.so.2
|
||||
sparc64.*-.*-linux.* ld=ld-linux.so.2 GLIBC_2.2
|
||||
sparc.*-.*-linux.* ld=ld-linux.so.2
|
||||
sh.*-.*-linux.* ld=ld-linux.so.2 GLIBC_2.2
|
||||
s390x-.*-linux.* ld=ld64.so.1 GLIBC_2.2
|
||||
powerpc64.*-.*-linux.* ld=ld64.so.1 GLIBC_2.3
|
||||
# We use the ELF ABI standard name for the default.
|
||||
.*-.*-.* ld=ld.so.1
|
||||
|
||||
|
Reference in New Issue
Block a user