mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-02 16:01:20 +03:00
-z combreloc has been the default regadless of the architecture since binutils commit f4d733664aabd7bd78c82895e030ec9779a92809 (2002). The configure check added in commitfdde83499a
(2001) has long been unneeded. We can therefore treat HAVE_Z_COMBRELOC as always 1 and delete dead code paths in dl-machine.h files (many were copied from commita711b01d34
andee0cb67ec2
). Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>