This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

glibc git trunk builds of ARM GNU/Linux hard-float now use /lib/ld-linux-armhf.so.3.


Joseph,

With these two commits:
http://sourceware.org/git/?p=glibc-ports.git;a=commit;h=d3b36017d43af570ca7f79e711749dd4ade76979
http://sourceware.org/git/?p=glibc.git;a=commit;h=6a43ec980c5a0500149ef37d4854eac0e270da6f

We have switched over to using /lib/ld-linux-armhf.so.3 for ARM
GNU/Linux hard-float ABI builds.

Shall we make a NEWS item for this?

diff --git a/NEWS b/NEWS
index ec7eb92..d3f4888 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,10 @@ Version 2.16
   13938, 13941, 13942, 13963, 13967, 13970, 13973, 13979, 14027, 14033,
   14034, 14040, 14049, 14055, 14064

+* The ARM GNU/Linux hard-float ABI now uses /lib/ld-linux-armhf.so.3
+  as the dynamic loader name, allowing soft-float and hard-float binaries
+  to coexist easily on one system.
+
 * ISO C11 support:

   + define static_assert
===

Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]