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: Move mips port to in_small_data_p


> The problem is that now mips_select_section calls
> default_elf_select_section, but this platform has no named section support
> and aborts.
> 

Good god. I'm really starting to hate the irix o32 assembler.

> > 	(mips_select_section): Use default_elf_section_section for everything
> > 	except .text string constants.
> 
> Before, TARGET_ASM_SELECT_SECTION was default_select_section, while it is
> mips_select_section now.  I don't see at once how to untangle this, and
> will have to go off to fix investigate another mainline bootstrap now ;-(

I'll see what I can do. *adds to list*

-eric

-- 
Eric Christopher <echristo@redhat.com>


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