avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] cbr and negative numbers


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] cbr and negative numbers
Date: Thu, 11 Sep 2008 22:55:07 +0200 (MET DST)

Ruud Vlaming <address@hidden> wrote:

> The problem i am pointing out can (easily) be solved by letting gcc
> emit only positive/hexadecimal operands or by a minimal change in
> the way the cbr instruction calculates its operand: (0xFF-x) ->
> (0xFF - (x & 0xFF)).

If you've got a patch that doesn't break anything else (in particular
in non-mint8 land), I think it has a real chance of being
incorporated.  Otherwise, it will be tough.  I don't think there are
any free resources anywhere to maintain -mint8 beyond the state it is
currently in.  (And no, I don't want to see it ripped out, simply
because it has proven to be useful at least to /some/ people, and
there's no additional work involved in keeping it in.)

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]