mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 00:59:15 +08:00
Comment change.
This commit is contained in:
@ -3057,7 +3057,13 @@ aout_link_check_ar_symbols (abfd, info, pneeded)
|
|||||||
int a;
|
int a;
|
||||||
and this object file from the archive includes
|
and this object file from the archive includes
|
||||||
int a = 5;
|
int a = 5;
|
||||||
In such a case we must include this object file. */
|
In such a case we must include this object file.
|
||||||
|
|
||||||
|
FIXME: The SunOS 4.1.3 linker will pull in the archive
|
||||||
|
element if the symbol is defined in the .data section,
|
||||||
|
but not if it is defined in the .text section. That
|
||||||
|
seems a bit crazy to me, and I haven't implemented it.
|
||||||
|
However, it might be correct. */
|
||||||
if (! (*info->callbacks->add_archive_element) (info, abfd, name))
|
if (! (*info->callbacks->add_archive_element) (info, abfd, name))
|
||||||
return false;
|
return false;
|
||||||
*pneeded = true;
|
*pneeded = true;
|
||||||
|
Reference in New Issue
Block a user