[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] 8-bit relocations on AVR
From: |
Erik Christiansen |
Subject: |
Re: [avr-gcc-list] 8-bit relocations on AVR |
Date: |
Mon, 15 Feb 2010 17:13:13 +1100 |
User-agent: |
Mutt/1.5.15+20070412 (2007-04-11) |
On Sun, Feb 14, 2010 at 03:47:52AM -0700, Weddington, Eric wrote:
> It depends on if this patch fixes a known bug, or if this is specific
> to your Forth implementation.
AIUI, Andrew's observed failure of avr-as to handle:
.byte 2f-1f
1: .ascii "somestring"
2:
is a well known bug, even if not recorded. Giving .byte the same address
computing ability as ldi has long had, and Klaus Rudolph gave to ldd back in
2004, is rectification of a long-standing generic defect.
Erik
--
Due to circumstances beyond our control, we regret to inform you that
circumstances are beyond our control. --Paul Benoit
- [avr-gcc-list] 8-bit relocations on AVR, Andrew Zabolotny, 2010/02/13
- Re: [avr-gcc-list] 8-bit relocations on AVR, Erik Christiansen, 2010/02/13
- Re: [avr-gcc-list] 8-bit relocations on AVR, Andrew Zabolotny, 2010/02/14
- RE: [avr-gcc-list] 8-bit relocations on AVR, Weddington, Eric, 2010/02/14
- Re: [avr-gcc-list] 8-bit relocations on AVR,
Erik Christiansen <=
- Re: [avr-gcc-list] 8-bit relocations on AVR, Joerg Wunsch, 2010/02/15
- Re: [avr-gcc-list] 8-bit relocations on AVR, Andrew Zabolotny, 2010/02/15
- Re: [avr-gcc-list] 8-bit relocations on AVR, Andrew Zabolotny, 2010/02/16
- Re: [avr-gcc-list] 8-bit relocations on AVR, Andrew Zabolotny, 2010/02/16
- RE: [avr-gcc-list] 8-bit relocations on AVR, Weddington, Eric, 2010/02/16
- Re: [avr-gcc-list] 8-bit relocations on AVR, Andrew Zabolotny, 2010/02/18
- RE: [avr-gcc-list] 8-bit relocations on AVR, Weddington, Eric, 2010/02/21
- Re: [avr-gcc-list] 8-bit relocations on AVR, Andrew Zabolotny, 2010/02/22
- Re: [avr-gcc-list] 8-bit relocations on AVR, Joerg Wunsch, 2010/02/22
- RE: [avr-gcc-list] 8-bit relocations on AVR, Weddington, Eric, 2010/02/22