From: NIIBE Y. <gn...@m1...> - 2001-09-21 05:02:21
|
kaz Kojima wrote: > So, I think the remained patchs are: > > All configury patches > Niibe-san's patches to fix branch slot fill > patch to make libgcc asm functions hidden > > at least, for 3.0-branch. As I did explain hidden. I explain other two. Configury patches is for support of specific targets, sh3, sh4, sh3eb, and sh4eb. To test it, I did the Debian bootstrap, which includes initial cross compiler build, next cross compiler build, and native compiler build by cross compiler. I think it works. Besides, GCC build don't have support of: compile time multilib but not runtime multilib which should be solved. Current patch is obviously Wrong Thing. My patch to fix branch slot fill is Wrong Thing too. It just works around by changing the length of branch 6 to 8. Real fix should be elsewhare but I couldn't find where is the cause. -- |