This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: don't use %gprel for linkonce symbols on mips16


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]