This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: don't use %gprel for linkonce symbols on mips16
- From: Richard Henderson <rth at redhat dot com>
- To: Alexandre Oliva <aoliva at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 19 Mar 2002 16:51:21 -0800
- Subject: Re: don't use %gprel for linkonce symbols on mips16
- References: <orlmcpr8n5.fsf@free.redhat.lsd.ic.unicamp.br>
On Mon, Mar 18, 2002 at 04:14:06PM -0300, Alexandre Oliva wrote:
> * config/mips/mips.h (ENCODE_SECTION_INFO) [TARGET_MIPS16]: Don't
> use %gprel for symbols that are going to be placed in linkonce
> sections.
Really, we should be choosing .gnu.linkonce.s. sections, which
get merged with .sdata. See alpha/elf.h UNIQUE_SECTION.
r~