mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:39:05 +08:00
correct use of bfd symbols
This commit is contained in:
@ -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 ) {
|
||||
|
Reference in New Issue
Block a user