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
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
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
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
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
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
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