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]

Re: sh-coff broken


> So, I propose that we simply revert to newlib's start-up routines on
> sh-coff.  Ok to install?

That makes sense to me - we want to get coff to work again ASAP, and
when someone figures out how to do the init/fini right for sh-coff,
(s)he can still change back whatever needs changing then.

However, I suppose you want sh-elf to remain at the status quo.

> 	* config/sh/sh.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
> 	STARTFILE_SPEC, ENDFILE_SPEC): Remove define.
> 	* config/sh/elf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
> 	Remove undefine before config/elfos.h.

I see that INIT_SECTION_ASM_OP and FINI_SECTION_ASM_OP in elfos.h have
a leading tab.  Should that be removed?

> 	* config/sh/t-sh (EXTRA_MULTILIB_PARTS): Comment out.

Don't you have to provide them for elf in some way?

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