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

[version 3.4] Linker scripts do not define _end correctly #60545

Open
keith-packard opened this issue Jul 18, 2023 · 0 comments
Open

[version 3.4] Linker scripts do not define _end correctly #60545

keith-packard opened this issue Jul 18, 2023 · 0 comments
Assignees
Labels
area: C Library C Standard Library backport v3.4-branch Backport to the v3.4-branch Enhancement Changes/Updates/Additions to existing features

Comments

@keith-packard
Copy link
Collaborator

In version 3.4, The various sample linker scripts do not define _end correctly or consistently. This breaks code using this symbol, such as the common malloc implementation. This has been fixed upstream in #57727 which should be backported.

@keith-packard keith-packard added bug The issue is a bug, or the PR is fixing a bug area: C Library C Standard Library backport v3.4-branch Backport to the v3.4-branch labels Jul 18, 2023
@fabiobaltieri fabiobaltieri added Enhancement Changes/Updates/Additions to existing features and removed bug The issue is a bug, or the PR is fixing a bug labels Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: C Library C Standard Library backport v3.4-branch Backport to the v3.4-branch Enhancement Changes/Updates/Additions to existing features
Projects
None yet
Development

No branches or pull requests

2 participants