mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 17:31:13 +08:00
* ldlang.c (lang_add_entry): Only set the entry symbol if it has
not been set already.
This commit is contained in:
@ -2625,7 +2625,8 @@ void
|
||||
lang_add_entry (name)
|
||||
CONST char *name;
|
||||
{
|
||||
entry_symbol = name;
|
||||
if (entry_symbol == NULL)
|
||||
entry_symbol = name;
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user