[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/1150] undefined reference to `_mpi_sgi_init'
From: |
nickc at redhat dot com |
Subject: |
[Bug ld/1150] undefined reference to `_mpi_sgi_init' |
Date: |
23 Dec 2005 12:28:19 -0000 |
------- Additional Comments From nickc at redhat dot com 2005-12-23 12:28
-------
Hi Micha,
Sorry for the long delay in reviewing your latest patch. As it turns out it
is fine (module a few formatting niggles) and so I have checked it in to the
sources along with this ChangeLog entry.
Cheers
Nick
bfd/ChangeLog
PR 1150
* elf-bfd.h (struct elf_backend_data): New field
'elf_backend_ignore_undef_symbol'.
* elfxx-target.h (elf_backend_ignore_undef_symbol): Define to NULL
if not already defined.
(elfNN_bed): Initialise the elf_backend_ignore_undef_symbol field.
* elfxx-mips.c (_bfd_mips_elf_ignore_undef_symbol): New function.
* elfxx-mips.h (elf_backend_ignore_undef_symbol): Define and
prototype.
* elflink.c (elf_link_output_extsym): Check
elf_backend_ignore_undef_symbol before reporting an undefined
symbol in a shared library.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
http://sourceware.org/bugzilla/show_bug.cgi?id=1150
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.