Commit befb13a5 by Tom Wood

(enum dwarf_attribute): Add At_body_begin and AT_body_end.

From-SVN: r2360
parent 8f313754
......@@ -162,7 +162,9 @@ enum dwarf_attribute {
AT_sf_names = (0x8000|FORM_DATA4),
AT_src_info = (0x8010|FORM_DATA4),
AT_mac_info = (0x8020|FORM_DATA4),
AT_src_coords = (0x8030|FORM_DATA4)
AT_src_coords = (0x8030|FORM_DATA4),
AT_body_begin = (0x8040|FORM_ADDR),
AT_body_end = (0x8050|FORM_ADDR)
};
#define AT_lo_user 0x8000 /* implementation-defined range start */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment