Re: libgcc: problems adding asm sources (libgcc/siditi-object.mk)

2011-06-15 Thread Rainer Orth
Georg-Johann Lay writes: >> If you are creating new files you can help that transition by creating >> them in libgcc rather than gcc. > > May I say that I like the "classical" setup more because all target > dependent code resides in >./gcc/config/$target > (besides some lines for adding a ta

Re: libgcc: problems adding asm sources (libgcc/siditi-object.mk)

2011-06-15 Thread Georg-Johann Lay
Ian Lance Taylor schrieb: > Georg-Johann Lay writes: > >> Ian Lance Taylor schrieb: >>> Georg-Johann Lay writes: >>> >> Wondering why there is now just another t-target, both t-targets >> containing snips of libgcc. > > There is a very slowly moving incomplete transition to move all the > libgc

Re: libgcc: problems adding asm sources (libgcc/siditi-object.mk)

2011-06-14 Thread Ian Lance Taylor
Georg-Johann Lay writes: > Ian Lance Taylor schrieb: >> Georg-Johann Lay writes: >> >>> Am I something missing? Adding fragments to LIB1ASMFUNCS should filter >>> them out in filter-out. >> >> I think the problem is that libgcc/config/avr/t-avr does not filter >> LIB1ASMFUNCS out of the lists

Re: libgcc: problems adding asm sources (libgcc/siditi-object.mk)

2011-06-14 Thread Georg-Johann Lay
Ian Lance Taylor schrieb: > Georg-Johann Lay writes: > >> Am I something missing? Adding fragments to LIB1ASMFUNCS should filter >> them out in filter-out. > > I think the problem is that libgcc/config/avr/t-avr does not filter > LIB1ASMFUNCS out of the lists it generates. You will need to adju

Re: libgcc: problems adding asm sources (libgcc/siditi-object.mk)

2011-06-14 Thread Georg-Johann Lay
Georg-Johann Lay schrieb: > Hi, I intend to add some assembler sources to libgcc build. > > Using the straight forward way in ./gcc/config/avr/t-avr > > @ -52,7 +50,30 @@ LIB1ASMFUNCS = \ > ... > + _ffssi2 \ > + _ffshi2 \ > + _loop_ffsqi2 \ > + _ctzsi2 \ > + _ctzhi2

Re: libgcc: problems adding asm sources (libgcc/siditi-object.mk)

2011-06-14 Thread Ian Lance Taylor
Georg-Johann Lay writes: > Am I something missing? Adding fragments to LIB1ASMFUNCS should filter > them out in filter-out. I think the problem is that libgcc/config/avr/t-avr does not filter LIB1ASMFUNCS out of the lists it generates. You will need to adjust it one way or another. Ian

libgcc: problems adding asm sources (libgcc/siditi-object.mk)

2011-06-14 Thread Georg-Johann Lay
Hi, I intend to add some assembler sources to libgcc build. Using the straight forward way in ./gcc/config/avr/t-avr @ -52,7 +50,30 @@ LIB1ASMFUNCS = \ ... + _ffssi2 \ + _ffshi2 \ + _loop_ffsqi2 \ + _ctzsi2 \ + _ctzhi2 \ + _clzdi2 \ + _clzsi2 \ + _c