forked from Imagelibrary/binutils-gdb
Fix typo in comments (Unfortunatly)
This commit is contained in:
@@ -348,7 +348,7 @@ symbol_read_needs_frame (struct symbol *sym)
|
||||
case LOC_COMPUTED_ARG:
|
||||
/* FIXME: cagney/2004-01-26: It should be possible to
|
||||
unconditionally call the SYMBOL_OPS method when available.
|
||||
Unfortunatly DWARF 2 stores the frame-base (instead of the
|
||||
Unfortunately DWARF 2 stores the frame-base (instead of the
|
||||
function) location in a function's symbol. Oops! For the
|
||||
moment enable this when/where applicable. */
|
||||
return SYMBOL_OPS (sym)->read_needs_frame (sym);
|
||||
@@ -567,7 +567,7 @@ addresses have not been bound by the dynamic loader. Try again when executable i
|
||||
case LOC_COMPUTED_ARG:
|
||||
/* FIXME: cagney/2004-01-26: It should be possible to
|
||||
unconditionally call the SYMBOL_OPS method when available.
|
||||
Unfortunatly DWARF 2 stores the frame-base (instead of the
|
||||
Unfortunately DWARF 2 stores the frame-base (instead of the
|
||||
function) location in a function's symbol. Oops! For the
|
||||
moment enable this when/where applicable. */
|
||||
if (frame == 0 && SYMBOL_OPS (var)->read_needs_frame (var))
|
||||
|
||||
Reference in New Issue
Block a user