mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-26 11:22:28 +08:00
source cleanups; fix finding scripts
This commit is contained in:
@ -77,7 +77,7 @@ copy_over (ldsym, bfdsym)
|
|||||||
{
|
{
|
||||||
while (list && *list)
|
while (list && *list)
|
||||||
{
|
{
|
||||||
refize(Q_enter_global_ref(list, name));
|
refize(enter_global_ref(list, name));
|
||||||
list = (asymbol **)((*list)->udata);
|
list = (asymbol **)((*list)->udata);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user