mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 12:53:17 +08:00
correct use of bfd symbols
This commit is contained in:
@ -265,11 +265,7 @@ bfd *abfd;
|
|||||||
# endif DEBUG
|
# endif DEBUG
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
#if 0
|
|
||||||
npe->value = syms[i]->value + syms[i]->section->vma;
|
npe->value = syms[i]->value + syms[i]->section->vma;
|
||||||
#else
|
|
||||||
npe->value = syms[i]->value;
|
|
||||||
#endif
|
|
||||||
npe->name = syms[i]->name;
|
npe->name = syms[i]->name;
|
||||||
# ifdef DEBUG
|
# ifdef DEBUG
|
||||||
if ( debug & AOUTDEBUG ) {
|
if ( debug & AOUTDEBUG ) {
|
||||||
|
Reference in New Issue
Block a user