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

Dwarf 5 constants #194

Merged
merged 2 commits into from
Apr 3, 2017
Merged

Dwarf 5 constants #194

merged 2 commits into from
Apr 3, 2017

Conversation

tromey
Copy link
Member

@tromey tromey commented Apr 2, 2017

No description provided.

tromey added 2 commits April 2, 2017 14:58
This adds all the new constants from DWARF 5 and updates the various
references in op.rs to use the section and table numbers from that
version of the standard.

Note that when deciding where to put the new DW_FORM_* values, I chose
to order them by version rather than numerically, so DW_FORM_ref_sig8
appears slightly out of order.
DW_AT_dwo_id does not appear in DWARF 5, so this patch removes it.  I
believe this was a leftover from an earlier draft, as the Fission
proposal and early implementation does include DW_AT_GNU_dwo_id.
@tromey tromey force-pushed the dwarf-5-constants branch from 9ea6f9c to eb05552 Compare April 2, 2017 21:00
@tromey
Copy link
Member Author

tromey commented Apr 2, 2017

The update adds a couple DW_OP_* constants I missed the first time around.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.6%) to 89.676% when pulling 9ea6f9c on tromey:dwarf-5-constants into 97a1789 on gimli-rs:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.6%) to 89.676% when pulling eb05552 on tromey:dwarf-5-constants into 97a1789 on gimli-rs:master.

Copy link
Member

@fitzgen fitzgen left a comment

Choose a reason for hiding this comment

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

Thanks!

@fitzgen fitzgen merged commit d591dc4 into gimli-rs:master Apr 3, 2017
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.

3 participants