* dwarf2read.c (read_common_block): Fix formatting.
This commit is contained in:
parent
58ad575ff3
commit
e8d28ef4f3
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2011-05-12 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* dwarf2read.c (read_common_block): Fix formatting.
|
||||||
|
|
||||||
2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
|
2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
|
||||||
|
|
||||||
* breakpoint.c (disable_breakpoint): Disable all locations
|
* breakpoint.c (disable_breakpoint): Disable all locations
|
||||||
|
|
|
@ -7690,8 +7690,8 @@ read_common_block (struct die_info *die, struct dwarf2_cu *cu)
|
||||||
LONGEST offset;
|
LONGEST offset;
|
||||||
|
|
||||||
sym = new_symbol (child_die, NULL, cu);
|
sym = new_symbol (child_die, NULL, cu);
|
||||||
if (sym != NULL &&
|
if (sym != NULL
|
||||||
handle_data_member_location (child_die, cu, &offset))
|
&& handle_data_member_location (child_die, cu, &offset))
|
||||||
{
|
{
|
||||||
SYMBOL_VALUE_ADDRESS (sym) = base + offset;
|
SYMBOL_VALUE_ADDRESS (sym) = base + offset;
|
||||||
add_symbol_to_list (sym, &global_symbols);
|
add_symbol_to_list (sym, &global_symbols);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue