diff options
Diffstat (limited to 'gdb/dwarfread.c')
-rw-r--r-- | gdb/dwarfread.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gdb/dwarfread.c b/gdb/dwarfread.c index 9e39f4f..fde32e6 100644 --- a/gdb/dwarfread.c +++ b/gdb/dwarfread.c @@ -195,12 +195,9 @@ struct dieinfo { unsigned long at_member; unsigned long at_discr; BLOCK * at_discr_value; - unsigned short at_visibility; - unsigned long at_import; BLOCK * at_string_length; char * at_comp_dir; char * at_producer; - unsigned long at_frame_base; unsigned long at_start_scope; unsigned long at_stride_size; unsigned long at_src_info; @@ -3196,10 +3193,6 @@ completedieinfo (dip, objfile) dip -> at_bit_offset = target_to_host (diep, nbytes, GET_UNSIGNED, objfile); break; - case AT_visibility: - dip -> at_visibility = target_to_host (diep, nbytes, GET_UNSIGNED, - objfile); - break; case AT_sibling: dip -> at_sibling = target_to_host (diep, nbytes, GET_UNSIGNED, objfile); @@ -3244,10 +3237,6 @@ completedieinfo (dip, objfile) dip -> at_discr = target_to_host (diep, nbytes, GET_UNSIGNED, objfile); break; - case AT_import: - dip -> at_import = target_to_host (diep, nbytes, GET_UNSIGNED, - objfile); - break; case AT_location: dip -> at_location = diep; break; @@ -3293,10 +3282,6 @@ completedieinfo (dip, objfile) case AT_producer: dip -> at_producer = diep; break; - case AT_frame_base: - dip -> at_frame_base = target_to_host (diep, nbytes, GET_UNSIGNED, - objfile); - break; case AT_start_scope: dip -> at_start_scope = target_to_host (diep, nbytes, GET_UNSIGNED, objfile); |