diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/f-lang.h | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 08c0eea..ede565a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2012-09-26 Tom Tromey <tromey@redhat.com> + * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove. + +2012-09-26 Tom Tromey <tromey@redhat.com> + * dwarf2read.c (mark_common_block_symbol_computed): New function. (read_common_block): Handle child DIEs with DW_AT_data_member_location. diff --git a/gdb/f-lang.h b/gdb/f-lang.h index 0d3a0c1..895e937 100644 --- a/gdb/f-lang.h +++ b/gdb/f-lang.h @@ -60,8 +60,6 @@ struct common_block struct symbol *contents[1]; }; -#define BLANK_COMMON_NAME_LOCAL "__BLANK" /* Local GDB */ - extern int f77_get_upperbound (struct type *); extern int f77_get_lowerbound (struct type *); |