mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
2001-05-18 H.J. Lu <hjl@gnu.org>
* elflink.h (elf_link_add_object_symbols): Revert the last change.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2001-05-18 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
|
* elflink.h (elf_link_add_object_symbols): Revert the last
|
||||||
|
change.
|
||||||
|
|
||||||
2001-05-17 Alan Modra <amodra@one.net.au>
|
2001-05-17 Alan Modra <amodra@one.net.au>
|
||||||
|
|
||||||
* elf32-hppa.c (clobber_millicode_symbols): Temporarily set
|
* elf32-hppa.c (clobber_millicode_symbols): Temporarily set
|
||||||
|
@ -1095,7 +1095,7 @@ elf_link_add_object_symbols (abfd, info)
|
|||||||
elf_dt_name, we don't make a DT_NEEDED entry at all, even if
|
elf_dt_name, we don't make a DT_NEEDED entry at all, even if
|
||||||
there is a DT_SONAME entry. */
|
there is a DT_SONAME entry. */
|
||||||
add_needed = true;
|
add_needed = true;
|
||||||
name = basename (bfd_get_filename (abfd));
|
name = bfd_get_filename (abfd);
|
||||||
if (elf_dt_name (abfd) != NULL)
|
if (elf_dt_name (abfd) != NULL)
|
||||||
{
|
{
|
||||||
name = elf_dt_name (abfd);
|
name = elf_dt_name (abfd);
|
||||||
|
Reference in New Issue
Block a user