diff options
| author | Roland McGrath <[email protected]> | 2010-06-01 20:17:36 -0700 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2010-06-14 12:52:09 -0700 |
| commit | 827d4d176b989c5d765c7f349edff6f994f8ea78 (patch) | |
| tree | d914c9223bf42f86871b2b12053733f949641741 /libdw/libdwP.h | |
| parent | 9c7caf11cf5496d3f6c9c0fec6a5b4438d8bf118 (diff) | |
Clean up IDX_debug_* list.
Diffstat (limited to 'libdw/libdwP.h')
| -rw-r--r-- | libdw/libdwP.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libdw/libdwP.h b/libdw/libdwP.h index 305ca231..bfa8a426 100644 --- a/libdw/libdwP.h +++ b/libdw/libdwP.h @@ -83,6 +83,7 @@ struct loc_block_s enum { IDX_debug_info = 0, + IDX_debug_types, IDX_debug_abbrev, IDX_debug_aranges, IDX_debug_line, @@ -90,10 +91,6 @@ enum IDX_debug_loc, IDX_debug_pubnames, IDX_debug_str, - IDX_debug_funcnames, - IDX_debug_typenames, - IDX_debug_varnames, - IDX_debug_weaknames, IDX_debug_macinfo, IDX_debug_ranges, IDX_last |
