Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port basic Cygwin stdlib functions #223

Open
Blackhex opened this issue Nov 15, 2024 · 0 comments
Open

Port basic Cygwin stdlib functions #223

Blackhex opened this issue Nov 15, 2024 · 0 comments
Assignees

Comments

@Blackhex
Copy link
Member

Blackhex commented Nov 15, 2024

Description

Notes

  • For the upstreaming of the whole project, it must be discussed with Cygwin maintainers which implementations should be shared with x64 codebase (implemented in C) and which should be implemented in AArch64 assembly. Hovever for this initial task, it is enough to use C implementations.
  • Implementation of the functions can be copied or inspired from corresponding implementations in GCC or MinGW codebases.

Acceptance Criteria

  • The Standard C library functions listed above are ported to AArch64 and they are functional according to the Standard C library specification or their corresponding x64 Cygwin imlementation (whatever is appliable, discuss with Cygwin maintainers if in doubts).
  • The Cygwin AArch64 build addressed in Reproduce the AArch64 Cygwin toolchain build from #125 #222 ticket do not fail on the implemented functions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants