mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
* ldexp.c, ldlang.c, ldmain.c, ldsym.c, ldwarn.c: Use new
macro bfd_asymbol_bfd as appropriate. * Makefile.in: Un-duplicate ldlex.c dependency. * condigure.in: Replace my_host case table by sourcing ../bfd/configure.host. Allow std-host as the default. * ldmisc.c: Change logic for C++ name demangling: There is no initial '_' to remove from stab-derived function names.
This commit is contained in:
@ -87,7 +87,7 @@ DEFUN(produce_warnings,(lgs,it),
|
||||
ptr = lgs->srefs_chain;
|
||||
while (ptr != (asymbol **)NULL) {
|
||||
asymbol *ref = *ptr;
|
||||
info("%B: %s\n", ref->the_bfd, fetch_warning(it));
|
||||
info("%B: %s\n", bfd_asymbol_bfd(ref), fetch_warning(it));
|
||||
ptr = (asymbol **)(ref->udata);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user