mailing list of musl libc
 help / color / mirror / code / Atom feed
* ARM Cortex-M FDPIC ABI
@ 2019-09-11 14:08 Alexandru Onea
  2019-09-11 14:19 ` Rich Felker
  0 siblings, 1 reply; 3+ messages in thread
From: Alexandru Onea @ 2019-09-11 14:08 UTC (permalink / raw)
  To: musl

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

Dear musl developers,

I am reading in the roadmap [1] that musl 1.1.26 introduces the ARM FDPIC
ABI, which is great news. Is there a development branch / snapshot
including this feature, which I can use for experimental work?

[1] https://wiki.musl-libc.org/roadmap.html#musl-1.1.26

Thanks in advance,
Alexandru N. Onea

[-- Attachment #2: Type: text/html, Size: 505 bytes --]

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

* Re: ARM Cortex-M FDPIC ABI
  2019-09-11 14:08 ARM Cortex-M FDPIC ABI Alexandru Onea
@ 2019-09-11 14:19 ` Rich Felker
  2019-09-11 14:29   ` Rich Felker
  0 siblings, 1 reply; 3+ messages in thread
From: Rich Felker @ 2019-09-11 14:19 UTC (permalink / raw)
  To: musl

On Wed, Sep 11, 2019 at 05:08:57PM +0300, Alexandru Onea wrote:
> Dear musl developers,
> 
> I am reading in the roadmap [1] that musl 1.1.26 introduces the ARM FDPIC
> ABI, which is great news. Is there a development branch / snapshot
> including this feature, which I can use for experimental work?
> 
> [1] https://wiki.musl-libc.org/roadmap.html#musl-1.1.26

Roadmap is intent for future development, not secret branches that are
already finished. :-)

(Well, the switchover to time64 is kinda such a branch, but the
patches have been posted on the list.)

Anyway, now that the FDPIC ABI is upstream in GCC, it can definitely
happen. To make it easy to go forward, I need to get a version of GCC
that ARM FDPIC patches will apply to supported in musl-cross-make.
After that it shouldn't be hard to make it work.

Rich


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

* Re: ARM Cortex-M FDPIC ABI
  2019-09-11 14:19 ` Rich Felker
@ 2019-09-11 14:29   ` Rich Felker
  0 siblings, 0 replies; 3+ messages in thread
From: Rich Felker @ 2019-09-11 14:29 UTC (permalink / raw)
  To: musl

On Wed, Sep 11, 2019 at 10:19:44AM -0400, Rich Felker wrote:
> On Wed, Sep 11, 2019 at 05:08:57PM +0300, Alexandru Onea wrote:
> > Dear musl developers,
> > 
> > I am reading in the roadmap [1] that musl 1.1.26 introduces the ARM FDPIC
> > ABI, which is great news. Is there a development branch / snapshot
> > including this feature, which I can use for experimental work?
> > 
> > [1] https://wiki.musl-libc.org/roadmap.html#musl-1.1.26
> 
> Roadmap is intent for future development, not secret branches that are
> already finished. :-)
> 
> (Well, the switchover to time64 is kinda such a branch, but the
> patches have been posted on the list.)

And to clarify *why* time64 switchover is just patches posted to the
list, rather than a public git branch, it's because this is a matter
of defining future ABI, and I really don't want to be giving ppl the
impression that using them in their current state is something
reasonable to do. Doing so would almost surely end up with binaries
that mismatch with the final ABI, probably in subtle ways that go
unnoticed until something catastrophic happens.

Rich


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

end of thread, other threads:[~2019-09-11 14:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-11 14:08 ARM Cortex-M FDPIC ABI Alexandru Onea
2019-09-11 14:19 ` Rich Felker
2019-09-11 14:29   ` Rich Felker

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).