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

[GCC] Add support for INCLUDE statements #56

Open
praqma-thi opened this issue Aug 12, 2020 · 0 comments
Open

[GCC] Add support for INCLUDE statements #56

praqma-thi opened this issue Aug 12, 2020 · 0 comments

Comments

@praqma-thi
Copy link

The GCC parser (and likely the others) lacks support for INCLUDE statements, causing the parser to fail or build an incomplete map when contents are spread over multiple files.

Example can be found in issue #55, where the parser failed to find the SECTIONS block as this was located in an INCLUDEd file.

This'll likely result in pre-parsing the file for INCLUDE statements, recursively checking its INLCUDEs, etc. to build up a collection of files to include in parsing.

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

1 participant