Skip to content

Support for linker scripts #44

Description

@davidlattimore

Wild currently supports the bare minimum of linker script syntax needed in order to handle loading shared objects that are actually small linker scripts that say to load some other shared object, possibly with additional linker flags.

What it doesn't support is a user-provided linker script that specifies the layout of the file we're creating.

It'd be interesting to see how much of the linker script syntax and functionality we can support without killing performance.

Issue #36 needs to be done first though.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions