mailing list of musl libc
 help / color / mirror / code / Atom feed
* GCC 4.8 AArch64 dynamic linker patch
@ 2013-09-12 19:44 Wermut
  2013-09-12 20:46 ` Luca Barbato
  2013-09-12 22:37 ` Szabolcs Nagy
  0 siblings, 2 replies; 3+ messages in thread
From: Wermut @ 2013-09-12 19:44 UTC (permalink / raw)
  To: musl

[-- Attachment #1: Type: text/plain, Size: 291 bytes --]

I send this patch for reference only to this list.

Gregor: Can you pick it up and include it in your gcc upstream patch
preparation?

The patch adds MUSL_DYNAMIC_LINKER definition for ARM AArch64. It
works in conjunction with the gcc patch found in Gregor's musl-cross
repository.

  Kevin

[-- Attachment #2: gcc-4.8-musl-aarch64-linker.patch --]
[-- Type: application/octet-stream, Size: 592 bytes --]

--- a/gcc/config/aarch64/aarch64-linux.h	2013-01-10 21:38:27.000000000 +0100
+++ b/gcc/config/aarch64/aarch64-linux.h	2013-09-12 21:39:34.004829498 +0200
@@ -21,7 +21,11 @@
 #ifndef GCC_AARCH64_LINUX_H
 #define GCC_AARCH64_LINUX_H
 
+/* The AArch64 port currently supports two dynamic linkers:
+   - ld-linux-aarch64.so.1 - GLIBC dynamic linker
+   - ld-musl-aarch64.so.1 - musl libc dynamic linker  */
 #define GLIBC_DYNAMIC_LINKER "/lib/ld-linux-aarch64.so.1"
+#define MUSL_DYNAMIC_LINKER "/lib/ld-musl-aarch64.so.1"
 
 #define LINUX_TARGET_LINK_SPEC  "%{h*}		\
    %{static:-Bstatic}				\

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: GCC 4.8 AArch64 dynamic linker patch
  2013-09-12 19:44 GCC 4.8 AArch64 dynamic linker patch Wermut
@ 2013-09-12 20:46 ` Luca Barbato
  2013-09-12 22:37 ` Szabolcs Nagy
  1 sibling, 0 replies; 3+ messages in thread
From: Luca Barbato @ 2013-09-12 20:46 UTC (permalink / raw)
  To: musl

On 12/09/13 21:44, Wermut wrote:
> I send this patch for reference only to this list.
> 
> Gregor: Can you pick it up and include it in your gcc upstream patch
> preparation?
> 
> The patch adds MUSL_DYNAMIC_LINKER definition for ARM AArch64. It
> works in conjunction with the gcc patch found in Gregor's musl-cross
> repository.

Can you please also add it to the wiki?

lu



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: GCC 4.8 AArch64 dynamic linker patch
  2013-09-12 19:44 GCC 4.8 AArch64 dynamic linker patch Wermut
  2013-09-12 20:46 ` Luca Barbato
@ 2013-09-12 22:37 ` Szabolcs Nagy
  1 sibling, 0 replies; 3+ messages in thread
From: Szabolcs Nagy @ 2013-09-12 22:37 UTC (permalink / raw)
  To: musl

* Wermut <wermut@gmail.com> [2013-09-12 21:44:27 +0200]:
> Gregor: Can you pick it up and include it in your gcc upstream patch
> preparation?

cc it to him

he is not on the list


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-09-12 22:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-12 19:44 GCC 4.8 AArch64 dynamic linker patch Wermut
2013-09-12 20:46 ` Luca Barbato
2013-09-12 22:37 ` Szabolcs Nagy

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).