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

Add new GNU constants. #434

Merged
merged 1 commit into from
Aug 19, 2019
Merged

Add new GNU constants. #434

merged 1 commit into from
Aug 19, 2019

Conversation

khuey
Copy link
Contributor

@khuey khuey commented Aug 15, 2019

gcc 9.1 is emitting these values now.

@coveralls
Copy link

coveralls commented Aug 15, 2019

Coverage Status

Coverage increased (+0.006%) to 86.232% when pulling 9e24a00 on khuey:master into 91e3865 on gimli-rs:master.

@@ -721,6 +723,7 @@ DwLle(u8) {
DW_LLE_base_address = 0x06,
DW_LLE_start_end = 0x07,
DW_LLE_start_length = 0x08,
DW_LLE_GNU_view_pair = 0x09,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this require parsing support too?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will.

Copy link
Collaborator

@philipc philipc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@philipc philipc merged commit 1f1a9eb into gimli-rs:master Aug 19, 2019
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

Successfully merging this pull request may close these issues.

None yet

3 participants