mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-22 18:42:10 +00:00
correct use of bfd symbols
This commit is contained in:
parent
19758e9ed7
commit
a7a2ea6874
@ -265,11 +265,7 @@ bfd *abfd;
|
||||
# endif DEBUG
|
||||
continue;
|
||||
}
|
||||
#if 0
|
||||
npe->value = syms[i]->value + syms[i]->section->vma;
|
||||
#else
|
||||
npe->value = syms[i]->value;
|
||||
#endif
|
||||
npe->name = syms[i]->name;
|
||||
# ifdef DEBUG
|
||||
if ( debug & AOUTDEBUG ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user